spring-boot-react-oauth2-social-login-demo
spring-boot-react-oauth2-social-login-demo copied to clipboard
UserInfoURL for Google
What will be the userInfoURL for Google?
https://openidconnect.googleapis.com/v1/userinfo
Source: https://developers.google.com/identity/openid-connect/openid-connect#obtaininguserprofileinformation
Add your access token to the authorization header and make an HTTPS GET request to the userinfo endpoint, which you should retrieve from the Discovery document using the userinfo_endpoint metadata value