auth.admin.saml.default-login-redirect-url
Specify the default URL to navigate to after an IdP initiated SSO login. (Admin interface)
Key: auth.admin.saml.default-login-redirect-url
Type: String
Can be set in: global.cfg
Description
By default Funnelback assumes that the authentication process is occurs through a service provider initiated flow. That is, a user requests a protected resource and is redirected to the identity provider to get the session authentication. After which the user will be redirected to the originally requested resource. In some circumstances the identity provider itself might initiate the authentication process. In this case, since there isn’t a specific protected resource to redirect to, this key lets you set where to send the user. The URL can either be an absolute URL, or a path relative to the admin server.
Default Value
auth.admin.saml.default-login-redirect-url=a/#/services
The default behaviour is to redirect to the marketing dashboard.
Examples
Set the default login redirect to the Administration interface
auth.admin.saml.default-login-redirect-url=search/admin
Set the default login redirect to a different website
auth.admin.saml.default-login-redirect-url=https://www.example.com
Sets the default login redirect to the service provider. For example, an IdP initiated login to the Administration interface will send the user to
/search/admin
. An IdP initiated login to the Search endpoint will send the user to /s
.
auth.admin.saml.default-login-redirect-url=