앱 ID 947219
지인들 기기로 로그인 API를 사용했을 때 토큰까지 잘 발급되는 것을 확인할 수 있었습니다.
그런데 특정 기기로 접근했을 때 인가 요청을 찾을 수 없다는 authorization_request_not_found 오류가 발생합니다.
이유가 무엇인지 궁금합니다.
성공할 경우 로그입니다.
2023-08-07T14:27:52.603Z INFO 1 — [nio-8080-exec-3] .m.j.f.JwtAuthenticationProcessingFilter : JwtAuthenticationProcessingFilter 호출
2023-08-07T14:27:52.603Z INFO 1 — [nio-8080-exec-3] .m.j.f.JwtAuthenticationProcessingFilter : 액세스 토큰 체크 & 인증 처리 메소드 checkAccessTokenAndAuthentication() 호출
2023-08-07T14:28:24.616Z INFO 1 — [nio-8080-exec-4] .m.j.f.JwtAuthenticationProcessingFilter : JwtAuthenticationProcessingFilter 호출
2023-08-07T14:28:24.617Z INFO 1 — [nio-8080-exec-4] .m.j.f.JwtAuthenticationProcessingFilter : 액세스 토큰 체크 & 인증 처리 메소드 checkAccessTokenAndAuthentication() 호출
2023-08-07T14:28:25.162Z INFO 1 — [nio-8080-exec-6] .m.j.f.JwtAuthenticationProcessingFilter : JwtAuthenticationProcessingFilter 호출
2023-08-07T14:28:25.162Z INFO 1 — [nio-8080-exec-6] .m.j.f.JwtAuthenticationProcessingFilter : 액세스 토큰 체크 & 인증 처리 메소드 checkAccessTokenAndAuthentication() 호출
2023-08-07T14:28:26.962Z INFO 1 — [nio-8080-exec-8] .m.j.f.JwtAuthenticationProcessingFilter : JwtAuthenticationProcessingFilter 호출
2023-08-07T14:28:26.962Z INFO 1 — [nio-8080-exec-8] .m.j.f.JwtAuthenticationProcessingFilter : 액세스 토큰 체크 & 인증 처리 메소드 checkAccessTokenAndAuthentication() 호출
2023-08-07T14:28:41.935Z INFO 1 — [nio-8080-exec-9] .m.j.f.JwtAuthenticationProcessingFilter : JwtAuthenticationProcessingFilter 호출
2023-08-07T14:28:41.936Z INFO 1 — [nio-8080-exec-9] .m.j.f.JwtAuthenticationProcessingFilter : 액세스 토큰 체크 & 인증 처리 메소드 checkAccessTokenAndAuthentication() 호출
2023-08-07T14:28:42.103Z INFO 1 — [nio-8080-exec-9] c.p.m.d.o.s.CustomOAuth2UserService : CustomOAuth2UserService.loadUser() 실행 - OAuth2 로그인 요청 진입
2023-08-07T14:28:42.215Z INFO 1 — [nio-8080-exec-9] c.p.m.d.o.h.OAuth2LoginSuccessHandler : OAuth2 Login 성공!
2023-08-07T14:28:42.216Z INFO 1 — [nio-8080-exec-9] c.p.mapdagu.jwt.service.JwtService : Access Token, Refresh Token 헤더 설정 완료
실패할 경우 로그입니다.
2023-08-07T14:44:05.298Z INFO 1 — [nio-8080-exec-5] .m.j.f.JwtAuthenticationProcessingFilter : JwtAuthenticationProcessingFilter 호출
2023-08-07T14:44:05.300Z INFO 1 — [nio-8080-exec-5] .m.j.f.JwtAuthenticationProcessingFilter : 액세스 토큰 체크 & 인증 처리 메소드 checkAccessTokenAndAuthentication() 호출
2023-08-07T14:44:05.685Z INFO 1 — [nio-8080-exec-6] .m.j.f.JwtAuthenticationProcessingFilter : JwtAuthenticationProcessingFilter 호출
2023-08-07T14:44:05.686Z INFO 1 — [nio-8080-exec-6] .m.j.f.JwtAuthenticationProcessingFilter : 액세스 토큰 체크 & 인증 처리 메소드 checkAccessTokenAndAuthentication() 호출
2023-08-07T14:44:05.824Z INFO 1 — [nio-8080-exec-8] .m.j.f.JwtAuthenticationProcessingFilter : JwtAuthenticationProcessingFilter 호출
2023-08-07T14:44:05.824Z INFO 1 — [nio-8080-exec-8] .m.j.f.JwtAuthenticationProcessingFilter : 액세스 토큰 체크 & 인증 처리 메소드 checkAccessTokenAndAuthentication() 호출
2023-08-07T14:44:14.883Z INFO 1 — [nio-8080-exec-9] .m.j.f.JwtAuthenticationProcessingFilter : JwtAuthenticationProcessingFilter 호출
2023-08-07T14:44:14.883Z INFO 1 — [nio-8080-exec-9] .m.j.f.JwtAuthenticationProcessingFilter : 액세스 토큰 체크 & 인증 처리 메소드 checkAccessTokenAndAuthentication() 호출
2023-08-07T14:44:15.170Z INFO 1 — [io-8080-exec-10] .m.j.f.JwtAuthenticationProcessingFilter : JwtAuthenticationProcessingFilter 호출
2023-08-07T14:44:15.170Z INFO 1 — [io-8080-exec-10] .m.j.f.JwtAuthenticationProcessingFilter : 액세스 토큰 체크 & 인증 처리 메소드 checkAccessTokenAndAuthentication() 호출
2023-08-07T14:44:15.171Z INFO 1 — [io-8080-exec-10] c.p.m.d.o.h.OAuth2LoginFailureHandler : 소셜 로그인에 실패했습니다. 에러 메시지 : {}
org.springframework.security.oauth2.core.OAuth2AuthenticationException: [authorization_request_not_found]