auth.admin.saml.default-login-redirect-url
Background
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.
Setting the key
Set this configuration key in the server configuration.
Use the configuration key editor to add or edit the auth.admin.saml.default-login-redirect-url
key, and set the value. This can be set to any valid String
value.
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=