---
title: Enable Regex for Logout URL List
description: A flag to evaluate expressions in Logout URL List:
component: web-agents
version: 2025.11
page_id: web-agents:properties-reference:org.forgerock.agents.config.logout.regex.enable
canonical_url: https://docs.pingidentity.com/web-agents/2025.11/properties-reference/org.forgerock.agents.config.logout.regex.enable.html
---

# Enable Regex for Logout URL List

A flag to evaluate expressions in [Logout URL List](com.sun.identity.agents.config.agent.logout.url.html):

* `true`: Evaluate expressions as Perl-compatible or ECMAScript-compatible (IIS) regular expressions.

* `false`: Evaluate expressions as wildcard expressions.

You can find more details about the logout flow and properties to manage logout in [Trigger logout with a URL](../user-guide/logout.html#trigger_logout_with_a_url) in the *User Guide*.

Default: `false`

|                    |                                                                                 |
| ------------------ | ------------------------------------------------------------------------------- |
| Property name      | `org.forgerock.agents.config.logout.regex.enable`   Introduced in Web Agent 4.x |
| Function           | Logout redirect                                                                 |
| Type               | Boolean: `true` returns true; all other strings return `false`.                 |
| Bootstrap property | No                                                                              |
| Required property  | No                                                                              |
| Restart required   | No                                                                              |
| AM console         | Tab: `AM Services (From AM 7)`Title: `Enable Regex for Logout URL List`         |
