You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order for spring boot resource servers to automatically build a JwtDecoder, the property spring.security.oauth2.resourceserver.jwt.jwk-set-uri should be set CfSingleSignOnProcessor so that OAuth2ResourceServerJwtConfiguration.java builds the JwtDecoder bean.
The text was updated successfully, but these errors were encountered:
Otherwise with out this configuration an application has to set the jwk-set-uri property themselves with the information that comes from the service binding:
In order for spring boot resource servers to automatically build a JwtDecoder, the property
spring.security.oauth2.resourceserver.jwt.jwk-set-uri
should be set CfSingleSignOnProcessor so that OAuth2ResourceServerJwtConfiguration.java builds the JwtDecoder bean.The text was updated successfully, but these errors were encountered: