Closed
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