-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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: reject invalid JWKS in client configuration / dependency cleanup and bump #3603
Conversation
fa39be5
to
0ff8849
Compare
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
test fail |
Removes duplicates and unnecessary aliases
0ff8849
to
13f3ec2
Compare
Codecov Report
@@ Coverage Diff @@
## master #3603 +/- ##
==========================================
- Coverage 76.29% 76.24% -0.06%
==========================================
Files 132 132
Lines 9974 9930 -44
==========================================
- Hits 7610 7571 -39
+ Misses 1845 1842 -3
+ Partials 519 517 -2
|
fixed, pls check out @aeneasr |
GET /admin/clients
endpoint.Users encountering this issue are advised to fix up offending JWKS keys in their database manually. A good start point for a query is
From there, inspect the
jwks
column and scan for invalid keys. Those should be replaced by{}
.