---
title: Policy Set
description: In AM 6.5, this property was named Application.
component: web-agents
version: 2025.11
page_id: web-agents:properties-reference:org.forgerock.openam.agents.config.policy.evaluation.application
canonical_url: https://docs.pingidentity.com/web-agents/2025.11/properties-reference/org.forgerock.openam.agents.config.policy.evaluation.application.html
---

# Policy Set

In AM 6.5, this property was named Application.

The name of the policy set where AM evaluates polices for policy decision requests from the agent.

By default, AM evaluates policies in `iPlanetAMWebAgentService`. Set this property to cause AM to use a different policy set. This property is recognized by AM, not the agent.

The policy set configured by this property must exist in the realm configured by [Policy Evaluation Realm](org.forgerock.openam.agents.config.policy.evaluation.realm.html). Otherwise, policy evaluation produces `DENY` results without writing warnings to the logs.

The default policy set exists only in the top-level realm. If you are using a different realm for policy evaluation, do one of the following:

* Create the `iPlanetAMWebAgentService` policy set in that realm.

* Create a different policy set in that realm, and configure this property to use it.

Default: `iPlanetAMWebAgentService`

|                    |                                                                                                  |
| ------------------ | ------------------------------------------------------------------------------------------------ |
| Property name      | `org.forgerock.openam.agents.config.policy.evaluation.application`   Introduced in Web Agent 4.x |
| Function           | Policy client service                                                                            |
| Type               | String                                                                                           |
| Bootstrap property | Yes                                                                                              |
| Required property  | No                                                                                               |
| Restart required   | No                                                                                               |
| AM console         | Tab: `AM Services`Title: `Policy Set`                                                            |
