Policy Administrator
In a Zero Trust architecture, the Policy Administrator (PA) is the component that carries out the decision to allow or deny a connection between a user or device and a resource. When access is approved, it sets up or tears down the communication path and coordinates any credentials or session tokens the connection needs. It works alongside a separate decision-making component and does not itself decide policy outcomes on its own.
As defined in NIST SP 800-207, the Policy Administrator (PA) is a core logical component of the Zero Trust Architecture's control plane, paired with the Policy Engine (PE) within the overall Policy Decision Point (PDP). The PE renders the grant/deny/revoke decision; the PA is responsible for executing that decision by establishing or shutting down the communication session between a subject and a resource and by generating or delivering any session-specific authentication tokens or credentials used by the client to access the resource. The PA communicates with the Policy Enforcement Point (PEP) to open or close the connection path. This is a runtime access-enforcement/session-coordination role and is distinct from the Policy Administration Point (PAP) found in XACML/ABAC terminology, which is a policy-authoring and lifecycle component responsible for creating, managing, and storing policies rather than coordinating live sessions. Exact interaction patterns and the boundary between PE and PA responsibilities can vary depending on implementation and deployment model.
Why it matters
In a Zero Trust architecture, the separation of duties between deciding and doing is a foundational design principle, and the Policy Administrator embodies the "doing" half of that split. NIST SP 800-207 pairs the Policy Engine (PE), which renders the grant, deny, or revoke decision, with the Policy Administrator (PA), which executes that decision by establishing or tearing down the session between a subject and a resource. Keeping these responsibilities distinct means a decision is never self-enforcing and enforcement never happens without a decision, which is central to making access continuous, auditable, and revocable rather than a one-time gate at login.
Who it's relevant to
Inside PA
Common questions
Answers to the questions practitioners most commonly ask about PA.
