Merged
Conversation
Add comprehensive documentation for On-Behalf-Of (OBO) Token Exchange (RFC 8693) that enables middle-tier services to preserve user identity and permissions when calling downstream APIs. Key sections: - Overview of OBO vs Client Credentials Flow - How it works with MCP servers and microservices - The act claim and delegation chain - Prerequisites and Custom API client setup - SDK integration (JavaScript, Python, cURL) - Organizations support - Rate limits across all subscription tiers Includes sequence diagrams showing: - User > MCP server > API flow - User > API1 > API2 > API3 chained delegation Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Summary
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
avanscoy
reviewed
Apr 30, 2026
avanscoy
reviewed
Apr 30, 2026
avanscoy
reviewed
Apr 30, 2026
avanscoy
reviewed
Apr 30, 2026
avanscoy
reviewed
Apr 30, 2026
avanscoy
reviewed
Apr 30, 2026
avanscoy
reviewed
Apr 30, 2026
| <Tabs> | ||
| <Tab title="JavaScript"> | ||
|
|
||
| Before you begin, make sure you've installed the [`auth0-api-js`](https://github.com/auth0/auth0-auth-js) library and its dependencies. |
Contributor
There was a problem hiding this comment.
Should this be in pre-requs? Or called out somehow?
Contributor
Author
There was a problem hiding this comment.
this is only for javascript SDK, so it's only under JavaScript tab
avanscoy
reviewed
Apr 30, 2026
| import { ApiClient } from '@auth0/auth0-api-js'; | ||
|
|
||
| const apiClient = new ApiClient({ | ||
| domain: 'YOUR_AUTH0_DOMAIN', |
Contributor
There was a problem hiding this comment.
Placeholder is YourDomain in the rest of the article
Contributor
Author
There was a problem hiding this comment.
i'm going to keep it YOUR_AUTH0_DOMAIN here because this is what it is used in the env file in the sample app for consistency
avanscoy
reviewed
Apr 30, 2026
avanscoy
reviewed
Apr 30, 2026
avanscoy
reviewed
Apr 30, 2026
avanscoy
reviewed
Apr 30, 2026
avanscoy
reviewed
Apr 30, 2026
avanscoy
reviewed
Apr 30, 2026
BcnCarlos
approved these changes
Apr 30, 2026
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
References
Testing
Checklist
CONTRIBUTING.md.