Allow configuring an SSLBundle to use when making JWKS requests #45180
Labels
for: team-meeting
An issue we'd like to discuss as a team to make progress
status: waiting-for-triage
An issue we've not yet triaged
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.The text was updated successfully, but these errors were encountered: