-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[fix][broker] Support OIDC providers with JWK without alg field set in keys #22421
Conversation
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #22421 +/- ##
============================================
+ Coverage 73.57% 73.73% +0.16%
+ Complexity 32624 32402 -222
============================================
Files 1877 1885 +8
Lines 139502 139881 +379
Branches 15299 15321 +22
============================================
+ Hits 102638 103146 +508
+ Misses 28908 28759 -149
- Partials 7956 7976 +20
Flags with carried forward coverage won't be shown. Click here to find out more.
|
…n keys (apache#22421) (cherry picked from commit a1970ae) (cherry picked from commit 4a79a26)
…n keys (apache#22421) (cherry picked from commit a1970ae) (cherry picked from commit 4a79a26)
…n keys (apache#22421) (cherry picked from commit a1970ae) (cherry picked from commit 4a79a26)
…n keys (apache#22421) (cherry picked from commit a1970ae) (cherry picked from commit 4a79a26)
…n keys (apache#22421) (cherry picked from commit a1970ae) (cherry picked from commit 4a79a26)
Fixes #22419
Motivation
See #22419. "alg" field is optional in JWK spec.
Modifications
Documentation
doc
doc-required
doc-not-needed
doc-complete