-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)type: enhancementA general enhancementA general enhancement
Milestone
Description
Related #8885, #9904 (comment)
It would be nice to be able to provide an issuer location to NimbusJwtDecoder
instead of a JWK Set URI.
It would allow the issuer discovery to share the same RestOperations
/WebClient
as the decode
method does. Since the JWK Set is cached, this will save a call to the authorization server and also allow the RestOperations
and WebClient
used for issuer discovery to be configured.
This should be added for both NimbusJwtDecoder
and NimbusReactiveJwtDecoder
.
cselagea, monowai and ChristianCiach
Metadata
Metadata
Assignees
Labels
in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)type: enhancementA general enhancementA general enhancement