From 7cd670a3ceaf19bc871aaf77330310ee60426c02 Mon Sep 17 00:00:00 2001 From: Luis Valdez Date: Mon, 5 Nov 2018 13:20:59 -0500 Subject: [PATCH] Adding missing loginPage property to the configuration file. --- frontend/configuration.properties.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/configuration.properties.js b/frontend/configuration.properties.js index 4f6dce4..3de9720 100755 --- a/frontend/configuration.properties.js +++ b/frontend/configuration.properties.js @@ -102,6 +102,14 @@ // an application. authType: 'SAML', + // If the authType property is set to XML, this must be set so that the SUIT library knows + // where to redirect when the user has logged out. If the user logs out, then when this + // redirection happens the page at this route will be passed a query parameter, "action," + // set to the value "logout" that can be used to show a message about having successfully + // logged out. If authType is not XML, then this property is not used and doesn't need to + // be set. + loginPage: '/login', + // This is the default principal realm to use when searching. defaultRealm: 'aie',