---
title: Logout Request Parameter Map
description: A map of request parameters that trigger logout of the user session. Use the following key:value format:
component: java-agents
version: 2025.11
page_id: java-agents:properties-reference:org.forgerock.agents.logout.request.param.map
canonical_url: https://docs.pingidentity.com/java-agents/2025.11/properties-reference/org.forgerock.agents.logout.request.param.map.html
---

# Logout Request Parameter Map

A map of request parameters that trigger logout of the user session. Use the following key:value format:

`Logout Request Parameter Map[web application name] = parameter name to trigger logout`

The agent searches every incoming request for the parameter. When the agent detects the parameter, it invokes AM to kill the current session for the specified web application or all web applications.

The request URL must contain the parameter but does not need to assign a value to the parameter.

Although logout can be triggered from any web application by invoking one common URI, you can adapt it for particular web applications:

* To specify one parameter for all web applications, leave the key empty.

* To specify a parameter for a particular web application, specify the name of the web application as the key.

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

* Values: (single) HTTP query parameter to trigger logout                                                                                                                                                     |
| Bootstrap property       | No                                                                                                                                                                                                                                        |
| Required property        | No                                                                                                                                                                                                                                        |
| Restart required         | No                                                                                                                                                                                                                                        |
| Local configuration file | `AgentConfig.properties`                                                                                                                                                                                                                  |
| AM console               | Tab: `Application`Title: `Logout Request Parameter Map`Legacy title: `Logout Request Parameter`                                                                                                                                           |
