Enabling automatic redirection
About this task
To configure automatic redirection, complete the following steps:
Procedure
- Open the WebSEAL configuration file for editing.
-
Enable automatic redirection for each of the applicable authentication methods
by uncommenting the entry for each method in the
[enable-redirects] stanza:
The example above enables automatic redirection for forms authentication, basic authentication, certificate authentication, and EAI authentication.[enable-redirects] redirect = forms-auth redirect = basic-auth redirect = cert-auth redirect = ext-auth-interface redirect = oidc -
Specify the URL to which the user is redirected after login. The URL can be
expressed as either an absolute URL or a server-relative URL, with or without an
embedded macro.
For example:
[acnt-mgt] login-redirect-page = http://www.ibm.comor:
[acnt-mgt] login-redirect-page = /jct/intro-page.htmlor:
[acnt-mgt] login-redirect-page = /jct/intro-page.html?level=%AUTHNLEVEL%&url=%URL% - Stop and restart the WebSEAL server.