ide는 intellij를 사용중이고
카카오를 이용한 application.yaml 내 이전에는
spring.security.oauth2.client.provider.kakao.jwk-set-uri=https://kauth.kakao.com/.well-known/jwks.json
이런 설정을 넣지않아도 아래의 에러가 발생하지 않았는데 갑자기 아래 에러가 발생합니다.
[missing_signature_verifier] Failed to find a Signature Verifier for Client Registration: ‘kakao’. Check to ensure you have configured the JwkSet URI.
또한 그로 인해 위의 properties를 넣었고
spring.security.oauth2.client.provider.kakao.user-name-attribute=kakao_account
넣었는데 불구하고 Missing attribute ‘kakao_account’ in attributes 가 발생하는데 따로 이유가 있을까요?