-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google does not return photoUrl #781
Comments
Can't confirm! |
@maxnag I have just tried again and still not getting the photo in the response. |
please provide the configuration of your service provider for Google. |
@maxnag could you tell me the name or give a screenshot of the configuration in Google cloud project? I'm new for GCP that I don't know what configuration I should provide |
@manhbui21 Here is mine configuration for Angular 17.3 Here from the Google console The result: |
@maxnag Here is my configuration for Angular 17.3.3 (I just added "scopes" as yours) |
@manhbui21 I did what I can, sorry |
@maxnag thank you for helping me anw. |
Hey there, I am trying to get token from google and it seems I'm missing the photoUrl. Any suggestions?
I'm using version 2.2.0 with Angular 17 and this is what I get from them.
email: "classified", // I'm using Gsuite mail from my organization
firstName: "classified",
id: "classified",
idToken: "classified",
lastName: "classified",
name: "classified",
photoUrl: undefined, // I'm missing this one
provider: "GOOGLE"
Thanks for help!
The text was updated successfully, but these errors were encountered: