---
title: SSO Cookie Domain List
description: When the property Enable SSO Token Acceptance is true, a list of domains in which the agent attempts to create SSO cookies:
component: java-agents
version: 2025.11
page_id: java-agents:properties-reference:org.forgerock.agents.ipdp.cookie.domain.list
canonical_url: https://docs.pingidentity.com/java-agents/2025.11/properties-reference/org.forgerock.agents.ipdp.cookie.domain.list.html
---

# SSO Cookie Domain List

When the property [Enable SSO Token Acceptance](org.forgerock.agents.accept.sso.tokens.enabled.html) is `true`, a list of domains in which the agent attempts to create SSO cookies:

* If the list is empty, the agent creates cookies only in its own domain.

* If the agent is running behind a browser, it can create cookies only in its own domain.

* If the agent is running behind a proxy, it should be able to create cookies in any required domains.

Default: Empty

|                          |                                                                                                                                                          |
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Property name            | `org.forgerock.agents.ipdp.cookie.domain.list`                                                                                                           |
| Aliases                  | `org.forgerock.agents.ipdp.cookie.domain.list`   Introduced in Java Agent 5.7.1   [Recognized](preface.html#how_am_manages_multiple_aliases) from AM 7.1 |
| Function                 | SSO cookie handling                                                                                                                                      |
| Type                     | List                                                                                                                                                     |
| Bootstrap property       | No                                                                                                                                                       |
| Required property        | No                                                                                                                                                       |
| Restart required         | No                                                                                                                                                       |
| Local configuration file | `AgentConfig.properties`                                                                                                                                 |
| AM console               | Tab: `SSO (from AM 7.1)`Title: `SSO Cookie Domain List`                                                                                                  |
