Web Policy Agents 5.10.2

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
  Introduced in Web Agent 4.x

Type

String

Bootstrap property

No

Required property

No

Restart required

No

AM console

Tab: AM Services (From AM 7)

Title: Agent Logout URL Regular Expression

Copyright © 2010-2023 ForgeRock, all rights reserved.