---
title: Authentication Redirect URI
description: The URI the agent uses to process authentication requests.
component: java-agents
version: 2025.11
page_id: java-agents:properties-reference:org.forgerock.agents.authn.redirect.uri
canonical_url: https://docs.pingidentity.com/java-agents/2025.11/properties-reference/org.forgerock.agents.authn.redirect.uri.html
---

# Authentication Redirect URI

The URI the agent uses to process authentication requests.

When this property is not defined, the redirect URI is provided by AM.

When this property is defined and [Location of Agent Configuration Repository](org.forgerock.agents.config.location.html) is `REMOTE`, AM overwrites this property.

If OIDC authentication is being used, changing the value of this property while the agent is running prevents it from functioning. Restart the agent immediately after the value in AM is altered and the properties saved.

|                          |                                                                                                                                                                                                                                   |
| ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Property name            | `org.forgerock.agents.authn.redirect.uri`                                                                                                                                                                                         |
| Aliases                  | `org.forgerock.agents.authn.redirect.uri`   Introduced in Java Agent 5.6`com.sun.identity.agents.config.cdsso.redirect.uri`   Introduced in Java Agent 5.0   [Recognized](preface.html#how_am_manages_multiple_aliases) from AM 6 |
| Function                 | Cross-domain single sign-on, Required                                                                                                                                                                                             |
| Type                     | String                                                                                                                                                                                                                            |
| Bootstrap property       | No                                                                                                                                                                                                                                |
| Required property        | No                                                                                                                                                                                                                                |
| Restart required         | Yes - Restart the container after changing the property                                                                                                                                                                           |
| Local configuration file | `AgentConfig.properties`                                                                                                                                                                                                          |
| AM console               | Tab: `SSO`Title: `Authentication Redirect URI`Legacy title: `CDSSO Redirect URI`                                                                                                                                                  |
