Add NimbusJwtDecoder#withIssuerLocation #10309
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
Milestone
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 thedecode
method does. Since the JWK Set is cached, this will save a call to the authorization server and also allow theRestOperations
andWebClient
used for issuer discovery to be configured.This should be added for both
NimbusJwtDecoder
andNimbusReactiveJwtDecoder
.The text was updated successfully, but these errors were encountered: