-
Notifications
You must be signed in to change notification settings - Fork 172
feat: support for custom token exchange #1232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## beta #1232 +/- ##
=======================================
Coverage ? 80.60%
=======================================
Files ? 140
Lines ? 5500
Branches ? 1116
=======================================
Hits ? 4433
Misses ? 616
Partials ? 451 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This comment was marked as outdated.
This comment was marked as outdated.
kushalshit27
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look fine to me.
Please review Claude's comments and provide a reply.
Please fix E2E tests.
🔧 Changes
Add token exchange support in the Auth0 Deploy CLI
Add support of new field
token_exchangein clientsDocument the new resource with YAML and directory examples and seed sample configs in examples/.
Examples
YAML format
JSON format
{ "name": "Custom Authentication Profile", "type": "custom_authentication", "subject_token_type": "urn:ietf:params:oauth:token-type:custom", "action": "custom-token-exchange-action" }📚 References
Get token exchange profiles
Create a token exchange profile
Get a token exchange profile
Delete a token exchange profile
Update an existing token exchange profile
🔬 Testing
📝 Checklist