callicoder / spring-boot-react-oauth2-social-login-demo

Spring Boot React OAuth2 Social Login with Google, Facebook, and Github
1.45k stars 700 forks source link

Error while login - Full authentication is required to access this resource #35

Open techtrail-git opened 3 years ago

techtrail-git commented 3 years ago

When I hit the login URL, I am getting this error Full authentication is required to access this resource and it is pointing to RestAuthenticationEntryPoint.java.

What could be possible reason for this error

ramazansakin commented 3 years ago

Hi @techtrail-git ,

Did you register the app via /auth/signup api before trying login api?