enable-html-redirect
Use the enable-html-redirect stanza entry to enable HTML redirection. You can use HTML redirection, in conjunction with some JavaScript code, to preserve the HTML fragment in the response.
Syntax
enable-html-redirect = {yes|no}
Description
Configures WebSEAL to use the HTML redirect page to handle redirections rather than returning an HTTP 302 response redirect.
When a user successfully authenticates, WebSEAL typically uses an HTTP 302 response to redirect the user back to the resource that was originally requested.
HTML redirection causes WebSEAL to send a static page back to the browser instead of a 302 redirect. WebSEAL can then use the JavaScriptâ„¢ or any other code that is embedded in this static page to process the redirect.
You can use the html-redirect configuration entry, which is also in the [acnt-mgt] stanza, to specify the page that contains the HTML redirection.
For more information about HTML redirection, see the IBM Verify Identity Access: Web Reverse Proxy Configuration Guide.
Options
- yes
- Enable.
- no
- Disable.
Usage
This stanza entry is required.
Default value
no
Example
enable-html-redirect = no