Web Policy Agents 5.9.1

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

com.forgerock.agents.agent.logout.url.regex

Property aliases

com.forgerock.agents.agent.logout.url.regex (since 4.x)

Type

String

Bootstrap property

No

Required property

No

Restart required

No

AM console tab

AM Services

Copyright © 2010-2023 ForgeRock, all rights reserved.