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.
In order for spring boot resource servers to automatically build a JwtDecoder, the property
spring.security.oauth2.resourceserver.jwt.jwk-set-urishould be set CfSingleSignOnProcessor so that OAuth2ResourceServerJwtConfiguration.java builds the JwtDecoder bean.