-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Remove Deprecated Usages of RemoteJWKSet #16251
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)status: duplicateA duplicate of another issueA duplicate of another issuetype: enhancementA general enhancementA general enhancement
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)status: duplicateA duplicate of another issueA duplicate of another issuetype: enhancementA general enhancementA general enhancement
Type
Fields
Give feedbackNo fields configured for issues without a type.
Nimbus has deprecated
RemoteJWKSetin favor of usingJWKSourceBuilderBy association,
JWKSetCacheis also deprecated. Since Spring Security has a custom implementation ofJWKSetCache, refactoring to wrap aUrlBasedJWKSetSourcemay be more appropriate than usingJWKSourceBuilder.