---
title: Logout URL List
description: 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.
component: web-agents
version: 2025.11
page_id: web-agents:properties-reference:com.sun.identity.agents.config.agent.logout.url
canonical_url: https://docs.pingidentity.com/web-agents/2025.11/properties-reference/com.sun.identity.agents.config.agent.logout.url.html
---

# 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.

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*.

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`                                      |
