docs: updates documents regarding Agents As Principals (Limited EA) [EUP-870] - #1654
Open
silviom wants to merge 6 commits into
Open
docs: updates documents regarding Agents As Principals (Limited EA) [EUP-870]#1654silviom wants to merge 6 commits into
silviom wants to merge 6 commits into
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
silviom
marked this pull request as draft
July 31, 2026 15:45
Contributor
Summary
Redirects per inputRedirects in main/docs/api/authentication/custom-token-exchange/get-token.mdx
Redirects in main/docs/get-started/applications/configure-applications-with-oidc-discovery.mdx
Redirects in main/docs/secure/call-apis-on-users-behalf/on-behalf-of-token-exchange.mdx
|
silviom
marked this pull request as ready for review
July 31, 2026 16:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Documents the client-observable Authentication API surface of Agents as Principals on the existing API reference pages. The feature makes an AI agent a first-class OAuth principal: when a tenant has the feature enabled and a resource server opts in with
agent_subject_claims: 'auth0-v1', access tokens issued for agent-linked applications carry new identity claims and an adjustedsub.Incidental fix:
The sample discovery document was missing a comma after
"PS256"intoken_endpoint_auth_signing_alg_values_supported, making the snippet invalid JSON. Fixed while editing the same block.References
https://auth0team.atlassian.net/browse/EUP-870
Testing
cd main && mint dev, then review the changed pages:/docs/api/authentication/client-credential-flow/get-token/docs/api/authentication/authorization-code-flow/get-token/docs/api/authentication/on-behalf-of-token-exchange/get-token/docs/api/authentication/custom-token-exchange/get-token/docs/get-started/applications/configure-applications-with-oidc-discovery/docs/secure/call-apis-on-users-behalf/on-behalf-of-token-exchange/docs/secure/tokens/access-tokens/access-token-profilescd main && mint broken-links— the new cross-links to/docs/ai-agents-mcp/agents-as-principal/agent-identity-in-tokens,/docs/secure/tokens/access-tokens/access-token-profiles#claims, and/docs/secure/call-apis-on-users-behalf/on-behalf-of-token-exchange#the-act-claimmust resolve.auth0-serveris recorded in the EUP-870 Authentication API externalcontract (master
9fedcd85df); the delegation-depth behaviour is covered byon_behalf_of_token_exchange_exchange_flow.actor.tests.jsandAccessTokenTypeSubjectTokenParser.test.js.Checklist
CONTRIBUTING.md.