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

# Policy Evaluation Realm

In AM 6.5, this property was named Realm.

The realm where AM evaluates polices for policy decision requests from the agent. This property is recognized by AM, not the agent.

The policy set configured by [Policy Set](org.forgerock.openam.agents.config.policy.evaluation.application.html) must exist in the realm configured by this property. 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 [Policy Set](org.forgerock.openam.agents.config.policy.evaluation.application.html) to use it.

Default: (/) top-level realm

|                    |                                                                                            |
| ------------------ | ------------------------------------------------------------------------------------------ |
| Property name      | `org.forgerock.openam.agents.config.policy.evaluation.realm`   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 Evaluation Realm`                                         |
