Closed
Description
Summary
Module: spring-security-oauth2-jose
Version: 5.4.0-M2
Thanks to this PR, we are now able to pass our own custom cache to store JWK set. However there is no way to pass this cache from JwtDecoders methods
Current Behavior
Currently only the oidc issuer location can be use to create a JwtDecoder. There is no other configuration that can be provided.
JwtDecoders.fromOidcIssuerLocation(uri)
Expected Behavior
Would it be possible to pass the custom cache to this method so it can get pass downstream?