Logout URL List
An expression that resolves to one or more application logout URLs. When the end user accesses a logout URL, the agent triggers a logout flow. Note that your web server must be able to handle the logout URLs.
Expressions can be wildcard expressions, Perl-compatible regular expressions, or ECMAScript-compatible (IIS) regular expressions.
For more information about the logout flow and properties to manage logout, refer to Trigger logout with a URL in the User Guide.
Examples:
com.forgerock.agents.agent.logout.url=*/bank/log-me-out
com.forgerock.agents.agent.logout.url=/logout/
com.forgerock.agents.agent.logout.url=https:\/\/example.domain.com:443\/(protectedA|protectedB)\?(.\&)*op=logout(\&.)*$
Default: Empty
Property name |
|
Function |
Logout redirect |
Type |
String Map |
Bootstrap property |
No |
Required property |
No |
Restart required |
No |
AM console |
Tab: Title: |