You get the authenticated user but you can't see it because you didn't print their information. add these line of codes to yours:
Map<String, Object> attributes = oAuth2User.getAttributes(); String email = (String) attributes.get("email");