After completing the OIDC flow, the AuthenticationWebFilter in Spring Security throws an “Unsupported Algorithm RS512” error. I attempted to resolve this by creating a ReactiveJwtDecoder bean, but Spring Security continues to produce the same error.
After completing the OIDC flow, the AuthenticationWebFilter in Spring Security throws an “Unsupported Algorithm RS512” error. I attempted to resolve this by creating a ReactiveJwtDecoder bean, but Spring Security continues to produce the same error.