Open
Description
A Boot application can be configured to make JWKS requests to get the keys with which to verify JWS tokens:
spring.security.oauth2.resourceserver.jwt.jwk-set-uri
However, there is no way to configure the SSL context for these requests.
Adding the standard .ssl.enabled
and .ssl.bundle
properties would be very useful.