-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Allow configurable RestOperations for NimbusJwtDecoderJwkSupport #5603
Copy link
Copy link
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
NimbusJwtDecoderJwkSupport uses Nimbus's HTTP Client internally to retrieve the JwkSet resource.
We should re-factor to use RestOperations instead and additionally expose a NimbusJwtDecoderJwkSupport.setRestOperations(restOperations) to allow user's the ability to supply a pre-configured RestOperations if needed.
Related #5601
Reactions are currently unavailable
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