An access rule that changes its response as risk changes during or around the session. Adaptive policies can require stronger authentication, limit functionality, or block access when the available signals indicate that the request no longer fits the expected trust level.
Expanded Definition
Adaptive policy is an access-control approach that evaluates context continuously and changes enforcement as the risk posture shifts. In NHI and agentic systems, that can mean stepping up authentication, constraining tool use, shortening session lifetime, or terminating access when signals no longer support trust. It is closely related to Zero Trust ideas in the NIST Cybersecurity Framework 2.0, but it is not the same as static conditional access rules, which usually make a one-time decision at login.
Definitions vary across vendors because some products treat adaptive policy as a policy engine, while others describe it as a runtime response layer. In practice, the concept spans identity, device, workload, and behavior signals, and it becomes especially important when an AI agent or service account can continue acting after the original request has already changed context. NHIMG’s Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs frames this as part of lifecycle-aware governance rather than a one-time access gate.
The most common misapplication is treating adaptive policy as a synonym for MFA prompts, which occurs when organisations only react to login risk and ignore mid-session drift in privilege, destination, or token exposure.
Examples and Use Cases
Implementing adaptive policy rigorously often introduces operational friction, requiring organisations to balance tighter control against user and workload continuity.
- An API client starts from a known subnet, but a new geolocation or impossible travel signal appears mid-session, so the policy reduces scope or forces reauthentication before further requests are allowed.
- An AI agent receives a tool call that falls outside its approved task boundary, so the policy blocks that action while preserving read-only visibility for the rest of the workflow.
- A service account suddenly requests access to a production secret store it has never used before, so the policy inserts a just-in-time approval step and logs the escalation for review.
- During incident response, a compromised token remains technically valid, but adaptive controls shorten the session and cut off network paths until the token can be revoked.
- NHIMG’s Top 10 NHI Issues and the Salt Typhoon US telecoms breach show why static trust is dangerous when stolen credentials and lateral movement can persist after initial access.
- Runtime decisioning can be aligned with the NIST Cybersecurity Framework 2.0 by mapping policy triggers to identify, protect, detect, and respond outcomes.
Why It Matters in NHI Security
Adaptive policy matters because NHIs often operate at machine speed, with broad privileges and long-lived tokens that can outlast the trust assumptions made at issuance. NHIMG reports that 80% of identity breaches involved compromised non-human identities, and 97% of NHIs carry excessive privileges, which means a single stale assumption can quickly become a material incident. Adaptive policy reduces the blast radius by responding when context changes, not just when credentials are first presented.
This becomes essential for governance, auditability, and Zero Trust implementation because dynamic enforcement can limit damage from secret leakage, agent misuse, or unexpected privilege escalation. It also complements lifecycle controls described in NHIMG’s Ultimate Guide to NHIs — Regulatory and Audit Perspectives, where evidence of continuous control is often more important than a one-time approval record.
Organisations typically encounter the need for adaptive policy only after a token, key, or agent has already been abused in an active session, at which point the term becomes operationally unavoidable to address.
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 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-5 | Adaptive access decisions support continuous authorization and least-privilege enforcement. |
| NIST Zero Trust (SP 800-207) | Zero Trust requires ongoing verification instead of relying on a single trusted session. | |
| OWASP Non-Human Identity Top 10 | NHI-03 | Dynamic privilege reduction helps contain overprivileged non-human identities. |
Continuously reassess NHI sessions and revoke access when context no longer satisfies trust.