We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
collect/src/main/java/com/collect/security/WebSecurityConfig.java
Lines 70 to 71 in b1cd389
위와 같은 설정이되어 있으면 세션을 사용하지 않기 때문에
social 로그인을 하고 나서 HttpSessionSecurityContextReposity로 DefaultOAuth2User principal이 null이 된다.
HttpSessionSecurityContextReposity
DefaultOAuth2User
null이 된다.
그래서 기본 default 설정인 IF_REQUIRED로 설정해야 한다.
IF_REQUIRED
The text was updated successfully, but these errors were encountered:
LeoHeo
No branches or pull requests
collect/src/main/java/com/collect/security/WebSecurityConfig.java
Lines 70 to 71 in b1cd389
위와 같은 설정이되어 있으면 세션을 사용하지 않기 때문에
social 로그인을 하고 나서
HttpSessionSecurityContextReposity
로DefaultOAuth2User
principal이null이 된다.
그래서 기본 default 설정인
IF_REQUIRED
로 설정해야 한다.The text was updated successfully, but these errors were encountered: