local-response-redirect-uri
Use one or more of this entry to define the URIs to which management page requests are redirected.
local-response-redirect-uri = URI
Description
All requests for management pages are redirected to these URIs with a query string that indicates the requested operation, along with any macros (as configured in the [local-response-macros] stanza).
We can customize this configuration item for a particular junction by adding the adjusted configuration item to a [local-response-redirect:{junction_name}] stanza, where {junction_name} refers to the junction point for a standard junction (including the leading / character) or the virtual host label for a virtual host junction.
Options
URI URI to which management page requests are redirected. The URI can be absolute or server-relative. Use an absolute URI only if the destination server is not accessed through WebSEAL. Valid formats are as follows:
http[s]://<server>/<path> /<path>To define the URI for specific operations, prefix the URI in the entry with the operation name in the form [<operation>]. The
[and]characters are required. Valid values for <operation> are as follows:logout passwd passwd_warn passwd_warn_failure acct_inactivated acct_locked passwd_exp passwd_rep_success passwd_rep_failure help login login_success token_login cert_login next_token switch_user failed_cert cert_stepup_http stepup error too_many_sessions tempsession
If an entry that does not specify an operation is present, then any operation without a specific entry uses it. If an entry that does not specify an operation is not present, then any operation without a specific entry does not use local response redirection and uses regular WebSEAL behavior instead.
Usage: Optional
Default value None.
Example:
Example of a server-relative URI:
local-response-redirect-uri = /jct/page.html
Example of an absolute URI:
local-response-redirect-uri = http://www.example.com/Example of an operation-specific URI:
local-response-redirect-uri = [login] /jct/cgi-bin/eai
Parent topic: [local-response-redirect] stanza