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

UserInfoURL for Google

Open ankurraiyani opened this issue 1 year ago • 1 comments

What will be the userInfoURL for Google?

ankurraiyani avatar Apr 05 '23 07:04 ankurraiyani

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

asvrada avatar Jul 17 '23 07:07 asvrada