-
Notifications
You must be signed in to change notification settings - Fork 172
feat: add support for Security-Custom-URI-Schemes in client and tenant #1182
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
feat: add support for Security-Custom-URI-Schemes in client and tenant #1182
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1182 +/- ##
=======================================
Coverage 80.12% 80.12%
=======================================
Files 134 134
Lines 5107 5107
Branches 1016 1016
=======================================
Hits 4092 4092
Misses 581 581
Partials 434 434 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Claude finished @kushalshit27's task —— View job Overall Assessment❌ This pull request has a few issues that should be addressed before merging. The implementation is functionally sound with proper test coverage, but contains debug console.log statements that should be removed and has minor type definition inconsistencies that should be corrected for production quality. View Job Run | Branch: DXCDT-1081-Support-Security-Custom-URI-Schemes |
…s://github.com/auth0/auth0-deploy-cli into DXCDT-1081-Support-Security-Custom-URI-Schemes
|
please, check the pipelines Please keep the PR title as the the standard:
|
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.
LGTM!
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.
Update the node SDK that supports the keys
🔧 Changes
Adds the
skip_non_verifiable_callback_uri_confirmation_promptproperty to both Tenant Settings and Client Applications resources. This boolean property allows tenants and clients to skip the confirmation prompt when using non-verifiable callback URIs, supporting Auth0's enhanced security workflow configuration.Tenant Settings Configuration:
Client Applications Configuration:
📚 References
API Endpoints Supported:
/api/v2/tenants/settings- manages tenant-level setting/api/v2/clientsand/api/v2/clients/{id}- manages client-level settingtrue,false, andnullvalues as per Auth0 API specification🔬 Testing
📝 Checklist