redirect-using-relative
Syntax
redirect-using-relative = {true|false}
Description
Specifies that WebSEAL use a server-relative format for the URL in the Location header of an HTTP 302 redirect response.
This configuration change affects all redirect responses generated by WebSEAL. These redirect situations include:
- Redirect after authentication
- Redirect after logout
- Redirect after changing password
- Redirects during the e-community single signon authentication process
- Redirects during the cross-domain single signon authentication process
- Switch user processing
- Certificate authentication (prompt-as-needed only)
- Session displacement
Options
- true
- Use a server-relative format for the URL in the Location header of an HTTP 302 redirect response.
- false
- Use an absolute format for the URL in the Location header of an HTTP 302 redirect response.
Usage
This stanza entry is not required and is a hidden entry.
Default value
false
Example
redirect-using-relative = true