-
Notifications
You must be signed in to change notification settings - Fork 6k
Nimbus Jwt Decoder Configurability #5648
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
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
Milestone
Comments
This would help greatly in areas where IDP isn't providing the Key's via the jwks url, which is poor but painful to workaround in 5.1. Currently having to copy the the decoder to be able to set a custom keyset.
|
This was referenced Oct 10, 2018
Merged
jzheaux
added a commit
to jzheaux/spring-security
that referenced
this issue
Nov 12, 2018
Introduces a JwtDecoder which takes a raw Nimbus JWTProcessor configuration. Fixes: spring-projectsgh-5648
rwinch
pushed a commit
that referenced
this issue
Nov 14, 2018
Introduces a JwtDecoder which takes a raw Nimbus JWTProcessor configuration. Fixes: gh-5648
jer051
pushed a commit
to jer051/spring-security
that referenced
this issue
Nov 21, 2018
Introduces a JwtDecoder which takes a raw Nimbus JWTProcessor configuration. Fixes: spring-projectsgh-5648
jzheaux
added a commit
that referenced
this issue
Jul 30, 2020
Issue gh-5648 Co-authored-by: MattyA <[email protected]>
jzheaux
added a commit
that referenced
this issue
Jul 30, 2020
Issue gh-5648 Co-authored-by: MattyA <[email protected]>
jzheaux
added a commit
that referenced
this issue
Jul 31, 2020
Issue gh-5648 Co-authored-by: MattyA <[email protected]>
jzheaux
added a commit
that referenced
this issue
Jul 31, 2020
Issue gh-5648 Co-authored-by: MattyA <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
It would be nice if
NimbusJwtDecoderJwkSupport
were a bit easier to test. Also,NimbusJwtDecoderJwkSupport
is very opinionated in the way that Nimbus gets configured.We could alleviate both of these by introducing a constructor or separate
JwtDecoder
implementation entirely that takes a NimbusJwtProcessor
:or
Either of these would make it possible to:
The text was updated successfully, but these errors were encountered: