Web Policy Agents 2024.3

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

com.sun.identity.agents.config.agent.logout.url
  Introduced in Web Agent 4.x

Function

Logout redirect

Type

String Map

Bootstrap property

No

Required property

No

Restart required

No

AM console

Tab: AM Services

Title: Logout URL List

Copyright © 2010-2024 ForgeRock, all rights reserved.