Skip to main content

What Agent Identity Has to Solve

Running an agent surfaces six identity problems. The first three apply to any agent that authenticates at all. The last three depend on how the agent is invoked and who has to approve its work, so whether you hit them depends on what the agent does.

Each problem below links to the page that solves it and names the ThunderID feature involved. Configuration steps stay in the guides, linked from the page that needs them.

#The problemAnswered by
1The agent has no identity of its ownAgent registration, owner, and schema
2Anyone who copies the secret is the agentSecret rotation, private key JWT, DPoP
3Nothing limits what the agent may doResource servers, roles, resource indicators
4The token cannot say the agent acted for a userDelegated mode, consent, the act claim
5Anyone can call the agentThe agent's own resource server
6The person is not there to approveBackchannel authorization (CIBA)

The Three Postures

Every one of those problems is about a single agent in one of three positions. Which posture an agent is in decides what its token names, through two claims: sub, the principal the token represents, and act, the agent exercising it on that principal's behalf.

PostureWhat the agent is doingsub namesact names
Acts on its ownWork nobody had to approve, such as recommending a flightthe agentnothing
Acts for a personWork a customer asked for, such as booking a tripthe customerthe agent
Is calledAnswering a request from a user or an applicationthe callernothing

Read the act column downward. When the agent obtains a token for itself there is no actor to record, and when it obtains one for a person the token names both. In the third row the token is not the agent's at all: it is whatever the caller presented, so what it carries depends on how that caller obtained it.

The Pieces Involved

Three concepts describe an agent's authority: the credential it authenticates with, the roles it holds, and the resource server those roles grant access to. An agent is a principal like any other, so its authority is described in the same terms as a person's.

Your AI agent
authenticates with
Credential
a client secret or a private key JWT
holds
Role
a bundle of permissions
grants access to
Resource server
the API behind your agent’s tools

Where to Start

Set Up the Playground comes first, because several of the pages that follow point at a tab in it for the token they describe. How It All Runs closes the part by tracing one request through every piece.

Explore with AI

ThunderID LogoThunderID Logo

Product

DocsAPIsSDKs
© Copyright Linux Foundation Europe.For web site terms of use, trademark policy and other project policies please see https://linuxfoundation.eu/en/policies.