chore: Add support dpop_signing_alg for OIDC/Okta connections (GA)#1391
Merged
Conversation
…ons (GA) and deprecation warnings for external file path references
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1391 +/- ##
=======================================
Coverage 79.86% 79.86%
=======================================
Files 153 153
Lines 7064 7064
Branches 1550 1550
=======================================
Hits 5642 5642
Misses 781 781
Partials 641 641 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…leased separately)
Merged
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.
🔧 Changes
DPoP GA - OIDC/Okta connections (
connections.ts)ES384andES512as valid values fordpop_signing_algin the connection options schema, alongside the existingES256andEd25519, reflecting the General Availability of these algorithms in the Auth0 API foroidcandoktaconnection strategies.node-auth0for this change - the enum is defined inline sinceConnectionDpopSigningAlgEnumin node-auth0 predates the GA additions and does not yet include these values.📚 References
POST /v2/connections,PATCH /v2/connections/{id},GET /v2/connections🔬 Testing
#connections schemaunit test to validateES384andES512are accepted as validdpop_signing_algvalues onoidcstrategy connections.📝 Checklist