AI Agent Identity and On-Behalf-Of Authorization
AI agent on-behalf-of authorization: delegated identity, OAuth token exchange, actor claims, credential downscoping, runtime policy, and audit trails.
Read guideAI Security
Authentication, delegation, workload identity, and action-level authorization for AI agents.
Agentic identity separates the people, software actors, workloads, OAuth clients, and target services involved when an AI agent acts on behalf of someone else. A user token alone hides which agent performed an action, while a workload identity alone does not carry user consent or permission to a specific resource. Secure delegation preserves both subject and actor, downscopes credentials for each audience, limits delegation-chain growth, and rechecks authorization immediately before a consequential action. Identity establishes who may participate; runtime policy still decides whether this operation, with these arguments and consequences, should proceed now. Audit records must preserve that distinction across every downstream service.
Use the on-behalf-of guide as the implementation path from principal inventory through OAuth token exchange, actor claims, multi-agent delegation, runtime authorization, token lifecycle, audit evidence, and tool selection.
AI agent on-behalf-of authorization: delegated identity, OAuth token exchange, actor claims, credential downscoping, runtime policy, and audit trails.
Read guide