TL;DR: AI agents complicate traditional IAM because trust no longer anchors to a login, an MFA prompt, or a single human session, according to Aembit. The real governance problem is preserving delegated context and enforcement evidence across workload, MCP, PAM, NHI, and human identity controls without assuming the agent is just an extension of the user.
NHIMG editorial — based on content published by Aembit: AI agent identity and IAM control points
Questions worth separating out
Q: How should security teams govern AI agents that can access enterprise systems?
A: Security teams should govern AI agents as non-human identities with explicit ownership, scoped privileges, and continuous monitoring.
Q: Why do AI agents complicate traditional IAM controls?
A: AI agents complicate traditional IAM controls because they do not behave like human users with short, predictable sessions.
Q: What do security teams get wrong about platform-level AI security?
A: The common mistake is assuming that platform access controls automatically cover the customer-facing application.
Practitioner guidance
- Separate identity proof from authorization Require teams to identify which system proves workload identity, which system applies policy, and which system records the audit trail before any agent reaches production data or tools.
- Preserve delegated user context end to end Maintain a request chain that links the initiating human, the agent runtime, the credential source, and the destination resource so you can explain every privileged action after the fact.
- Map enforcement points by access path Document whether control happens at registration, token issuance, an MCP gateway, a privileged access broker, or the destination system, then test each path separately.
What's in the full article
Aembit's full article covers the operational detail this post intentionally leaves for the source:
- How Aembit distinguishes runtime access from governance, discovery, and secrets handling in real deployments
- The vendor-by-vendor comparison of where identity is verified, where policy is enforced, and what audit evidence remains
- Specific examples of agent-to-MCP gateway controls, token exchange, and policy-based just-in-time access
- How the platform positions workload identity alongside human IAM and NHI governance in mixed environments
👉 Read Aembit’s full analysis of AI agent identity and IAM control points →
AI agent identity and IAM: where do policy and audit actually land?
Explore further
Agentic AI does not replace IAM assumptions, it exposes where they stop working. Human IAM was built around interactive authentication, visible sessions, and a person who can answer for the request. Agentic AI introduces software that can act after the human has already signed in, so the old trust boundary no longer captures the real decision point. Practitioners need to treat the agent as a separate identity subject, not a convenient extension of the user.
A few things that frame the scale:
- 85% of organisations lack full visibility into third-party vendors connected via OAuth apps, according to The State of Non-Human Identity Security.
- The same research found that lack of credential rotation is cited as the top cause of NHI-related attacks by 45% of organisations, which is a governance problem, not just a tooling problem.
A question worth separating out:
Q: What is the difference between workload identity and agent identity?
A: Workload identity identifies a system component that performs a defined function, while agent identity identifies software that can make autonomous decisions and invoke tools. The difference matters because agent identity requires governance over action, not just access. Teams should add behavioural controls, reviewable scopes, and tighter approval paths for agents.
👉 Read our full editorial: AI agent identity strains traditional IAM and raises audit gaps