spring-boot-react-oauth2-social-login-demo icon indicating copy to clipboard operation
spring-boot-react-oauth2-social-login-demo copied to clipboard

Github logging not working

Open rassidm opened this issue 4 years ago • 2 comments

Github logging not working error msg :

Email not found from OAuth2 provider

rassidm avatar Apr 04 '21 01:04 rassidm

I'm facing the same issue. Gives "Email not found from OAuth2 provider" error for both, new Github app as well as for the one whose client id is mentioned in the code.

akanksha3008 avatar Aug 21 '21 18:08 akanksha3008

Same Issue. Solve: Do not use condition StringUtils.isEmpty(oAuth2UserInfo.getEmail()) when checking github provider

TCT2001 avatar Feb 20 '22 03:02 TCT2001