TL;DR: Okta’s own research says 89% of enterprises are deploying AI agents, but only 10% have adequate governance over what those agents do, highlighting a gap between session authentication and runtime authorization that legacy IAM cannot close. The real security problem is not identity proof at login, but continuous enforcement over every action an agent takes.
NHIMG editorial — based on content published by EnforceAuth: AI agent governance, the authorization gap, and runtime control
Questions worth separating out
Q: How should security teams govern AI agents after authentication?
A: Security teams should treat authentication as the start of control, not the end.
Q: Why do AI agents expose an authorization gap in IAM programmes?
A: AI agents expose an authorization gap because they can perform many actions after a valid login without a fresh policy decision.
Q: What breaks when token scope is the only control for AI agents?
A: When token scope is the only control, the agent remains free to act long after the original task context has changed.
Practitioner guidance
- Define an authorization boundary for every AI agent session Document which API calls, tools, datasets, and infrastructure actions are permitted after authentication, then separate those decisions from the identity proof used to start the session.
- Map runtime controls to the four domains agents touch Check application, infrastructure, data, and AI workload enforcement separately so a valid session token cannot cross an uncontrolled boundary in another layer.
- Replace static scope assumptions with action-level checks Require current-policy evaluation on each request, including row-level data access, cloud changes, and chained tool execution, rather than trusting the original token scope.
What's in the full article
EnforceAuth's full article covers the operational detail this post intentionally leaves for the source:
- How the Authorization Gap is defined across session authentication and runtime enforcement
- The four enforcement domains discussed in the article, including applications, infrastructure, data, and AI workloads
- The article's view of how continuous identity verification differs from one-time token issuance
- The Q&A section on what continuous runtime enforcement means for enterprise teams
👉 Read EnforceAuth's analysis of the authorization gap in AI agent governance →
AI agent authorization gaps: are your controls keeping up?
Explore further