TL;DR: Agentic AI systems require cryptographic authentication, task-scoped authorization, and delegation-aware audit trails because traditional IAM was built for long-lived human users, according to Strata Identity. The real shift is that identity governance now has to follow runtime decisions, not static roles, or compliance and accountability will break down.
NHIMG editorial — based on content published by Strata Identity: identity management in the agent era
By the numbers:
- 80x more agents than humans in enterprise systems are projected, which would shift identity scale far beyond current IAM assumptions.
Questions worth separating out
Q: How should security teams govern agentic AI identities in production?
A: Govern agentic AI identities with cryptographic authentication, task-scoped authorization, delegation tracking, and runtime lifecycle controls.
Q: Why do agentic AI systems require more than RBAC and standard API logs?
A: RBAC and standard API logs describe static roles and individual calls, but agentic systems make runtime decisions, change tasks, and act on behalf of others.
Q: What breaks when autonomous agents are treated like human users?
A: Human IAM assumes interactive login, stable sessions, and reviewable access over time.
Practitioner guidance
- Standardize cryptographic agent authentication Replace human login assumptions with SPIFFE/SVID, PKCE, and mTLS-based identity proofs for agent workloads so credentials are short-lived and bound to runtime context.
- Enforce delegation-aware authorization at the API layer Use policy-as-code and scoped, time-bound tokens at the proxy or gateway so every agent action is checked against user intent, task scope, and downstream authority.
- Capture decision-chain evidence for audits Augment SIEM logging with execution graphs, signed attestations, and context-rich telemetry so compliance teams can reconstruct what the agent tried to do and why a policy allowed it.
What's in the full article
Strata Identity's full article covers the operational detail this post intentionally leaves for the source:
- The specific cryptographic patterns used for agent authentication, including SPIFFE/SVID, PKCE, and mTLS implementation choices.
- The full human identity to agentic identity comparison table, which helps teams translate governance differences into architecture decisions.
- The runtime governance model for identity fabrics, agent registries, and orchestration layers that this post only frames at a high level.
- Practical examples of how delegation chains, execution graphs, and policy-bound registries fit into agent observability.
👉 Read Strata Identity's analysis of agentic identity and runtime governance →
Agentic AI identity and runtime controls: are IAM teams ready?
Explore further
Runtime identity is now the control plane, not a logging afterthought. The article shows that agentic systems cannot be governed by static user-centric IAM because the identity itself is part of the execution path. Authentication, authorization, audit, and lifecycle all move into runtime, which means identity is no longer a perimeter service. Practitioners should treat the agent identity layer as a first-class control plane for non-human execution.
A few things that frame the scale:
- 91.6% of secrets remain valid five days after the targeted organisation is notified, showing a critical gap in remediation procedures, according to Ultimate Guide to NHIs.
- Only 5.7% of organisations have full visibility into their service accounts, which helps explain why runtime governance and audit trails remain weak.
A question worth separating out:
Q: What is the difference between delegated agent access and ordinary service account access?
A: Delegated agent access carries user intent through an on-behalf-of chain, while ordinary service account access typically reflects fixed machine-to-machine authority. That difference matters because the agent may need to prove who requested the action, what policy applied, and which downstream service was called. The control plane must preserve that context for audit and accountability.
👉 Read our full editorial: Agentic AI identity is forcing IAM to move to runtime controls