Disabling automatic redirection
- Open the WebSEAL configuration file for editing.
- Disable automatic redirection for each of the applicable authentication methods by commenting or removing the entry for each authentication method in the [enable-redirects] stanza:
[enable-redirects]
#redirect = forms-auth
#redirect = basic-auth
#redirect = cert-auth
#redirect = ext-auth-interface
#redirect = oidcNote the hash character ( # ) is added to the start of each line. The example above disables automatic redirection for forms authentication, basic authentication, certificate authentication, and EAI authentication.
- Stop and restart the WebSEAL server.
Parent topic: Automatic redirection after authentication