Agent Logout URL Regular Expression
A Perl-compatible regular expression that matches logout URLs.
For example, to match URLs with protectedA
or protectedB
in the path and op=logout
in the query string, use the following setting:
com.forgerock.agents.agent.logout.url.regex=(/protectedA\?\|/protectedB\?/).(\&op=logout\&)(.*\|$)
When this property is set, Logout URL List is ignored.
Default: Empty
Property name |
|
Function |
Logout redirect |
Type |
String |
Bootstrap property |
No |
Required property |
No |
Restart required |
No |
AM console |
Tab: Title: |