스프링 보안과 함께 keycloak JWT 토큰을 사용할 때 403을 수정하는 방법 1. 질문(문제점): 나는 구성한 Spring Boot와 함께 프로젝트를 Spring Security하고Keycloak Keycloak 서버 에서 토큰을 받고 있습니다. 앱에서 엔드 포인트를 호출 할 때 토큰과 함께 403 을 얻 습니다. 다음과 같은 코드 : @Configuration @EnableWebFluxSecurity @EnableReactiveMethodSecurity class SecurityConfig { @Bean fun reactiveJwtDecoder() = NimbusReactiveJwtDecoder { val claimsSet = it.jwtClaimsSet println(Gson().toJson(..