fix: update Custom Token Exchange limitations#765
Open
dlozlla wants to merge 2 commits intoauth0:mainfrom
Open
fix: update Custom Token Exchange limitations#765dlozlla wants to merge 2 commits intoauth0:mainfrom
dlozlla wants to merge 2 commits intoauth0:mainfrom
Conversation
Remove stale Organization MFA limitation and add missing consent requirement: target API must have Allow Skipping User Consent enabled. Co-Authored-By: Claude <noreply@anthropic.com>
avanscoy
reviewed
Mar 16, 2026
| * Custom DB Connections with import mode `ON` are not supported for `setUserByConnection()` operations | ||
| * Specific delegation support (e.g. `actor_token` and `actor` claim) | ||
| * Third-party and non-OIDC conformant clients | ||
| * The target API must have **Allow Skipping User Consent** enabled, since consent cannot be collected in a non-interactive flow. |
Contributor
There was a problem hiding this comment.
You don't need the comma here.
Removed unnecessary comma in the consent requirement note.
avanscoy
approved these changes
Mar 17, 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
Updates the Custom Token Exchange (CTE) limitations section on the overview page (main/docs/authenticate/custom-token-exchange.mdx):
References
Testing
Checklist
CONTRIBUTING.md.