---
title: Disable Logout Redirection
description: During the logout flow and after logging out the user, this property specifies whether the agent should redirect the end user to another page. For example, to the landing page of the application, or to a login page:
component: web-agents
version: 2025.11
page_id: web-agents:properties-reference:com.forgerock.agents.config.logout.redirect.disable
canonical_url: https://docs.pingidentity.com/web-agents/2025.11/properties-reference/com.forgerock.agents.config.logout.redirect.disable.html
---

# Disable Logout Redirection

During the logout flow and after logging out the user, this property specifies whether the agent should redirect the end user to another page. For example, to the landing page of the application, or to a login page:

`true`: Logout redirection is disabled - the agent does not perform the last redirection, and the web client is left on the logout page.

`false`: Logout redirection is enabled - the agent appends a `goto` parameter to the logout URL with the value of the [Logout Redirect URL](com.sun.identity.agents.config.logout.redirect.url.html).

When this property is `true`, consider setting [Enable Invalidate Logout Session](org.forgerock.agents.config.logout.session.invalidate.html) to `true`.

Default: `true`

|                    |                                                                                     |
| ------------------ | ----------------------------------------------------------------------------------- |
| Property name      | `com.forgerock.agents.config.logout.redirect.disable`   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`Title: `Disable Logout Redirection`                               |
