---
title: JWT Cookie Domain List
description: A list of domains in which the agent attempts to creates JWT cookies:
component: java-agents
version: 2025.11
page_id: java-agents:properties-reference:org.forgerock.agents.jwt.cookie.domain.list
canonical_url: https://docs.pingidentity.com/java-agents/2025.11/properties-reference/org.forgerock.agents.jwt.cookie.domain.list.html
---

# JWT Cookie Domain List

A list of domains in which the agent attempts to creates JWT 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.jwt.cookie.domain.list`                                                                                                                                                                                   |
| Aliases                  | `com.sun.identity.agents.config.cdsso.domain`   Introduced in Java Agent 5.0   [Recognized](preface.html#how_am_manages_multiple_aliases) from AM 6`org.forgerock.agents.jwt.cookie.domain.list`   Introduced in Java Agent 5.6 |
| Function                 | Profile                                                                                                                                                                                                                         |
| 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: `JWT Cookie Domain List`Legacy title: `CDSSO Domain List`                                                                                                                                        |
