-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Hi,
I followed the steps provided in https://devforum.okta.com/t/how-to-use-client-credentials-flow-with-spring-security/17370 and tried to implement jwt signature and scope validation and i am getting the below error.
Kindly suggest me what I missed here.
{"timestamp":"2022-02-01 17:43:26.451","level":"ERROR","thread":"main","logger":"org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter","message":{"input":"\r\n\r\n***************************\r\nAPPLICATION FAILED TO START\r\n***************************\r\n\r\nDescription:\r\n\r\nParameter 0 of method setSecurityWebFilterChains in org.springframework.security.config.annotation.web.reactive.WebFluxSecurityConfiguration required a bean of type 'org.springframework.security.oauth2.jwt.ReactiveJwtDecoder' that could not be found.\r\n\r\n\r\nAction:\r\n\r\nConsider defining a bean of type 'org.springframework.security.oauth2.jwt.ReactiveJwtDecoder' in your configuration.\r\n"},"context":"default"}