Subscribe to the Non-Human & AI Identity Journal

Standing authority

Standing authority is access that remains continuously available instead of being granted only when needed. It becomes dangerous when a person, service, or automation no longer has a valid business need but still retains permissions that can be used to alter or destroy systems.

Expanded Definition

Standing authority is the persistent ability to act in a system without first proving a current need. In identity security, that usually means a user account, service account, API client, or agent retains permissions long after the task, project, or approval that justified them has ended. The distinction matters because standing authority is about duration and readiness to act, not simply whether access was once approved.

Security teams often discuss standing authority alongside privileged access, but the concepts are not identical. Privilege describes what actions are possible; standing authority describes whether those actions remain continuously available. Good governance aims to reduce this exposure through NIST SP 800-53 Rev 5 Security and Privacy Controls concepts such as access enforcement, review, and least privilege. In modern environments, the issue also extends to automation, where an agent or workload may keep API keys, tokens, or certificates active without a fresh business trigger.

Definitions vary across vendors when the term is used as a shortcut for any excessive access, but the more precise meaning is continuous permission that has not been time-bounded or revalidated. The most common misapplication is treating standing authority as the same as standing privilege, which occurs when teams ignore whether the access remains active after the original need has expired.

Examples and Use Cases

Implementing controls against standing authority rigorously often introduces friction in operations, requiring organisations to weigh faster execution against tighter reauthorization and review cycles.

  • A cloud administrator keeps permanent write access to production after a migration project ends, creating an avoidable path for accidental or malicious changes.
  • A service account used by a deployment pipeline still has secrets and permissions months after the pipeline was decommissioned, leaving a dormant but usable access path.
  • An AI agent connected to ticketing and infrastructure tools retains tool access outside its intended workflow window, which can magnify mistakes if the agent is later repurposed.
  • A contractor retains VPN and application access after offboarding because account lifecycle controls were not tied to HR or identity governance events.
  • A break-glass account is left enabled and reachable day to day instead of being restricted for emergency use only, defeating the purpose of temporary escalation.

These patterns are often addressed through just-in-time access, time-bound approvals, and periodic entitlement reviews, all of which reduce the chance that access remains active by default. In identity-heavy environments, the same discipline applies to human and non-human identities alike, especially where credentials can be reused across systems.

Why It Matters for Security Teams

Standing authority creates a durable attack surface because compromise does not require a fresh approval once the account or token is already active. That is why it is central to access governance, privileged access management, and Non-Human Identity control, particularly where scripts, services, and agents can act faster than human reviewers can react. For identity programs, the concern is not only who has access, but whether access remains usable after the business justification has disappeared.

Security teams should treat standing authority as a lifecycle problem: provisioning, approval, monitoring, revocation, and revalidation all need to work together. When this fails, audit evidence, incident response, and containment all become harder because there is no clear boundary between legitimate use and lingering entitlement. The concept also intersects with zero trust thinking, where continuous verification should replace implicit trust in old permissions. Guidance from NIST SP 800-53 Rev 5 Security and Privacy Controls and related identity control practices reinforces the need to limit persistent access wherever feasible.

Organisations typically encounter the damage only after an offboarded account, stale service credential, or over-entitled agent is used in an incident, at which point standing authority becomes operationally unavoidable to remove.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5, NIST SP 800-63 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AC-4 PR.AC-4 covers access permissions and least privilege, directly limiting standing authority.
NIST SP 800-53 Rev 5 AC-2 AC-2 governs account management, including timely provisioning and disabling of persistent access.
NIST SP 800-63 Digital identity guidance supports assurance and lifecycle control for identities that carry active access.
OWASP Non-Human Identity Top 10 OWASP NHI guidance addresses stale machine access and credential governance for non-human identities.
NIST Zero Trust (SP 800-207) Zero Trust requires continuous verification rather than implicit trust in long-lived access.

Inventory service accounts, tokens, and certificates, then retire anything that no longer has an active purpose.