Skip to content

docs: updates documents regarding Agents As Principals (Limited EA) [EUP-870] - #1654

Open
silviom wants to merge 6 commits into
mainfrom
feat/eup-870
Open

docs: updates documents regarding Agents As Principals (Limited EA) [EUP-870]#1654
silviom wants to merge 6 commits into
mainfrom
feat/eup-870

Conversation

@silviom

@silviom silviom commented Jul 31, 2026

Copy link
Copy Markdown

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 adjusted sub.

Incidental fix:
The sample discovery document was missing a comma after "PS256" in token_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

  1. 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-profiles
  2. cd 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-claim must resolve.
  3. Confirm the discovery snippet parses as JSON after the comma fix.
  4. Claim-by-claim verification against auth0-server is recorded in the EUP-870 Authentication API external
    contract (master 9fedcd85df); the delegation-depth behaviour is covered by
    on_behalf_of_token_exchange_exchange_flow.actor.tests.js and
    AccessTokenTypeSubjectTokenParser.test.js.

Checklist

  • I've read and followed CONTRIBUTING.md.
  • I've tested the site build for this change locally.
  • I've made appropriate docs updates for any code or config changes.
  • I've coordinated with the Product Docs and/or Docs Management team about non-trivial changes.

@silviom
silviom requested review from a team as code owners July 31, 2026 15:45
@mintlify

mintlify Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
auth0 🟢 Ready View Preview Jul 31, 2026, 3:51 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@mintlify

mintlify Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
auth0-docs-dev 🟢 Ready View Preview Jul 31, 2026, 3:51 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@mintlify

mintlify Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
auth0-docs-staging 🟢 Ready View Preview Jul 31, 2026, 3:51 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@silviom
silviom marked this pull request as draft July 31, 2026 15:45
@github-actions

github-actions Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Summary

Status Count
🔍 Total 70
✅ Successful 26
⏳ Timeouts 0
🔀 Redirected 3
👻 Excluded 41
❓ Unknown 0
🚫 Errors 0
⛔ Unsupported 0

Redirects per input

Redirects 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant