Skip to content

Commit

Permalink
Adding missing loginPage property to the configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Valdez authored Nov 5, 2018
1 parent 23ba026 commit 7cd670a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/configuration.properties.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand Down

0 comments on commit 7cd670a

Please sign in to comment.