---
title: Enable Logout Introspection
description: When true, the agent checks the HTTP request body to locate the value of Logout Request Parameter Map.
component: java-agents
version: 2025.11
page_id: java-agents:properties-reference:org.forgerock.agents.logout.introspection.enabled
canonical_url: https://docs.pingidentity.com/java-agents/2025.11/properties-reference/org.forgerock.agents.logout.introspection.enabled.html
---

# Enable Logout Introspection

When `true`, the agent checks the HTTP request body to locate the value of [Logout Request Parameter Map](org.forgerock.agents.logout.request.param.map.html).

|                          |                                                                                                                                                                                                                                                    |
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Property name            | `org.forgerock.agents.logout.introspection.enabled`                                                                                                                                                                                                |
| Aliases                  | `com.sun.identity.agents.config.logout.introspect.enabled`   Introduced in Java Agent 5.0   [Recognized](preface.html#how_am_manages_multiple_aliases) from AM 6`org.forgerock.agents.logout.introspection.enabled`   Introduced in Java Agent 5.6 |
| Function                 | Logout                                                                                                                                                                                                                                             |
| Type                     | Boolean: `true` returns true; all other strings return `false`.                                                                                                                                                                                    |
| Default                  | `false`                                                                                                                                                                                                                                            |
| Bootstrap property       | No                                                                                                                                                                                                                                                 |
| Required property        | No                                                                                                                                                                                                                                                 |
| Restart required         | No                                                                                                                                                                                                                                                 |
| Local configuration file | `AgentConfig.properties`                                                                                                                                                                                                                           |
| AM console               | Tab: `Application`Title: `Enable Logout Introspection`Legacy title: `Logout Introspect Enabled`                                                                                                                                                    |
