---
title: Logout Redirect URL
description: The page to which the agent redirects the end user on log out if Disable Logout Redirection is false. Configure with Logout URL List.
component: web-agents
version: 2025.11
page_id: web-agents:properties-reference:com.sun.identity.agents.config.logout.redirect.url
canonical_url: https://docs.pingidentity.com/web-agents/2025.11/properties-reference/com.sun.identity.agents.config.logout.redirect.url.html
---

# Logout Redirect URL

The page to which the agent redirects the end user on log out if [Disable Logout Redirection](com.forgerock.agents.config.logout.redirect.disable.html) is `false`. Configure with [Logout URL List](com.sun.identity.agents.config.agent.logout.url.html).

|   |                                                |
| - | ---------------------------------------------- |
|   | This URL must be available in your web server. |

Depending on the redirect URL, perform this additional configuration:

* Add the URL to the [Not-Enforced URL List](com.sun.identity.agents.config.notenforced.url.html).

* If the URL doesn't perform a REST logout to AM, set [Enable Invalidate Logout Session](org.forgerock.agents.config.logout.session.invalidate.html) to `true`.

* If the URL isn't relative to AM, or in the same scheme, FQDN, and port, add it to the AM validation service.

Learn more in [Logout](../user-guide/logout.html) in the *User Guide*.

Default: Empty

|                    |                                                                                    |
| ------------------ | ---------------------------------------------------------------------------------- |
| Property name      | `com.sun.identity.agents.config.logout.redirect.url`   Introduced in Web Agent 4.x |
| Function           | Logout redirect                                                                    |
| Type               | String                                                                             |
| Bootstrap property | No                                                                                 |
| Required property  | No                                                                                 |
| Restart required   | No                                                                                 |
| AM console         | Tab: `AM Services`Title: `Logout Redirect URL`                                     |
