Rest api 401에러 문의드립니다

문의 시, 사용하시는 개발환경과 디벨로퍼스 앱ID를 알려주세요.
개발환경: STS4
앱id:1114310
현재 로그인을 눌러도 인증에러가 뜹니다.

API 호출 시, 카카오가 전달한 Json 에러 메시지 기재 부탁드려요.

DEBUG 4536 — [io-8080-exec-10] o.s.security.web.FilterChainProxy : Securing GET /oauth2/authorization/kakao
DEBUG 4536 — [io-8080-exec-10] o.s.s.web.DefaultRedirectStrategy : Redirecting to 카카오계정
DEBUG 4536 — [nio-8080-exec-8] o.s.security.web.FilterChainProxy : Securing GET /login/oauth2/code/kakao?code=_lUhifMdg2spPVXv1JvONLNgoPu5IzNHOe00XNcd_GBAdGHwszmhtAAAAAQKKw0eAAABkU_yISySBpCp5rpDbg&state=H89a3Upmw00AfalCza4eQ09eOUHDbv3FW88wBmUFsLM%3D
DEBUG 4536 — [nio-8080-exec-8] o.s.web.client.RestTemplate : HTTP POST https://kauth.kakao.com/oauth/token
DEBUG 4536 — [nio-8080-exec-8] o.s.web.client.RestTemplate : Accept=[application/json, application/*+json]
DEBUG 4536 — [nio-8080-exec-8] o.s.web.client.RestTemplate : Writing [{grant_type=[authorization_code], code=[_lUhifMdg2spPVXv1JvONLNgoPu5IzNHOe00XNcd_GBAdGHwszmhtAAAAAQKKw0eAAABkU_yISySBpCp5rpDbg], redirect_uri=[http://localhost:8080/login/oauth2/code/kakao]}] as “application/x-www-form-urlencoded;charset=UTF-8”
DEBUG 4536 — [nio-8080-exec-8] o.s.web.client.RestTemplate : Response 401 UNAUTHORIZED
DEBUG 4536 — [nio-8080-exec-8] o.s.s.web.DefaultRedirectStrategy : Redirecting to /login?error=true
DEBUG 4536 — [nio-8080-exec-3] o.s.security.web.FilterChainProxy : Securing GET /login?error=true
DEBUG 4536 — [nio-8080-exec-3] o.s.security.web.FilterChainProxy : Secured GET /login?error=true
DEBUG 4536 — [nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : GET “/login?error=true”, parameters={masked}
DEBUG 4536 — [nio-8080-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping: Mapped to com.boardadmin.user.controller.AccountController#login()

Java는 Error Body로 Json 에러 메시지 전달됩니다. 확인 부탁드려요.

Response 401 UNAUTHORIZED 에러는 Request를 잘못해서 헤더가 정상적으로 카카오에 넘어 오지 않은 경우 발생합니다.