By NHI Mgmt Group Editorial TeamPublished 2025-07-06Domain: Agentic AI & NHIsSource: Okta

TL;DR: Agentic AI systems act with autonomy, persistent context, and delegated authority, which means every action depends on authenticated credentials, policy checks, and auditability across the agent lifecycle, according to Okta's analysis. Static, human-centric IAM models do not adequately cover non-human identities that can plan, delegate, and act at machine speed.


At a glance

What this is: This is an analysis of how agentic AI changes identity governance because autonomous systems need verified credentials, scoped permissions, and continuous authorization.

Why it matters: It matters because IAM and NHI teams now have to govern software that can make multi-step decisions and take actions on behalf of people or systems.

👉 Read Okta's analysis of agentic AI identity governance and access control


Context

Agentic AI is software that can plan, act, and adapt over time, which makes it an NHI governance problem as much as an AI problem. Unlike passive models that only generate content, these systems need identities, permissions, and audit trails for every step they take. Okta frames the issue as an identity control challenge, and that is the right lens for practitioners.

The operational gap is straightforward: existing IAM models were built around users, sessions, and relatively stable access patterns, while agentic systems introduce persistent context, delegated authority, and continuous action. That shifts the control problem from login events to lifecycle governance, token handling, and policy enforcement. The starting position described in the source is increasingly typical for enterprises moving from experimentation to production.


Key questions

Q: How should security teams govern AI agents that can take actions on their own?

A: Security teams should govern AI agents as non-human identities with explicit owners, scoped permissions, and continuous authorization checks. The safest model is task-based access that is granted only for the current workflow, with full logging of each tool call, data access, and privilege change. Persistent or shared credentials should be avoided because they obscure accountability and widen blast radius.

Q: What is the difference between human IAM and agentic AI governance?

A: Human IAM is built around users, sessions, and relatively predictable access patterns. Agentic AI governance must also control memory, delegation, and machine-speed actions that can continue after the original request is made. That means identity policy has to follow the task lifecycle, not just the login event, and must cover both authorization and state handling.

Q: When does just-in-time access make sense for AI agents?

A: Just-in-time access makes sense when an agent needs temporary authority for a narrow task and the risk of standing privilege is too high. It works best when paired with strong policy checks, revocation triggers, and detailed audit trails. JIT is less effective if the agent retains broad memory or can re-request access without meaningful review.

Q: Why do AI agents increase non-human identity risk?

A: AI agents increase non-human identity risk because they can hold credentials, retain context, and perform multi-step actions without direct human supervision. That combination makes them more durable and more capable than a typical service account. If organisations do not govern their lifecycle, an agent can become a persistent access path with a very large blast radius.


Technical breakdown

How agentic AI uses identity across its lifecycle

Agentic systems combine autonomy with persistent state, so identity is not a one-time login event. They initiate actions through authenticated credentials, consult policy as they plan, and retain context across sessions. That creates a lifecycle problem for tokens, service accounts, and delegated permissions because access may need to change as the task changes. The security boundary must follow the agent, not just the user who launched it. Without lifecycle controls, an agent can keep acting under stale assumptions long after the original intent has changed. Practical implication: treat every agent as a governed NHI with its own identity lifecycle.

Practical implication: treat every agent as a governed NHI with its own identity lifecycle.

Why policy-based access control matters for AI agent autonomy

Agentic AI cannot be safely governed with broad, static entitlements because each step may require different privileges. Policy-based access control lets security teams define what an agent may do in context, rather than granting a permanent role that is too wide for some tasks and too narrow for others. This matters most when agents interact with APIs, data stores, and operational systems that were never designed for autonomous decision loops. The control objective is not just authentication, but continuous authorization against the agent's current task and risk posture. Practical implication: use task-scoped policies and re-evaluate privileges as the workflow progresses.

Practical implication: use task-scoped policies and re-evaluate privileges as the workflow progresses.

How memory and delegated authority create hidden NHI risk

Agent memory changes the risk model because an agent can retain state, preferences, and operational history across sessions. If that memory includes tokens, credentials, or sensitive data, the agent becomes a durable trust container that can outlive the intended scope of access. Delegation chains add another layer of complexity because a machine acting for a human can inherit authority that is difficult to trace unless every hop is explicit and auditable. This is why identity-linked audit trails and encrypted state are not optional features. Practical implication: keep memory separate from secrets and require traceable delegation at every handoff.

Practical implication: keep memory separate from secrets and require traceable delegation at every handoff.


Threat narrative

Attacker objective: The attacker objective is to abuse agent trust and delegated identity so the compromised automation can reach systems, data, or actions beyond its intended authority.

  1. Entry occurs when an AI agent starts operating with authenticated access that was intended for a narrower, human-shaped task.
  2. Escalation happens when the agent reuses persistent context or delegated tokens to reach systems beyond the original scope.
  3. Impact appears when the agent can take unauthorized operational actions at machine speed while leaving incomplete audit evidence.

Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.


NHI Mgmt Group analysis

Agentic AI creates an identity governance problem, not just an automation problem. The core issue is that autonomous systems can make decisions, hold state, and act over time under delegated authority. That means security teams must govern identity lifecycle, not merely approve use cases. The practical conclusion is that every agent needs explicit ownership, scoped access, and continuous review.

Policy-based access control is now a prerequisite for safe agent deployment. Static roles do not match the way agents shift between planning, retrieval, execution, and escalation. A task may begin with read access and end with operational authority, which makes coarse RBAC too blunt for most agentic workflows. Practitioners should move toward context-aware control points that can change as risk changes.

Identity blast radius is the right concept for evaluating agent risk. Once an agent can retain memory and reuse delegated authority, the security question becomes how far a compromised agent can move before control is detected or revoked. That is a stronger lens than simply asking whether the model is accurate. Teams should define blast-radius limits for every agent before they expand deployment.

Ephemeral credentials do not eliminate trust debt in agentic systems. Short-lived access reduces exposure time, but it does not solve the deeper problem of who or what is allowed to act, what state is retained, and how delegation is audited. The field needs governance models that connect authentication, authorization, and memory handling in one lifecycle. Practitioners should assume time-bounded access is necessary but not sufficient.

Zero Trust for agents must extend beyond network access into action-level control. The article's architecture points in the right direction because autonomous systems require verification at each step, not just at session start. That aligns with the broader shift from perimeter thinking to continuous authorization. Security teams should validate every tool call, data access, and privilege change as part of the control plane.

From our research:

  • 92% agree governing AI agents is critical to enterprise security, yet only 44% have implemented any policies to do so, according to AI Agents: The New Attack Surface report.
  • Only 80% of organisations report their AI agents have already performed actions beyond their intended scope, including unauthorized system access, sensitive data sharing, or credential exposure.
  • For a broader control model, read NHI Lifecycle Management Guide for how governance should follow provisioning, rotation, and offboarding.

What this signals

Agentic AI is moving identity teams from static access administration into continuous control of autonomous behavior. The next programme priority is not only whether an agent can authenticate, but whether the organisation can bound its memory, delegation, and authority over time. That is the difference between experimentation and governable deployment.

Identity blast radius: the practical measure of how far a compromised or mis-scoped agent can move before security teams can contain it. With 92% of organisations saying AI agent governance is critical but only 44% having implemented policies, the gap is structural rather than theoretical, according to the AI Agents: The New Attack Surface report. Programmes that do not define blast-radius limits now will discover them during incident response.

The control stack needs to converge with broader zero trust and workload identity practices, especially where agents use APIs, service accounts, and federated access. Teams should align agent controls with NIST AI Risk Management Framework governance functions and the NHI Lifecycle Management Guide. That will make future policy expansion and audit evidence easier, not harder.


For practitioners

  • Define separate identities for every agent Assign each agent its own service identity, ownership record, and scope so it cannot borrow user credentials or share tokens across workflows. Map those identities to business functions and revoke them on task completion.
  • Enforce task-scoped policy checks Require authorization at each meaningful step in the workflow, especially before API calls, data retrieval, and operational changes. Use policy rules that can narrow or expand access based on task state and risk signals.
  • Separate memory from secrets Keep tokens, API keys, and certificates outside agent memory stores and encrypt any retained context that could influence later behavior. Build controls to prevent persistent state from becoming a hidden privilege reservoir.
  • Instrument full delegation trails Log who initiated the agent, what authority was granted, which systems it touched, and when access was revoked. Use these trails for both incident review and entitlement recertification.
  • Set blast-radius limits before production Cap what a single agent can reach, change, or approve, and test those limits under failure conditions. Start with the smallest viable access model and expand only after control evidence is in place.

Key takeaways

  • Agentic AI introduces an NHI governance problem because autonomous systems can act over time under delegated authority.
  • Persistent context, memory, and token reuse create blast-radius risk that static IAM controls do not adequately contain.
  • Security teams should treat each AI agent as a governed identity with scoped access, continuous authorization, and explicit lifecycle ownership.

Standards & Framework Alignment

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

OWASP Agentic AI Top 10 address the attack and risk surface, while NIST AI RMF and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10Agent autonomy and tool use create the risks this framework maps.
NIST AI RMFGovernance, measurement, and oversight are central to autonomous agent risk.
NIST Zero Trust (SP 800-207)PR.AC-4Continuous verification fits agents that act through delegated authority.

Assign ownership for agent behavior and add continuous monitoring to the AI risk programme.


Key terms

  • Agentic AI: Agentic AI is software that can plan and take actions on behalf of a user or organisation with a degree of autonomy. In security terms, it behaves like a non-human identity that needs scoped access, auditability, and lifecycle control rather than just model safety guardrails.
  • Identity Blast Radius: Identity blast radius is the amount of damage a compromised identity can cause before it is contained. For AI agents, it measures how far delegated authority, stored context, and token reuse can spread across systems, data, and workflows when governance is weak.
  • Policy-based Access Control: Policy-based access control decides access using rules and context instead of only static roles. For agentic systems, it is useful because permissions can change as a task progresses, which lets security teams narrow, expand, or revoke authority without rebuilding the entire identity model.
  • Delegated Authority: Delegated authority is permission a system or agent receives to act on behalf of another identity. It is essential for agentic workflows, but it becomes risky when the delegation path is opaque, long-lived, or broader than the task being performed.

Deepen your knowledge

Agentic AI identity lifecycle governance is a core topic in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are moving from pilot projects to production deployments, this is the right control baseline to study.

This post draws on content published by Okta: agentic AI, identity controls, and governance across the agent lifecycle. Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2025-07-06.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org