Skip to main content
a promotional graphic telling you that PCI Compliance is no longer an annual exercise and that continuous monitory must be built in
AI Agents Need Credentials TooFIDO & Passkeys
4 min readFor IAM Architects

AI Agents Need Credentials Too

OpenAI joined the FIDO Alliance in March 2025 and took a seat on its Board of Directors. This isn't just another tech partnership announcement. It signals that authentication frameworks built for humans now need to account for autonomous agents making decisions, initiating transactions, and presenting credentials on your behalf.

The timing matters. OpenAI launched its AI agent tool Operator in January, then shut down Sora 2 in March after criticism over impersonation and abuse videos. The company learned quickly: if agents can't prove they're acting with legitimate user intent, they won't be commercially viable.

What Changed

FIDO Alliance CEO Andrew Shikiar described this as "a new era for authentication" where agents interact with services, transact, and make decisions on behalf of users. The core challenge is making it "simple and trustworthy for people to present verified credentials, whether directly or through agents acting on their behalf."

This creates a fork in your authentication architecture. You've spent years implementing phishing-resistant authentication for human users. Now you need to extend that trust model to non-human actors that operate autonomously between authentication events.

Key Findings

Authentication can't assume a human is present at decision time. Your existing FIDO2 workflows authenticate a user at session start. But agents operate for hours or days after that initial authentication, making decisions your user may not directly observe. You need continuous verification that the agent's actions remain within the scope of delegated authority.

Biometric enrollment creates a verifiable anchor for agent actions. OpenAI co-founder Sam Altman's other project, World, uses iris biometrics to prove a person is human and unique. This model could extend to agent authentication: bind the agent's credential to a biometric enrollment event, creating an audit trail from human intent to agent action.

Open standards prevent fragmentation across agent platforms. Shikiar noted that the market is "coalescing around the need to align authentication, credentials, and AI, grounded in open standards and real-world deployment." Without this, you'll face incompatible agent authentication schemes across cloud providers, SaaS platforms, and internal systems.

Credential presentation needs to carry scope metadata. When an agent presents a credential, the relying party needs to know: what tasks was this agent authorized to perform? For how long? With what constraints? Your current OAuth 2.0 scopes weren't designed for this level of granularity.

The gap between authentication and authorization widens. You authenticate the agent once but authorize hundreds of discrete actions. Your Policy Decision Point needs real-time context about what the agent is attempting, not just who delegated authority to it.

What This Means for Your Team

You're designing authentication for a new category of entity that doesn't fit cleanly into "user" or "service account." Agents have user-delegated authority but service-like persistence. They need credentials that prove both their identity and the scope of their delegation.

Your existing credential lifecycle management doesn't account for this. When do you revoke an agent's credential? When the user's session ends? When the task completes? When the user explicitly revokes delegation? You need policy that answers these questions before your first production agent deployment.

Audit trails become more complex. Your SIEM needs to correlate agent actions back to the human who delegated authority, but also track the agent's autonomous decisions. "User X authenticated" no longer tells you enough. You need "User X authenticated and delegated authority to Agent Y for task Z with constraints W."

Your certification campaigns need to account for agent-held entitlements. When you ask department heads to review access, they need visibility into which agents their team members have authorized and what those agents can do.

Action Items by Priority

Map your agent use cases now. Document where your organization plans to deploy AI agents in the next 12 months. For each use case, define: what systems will the agent access? What actions will it perform? How long will it operate? What happens if the user's employment ends mid-task?

Extend your Just-in-Time Elevation model to agents. If you're granting standing access to agents, you're broadcasting your attack surface. Agents should request elevation for specific operations, present their delegation credential, and have that access expire when the operation completes.

Add agent delegation to your Entitlement Catalog. Your IGA system needs to track agent authorizations as a distinct entitlement type. When you run Reconciliation, you should detect agents operating outside their delegated scope.

Require biometric re-authentication for high-risk delegations. If a user wants to authorize an agent to modify production infrastructure or access financial systems, require a fresh biometric authentication. Don't rely on a session token issued hours earlier.

Build agent Vault Rotation into your Vault Rotation schedule. Agent credentials should rotate on the same cadence as your service account secrets. If an agent operates for 30 days, its credential should rotate at least weekly.

Test your Back-Channel Communication for agent token validation. When an agent presents a credential, your relying party should validate it out-of-band with your Policy Decision Point, not just trust the token's signature. This prevents compromised agents from operating after their delegation was revoked.

The architecture you design now will determine whether your organization can safely deploy autonomous agents or gets locked out of this capability while competitors move forward. Integrating authentication with AI agent workflows will be a major theme of 2026. That gives you about nine months to get this right.

Promotional banner graphic asking if you are ready for PCI DSS 4.0 with a call-to-action to get the guide

You Might Also Like