---
title: Logout Entry URI Map
description: A map of redirection resources to which the agent redirects the user after logout triggered by Logout URI Map or Logout Request Parameter Map. The resource can be an HTML page or JSP file. Use the following key:value format:
component: java-agents
version: 2025.11
page_id: java-agents:properties-reference:org.forgerock.agents.logout.goto.map
canonical_url: https://docs.pingidentity.com/java-agents/2025.11/properties-reference/org.forgerock.agents.logout.goto.map.html
---

# Logout Entry URI Map

A map of redirection resources to which the agent redirects the user after logout triggered by [Logout URI Map](org.forgerock.agents.logout.endpoint.map.html) or [Logout Request Parameter Map](org.forgerock.agents.logout.request.param.map.html). The resource can be an HTML page or JSP file. Use the following key:value format:

`Logout Entry URI Map[web application name] = logout resource`

To configure logout redirection for a specific web application, set the key to the name of the web application. To configure logout redirection for all web applications, leave the key empty (`Logout Entry URI Map = default logout resource`).

Specified resources are automatically added to the not-enforced list so that they can be accessed without authentication.

Depending on the type and value of the redirection resource, perform this additional configuration:

* If the resource is a URL that doesn't perform a REST logout to AM, set [Always invalidate sessions](org.forgerock.agents.config.logout.session.invalidate.enabled.html) to `true`. The agent additionally invokes the AM REST logout endpoint to invalidate the session.

* If the resource is a URL that isn't relative to an AM URL, or in the same scheme, FQDN, and port as an AM URL, add it to the AM validation service.

For more information, refer to [Conditionally log out to different URLs](../user-guide/logout.html#conditionally_log_out_to_different_urls).

|                          |                                                                                                                                                                                                                              |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Property name            | `org.forgerock.agents.logout.goto.map`                                                                                                                                                                                       |
| Aliases                  | `com.sun.identity.agents.config.logout.entry.uri`   Introduced in Java Agent 5.0   [Recognized](preface.html#how_am_manages_multiple_aliases) from AM 6`org.forgerock.agents.logout.goto.map`   Introduced in Java Agent 5.6 |
| Function                 | Logout                                                                                                                                                                                                                       |
| Type                     | Map- Keys: web application

- Values: URI of page explaining the user has been logged out                                                                                                                                    |
| Bootstrap property       | No                                                                                                                                                                                                                           |
| Required property        | No                                                                                                                                                                                                                           |
| Restart required         | No                                                                                                                                                                                                                           |
| Local configuration file | `AgentConfig.properties`                                                                                                                                                                                                     |
| AM console               | Tab: `Application`Title: `Logout Entry URI Map`Legacy title: `Logout Entry URI`                                                                                                                                              |
