Zero Standing Privileges
Zero Standing Privileges is a security approach in which no account has permanent, always-on privileged access to systems. Instead of leaving elevated rights in place, access is granted only when needed and removed afterward. The goal is to reduce the risk that leftover privileged access could be abused or exploited during a breach.
Zero Standing Privileges (ZSP) is an identity security principle that mandates eliminating persistent, always-on privileged access rights for identities, extending the principle of least privilege toward an idealized end state. In most deployments, ZSP is achieved by replacing standing entitlements with just-in-time (JIT) access that is provisioned on demand and revoked after use, thereby minimizing the exposure window for privilege and credential abuse. ZSP is a target-state design goal and an authorization-scoping concern for privileged identities; it addresses what entitlements persist rather than how a principal is authenticated, and specific implementation mechanisms (for example, JIT provisioning, ephemeral credentials, or session-scoped grants) vary by vendor and deployment context.
Why it matters
Standing privileged access is one of the most attractive targets in a breach. When accounts retain permanent, always-on elevated rights, any compromise of those credentials, through phishing, credential theft, or lateral movement, hands an attacker durable, high-value access. Zero Standing Privileges addresses this by treating persistent privilege itself as the risk to be eliminated, rather than merely monitoring or rotating credentials that remain continuously usable. By shrinking the window in which elevated rights exist, ZSP reduces the exposure available for privilege and credential abuse.
ZSP is best understood as an extension of the principle of least privilege pushed toward an idealized end state: not just minimal standing entitlements, but none. In most deployments this is achieved by replacing standing entitlements with just-in-time access that is provisioned on demand and revoked after use. The practical benefit is that a dormant or forgotten privileged account cannot be exploited during a breach if the privilege does not persist in the first place.
Because ZSP narrows the persistence of privileged rights, it also supports compliance and audit objectives by making privileged access explicit, time-bound, and traceable to a specific need. It is worth being precise about scope, however: ZSP is a target-state design goal concerned with what entitlements persist for privileged identities. It is an authorization-scoping concern, not an authentication mechanism, and it does not by itself govern how a principal proves identity.
Who it's relevant to
Inside ZSP
Common questions
Answers to the questions practitioners most commonly ask about ZSP.