TL;DR: AI agents cannot use human MFA patterns because they lack phones, fingerprints, and interactive login sessions, according to WorkOS and supporting industry data. The real issue is not whether MFA can be adapted, but whether identity governance can shift fast enough to manage non-human actors with ephemeral, task-scoped access.
At a glance
What this is: This analysis argues that traditional MFA breaks for AI agents because human authentication assumptions do not map to machine and agent identities.
Why it matters: IAM teams need to rethink authentication, authorization, and lifecycle controls because agent access is already scaling beyond human-centric governance models.
By the numbers:
- Machine identities now outnumber human users by more than 80 to 1 in a typical enterprise.
- Gartner predicts that 33% of enterprise applications will include agentic AI by 2028, up from less than 1% in 2024.
- A recent scan of nearly 2,000 publicly accessible MCP servers found that every single verified server lacked authentication.
👉 Read WorkOS's analysis of MFA for AI agents and identity control gaps
Context
AI agent MFA is really a governance problem, not a login problem. Human MFA assumes a person can answer a prompt, carry a device, and work in discrete sessions, but AI agents operate as software identities with persistent, multi-step access across APIs and tools.
The article's core point is that the identity controls built for people do not translate cleanly to agentic systems. That gap matters for NHI, autonomous, and human IAM programmes because the same enterprise is now managing all three identity types at once, often with incompatible assumptions.
Key questions
Q: How should security teams authenticate AI agents without using human MFA flows?
A: Security teams should authenticate AI agents with workload identity, short-lived credentials, and scoped authorization rather than human prompts. The agent must prove it is running in a trusted environment, then receive only the access needed for the current task. If the workflow depends on a phone, push prompt, or biometric factor, the design is already wrong for machine identity.
Q: Why do AI agents create more identity risk than human users in practice?
A: AI agents create more risk because they can act continuously, call multiple tools, and retain access across many steps without a natural pause for review. Human identity controls assume sessions, devices, and interactive decisions. Agentic systems replace those assumptions with runtime execution, so standing privilege and long-lived tokens become much harder to govern safely.
Q: What do security teams get wrong about MFA for non-human identities?
A: The common mistake is treating MFA as a universal trust layer instead of a control designed for human login events. For non-human identities, the real requirement is proof of execution context, narrow scope, and rapid expiry. If the mechanism still depends on a human to approve each access request, it will not scale for autonomous or high-frequency agent workflows.
Q: How can organisations govern sensitive agent actions without blocking automation?
A: Use a split model. Allow low-risk actions to proceed under tightly scoped, short-lived credentials, but route irreversible or high-impact actions through explicit human approval. That keeps automation usable while preserving accountability where the business impact is highest. The key is to separate routine execution from delegated authority, not to approve everything the same way.
Technical breakdown
Why human MFA assumptions fail for AI agents
Traditional MFA depends on three things: a human who can respond, a physical possession factor such as a phone or security key, and a login event that produces a bounded session. AI agents break all three assumptions because they run unattended, operate through runtime environments rather than personal devices, and often maintain long-lived or concurrent access across multiple services. The result is either broken automation or unsafe workarounds such as static tokens and over-permissioned service accounts. In practice, the control failure is not just authentication friction. It is a mismatch between human session design and machine execution patterns.
Practical implication: treat agent authentication as a separate identity model, not a retrofit of human MFA.
Workload identity attestation and scoped tokens
For agents, the closest analogue to possession is workload identity attestation. The agent proves it is running in an expected environment, then receives narrowly scoped credentials for a specific task. This shifts identity proof from a person-centric challenge-response model to environment- and workload-based trust. Ephemeral tokens reduce blast radius, but only if the scope is tight and expiration is enforced. The architectural risk appears when teams combine broad service account access with long-lived tokens, because the agent then inherits standing privilege that was never meant for machine-speed execution.
Practical implication: pair workload attestation with short-lived, task-scoped credentials and revoke them at task completion.
MCP authentication gaps and server-to-server trust
MCP has become a key interface between agents and enterprise tools, but its authentication model is still uneven across user-delegated and machine-to-machine scenarios. OAuth 2.1 with PKCE works when a human delegates access, yet agent-to-agent and server-to-server flows remain a weak spot, which is why teams fall back on hardcoded keys and persistent service accounts. That is an identity governance problem, not a protocol problem alone. The important mechanism is that authentication is often separated from authorization scope, so a valid token can still carry excessive authority unless governance is enforced upstream.
Practical implication: review every MCP integration for server-to-server auth fallbacks and remove static secrets from the path.
Breaches seen in the wild
- Moltbook AI agent keys breach — Moltbook breach exposed 1.5M AI agent keys.
- AI LLM hijack breach — attackers used stolen AWS access keys to hijack Anthropic LLM models on Bedrock.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
Human MFA is not failing at the factor level, it is failing at the actor model level. MFA was designed for a person who can pause, approve, and resume work inside a bounded session. That assumption collapses when the actor is an AI agent that executes autonomously across multiple tools and timing windows. The implication is that identity programmes must stop treating agent access as an edge case and start treating it as a distinct class of governed runtime behaviour.
Ephemeral credential trust debt is the new control gap. The article shows that organisations replace one brittle assumption with another when they issue static API keys or long-lived tokens to agents. Those credentials extend trust beyond the task boundary and create exposure that outlives the action itself. Under OWASP-NHI and Zero Trust thinking, the problem is not just credential sprawl but the accumulation of trust that was never intended to persist.
Agent identity requires lifecycle governance, not just authentication plumbing. The article rightly says each agent should have its own identity, permissions, audit trail, and retirement path. That aligns with OWASP-NHI and NIST-CSF because identity without offboarding is unfinished governance. Practitioners should read this as a lifecycle issue first: if the agent cannot be cleanly deprovisioned, the access model is incomplete.
Delegated human approval remains necessary for irreversible actions. The strongest control pattern in the article is not a more complex MFA stack, but explicit human approval for sensitive operations. That preserves accountability where agent intent cannot be fully predeclared and where blast radius is high. The practical conclusion is that agent governance should separate low-risk autonomous execution from high-risk delegated authority, rather than trying to authenticate every action the same way.
From our research:
- Machine identities now outnumber human users by more than 80 to 1 in a typical enterprise, according to the Ultimate Guide to NHIs.
- Only 20% of organisations have formal processes for offboarding and revoking API keys, which shows how often machine access outlives governance.
- For a broader view of lifecycle risk, Top 10 NHI Issues is the right next reference for credential sprawl and offboarding gaps.
What this signals
Ephemeral credential trust debt: when agents are issued long-lived access to compensate for missing authentication patterns, the organisation accumulates trust that cannot be cleanly reviewed, rotated, or retired. That shifts the security problem from login assurance to governance debt, and it is already visible in environments that rely on static secrets for agent workflows.
With 70% of organisations granting AI systems more access than they would give a human employee doing the same job, per the 2026 Infrastructure Identity Survey, the next control question is not whether agents can authenticate. It is whether access scope is still being set with human assumptions that no longer match runtime behaviour.
Teams should expect agent identity to converge with workload identity and Zero Trust patterns rather than human login patterns. The practical shift is toward proof of environment, proof of task scope, and proof of oversight, all of which should be aligned with the Ultimate Guide to NHIs and the NIST AI Risk Management Framework.
For practitioners
- Classify every agent as a first-class identity Assign each agent its own identity, permissions, audit trail, and retirement path. Do not let agents inherit developer credentials or share service accounts across workflows, because that hides accountability and makes offboarding impossible.
- Replace long-lived secrets with short-lived task tokens Use workload identity federation where possible, then mint ephemeral credentials scoped to a single task or workflow. Revoke them when the task completes and block any design that depends on a persistent API key in environment variables.
- Build approval gates for high-impact agent actions Require explicit human approval before irreversible operations such as production changes, external communications, or financial transfers. Keep the approval boundary outside the agent so the decision remains reviewable and attributable.
- Monitor agent behaviour as a runtime signal Track unexpected tool calls, permission escalation attempts, and access outside declared purpose. Use the same continuous monitoring mindset you would apply to a privileged workload, but tune it for agent speed and multi-step execution.
Key takeaways
- Traditional MFA breaks for AI agents because it assumes a person, a device, and a discrete login session, none of which reliably exist in agent workflows.
- Machine identities already dominate enterprise environments, and agent adoption is accelerating the governance gap between authentication design and actual runtime behaviour.
- The practical response is to treat agents as governed identities with scoped access, lifecycle controls, and explicit approval gates for high-impact actions.
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 Zero Trust (SP 800-207) and NIST AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-01 | Agent identities need distinct authentication and credential boundaries. |
| NIST Zero Trust (SP 800-207) | PR.AC-4 | Zero Trust requires continuous verification for non-human access paths. |
| NIST AI RMF | Agent governance needs accountability and oversight for autonomous behaviour. |
Treat each agent as a separate identity with scoped credentials and explicit retirement.
Key terms
- workload identity attestation: Workload identity attestation is proof that a non-human actor is running in a trusted environment before it receives access. In practice, it replaces device-based human MFA with cryptographic or platform-based evidence about the runtime, which is essential when the actor is an AI agent or service workload.
- ephemeral token: An ephemeral token is a short-lived credential issued for a narrow task and expired as soon as the task ends or the window closes. For agents, this matters because the access decision must match runtime intent, not just a static entitlement that persists far beyond the action being taken.
- agent lifecycle governance: Agent lifecycle governance is the process of creating, scoping, reviewing, and retiring an AI agent's identity across its usable life. It extends standard identity lifecycle practice to software actors that can execute independently, making offboarding and auditability as important as initial authentication.
- human-in-the-loop approval: Human-in-the-loop approval is a control pattern where a person must authorise a high-impact action before an agent can complete it. It preserves accountability for irreversible or sensitive steps while still allowing lower-risk automation to proceed within bounded permissions.
Deepen your knowledge
AI agent authentication and lifecycle governance are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If your programme is still centred on human MFA assumptions, this is the right place to reset the model.
This post draws on content published by WorkOS: MFA for AI agents: Why traditional authentication falls short. Read the original.
Published by the NHIMG editorial team on 2026-04-01.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org