When users sign in to my app I can't get their Google profile info

Mark Evans 45 Reputation points
2025-02-10T05:27:30.4+00:00

Please view here. The issue is carefully documented with all screen shots etc:

https://stackoverflow.com/questions/79424370/how-do-i-get-google-users-profile-details-such-as-their-name-and-pic

I ended up with a duplicate question because this Microsoft site crashed and I had to reload it. Now I can't see any way to delete this duplicate.

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,665 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,026 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
3,091 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,752 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 73,001 Reputation points
    2025-02-10T22:23:00.2133333+00:00

    you have only given permission to read the Users Entra profile. The Entra Id Google provider is only authenticating the user and only supplies the id & optionally the email address.

    To get the users google profile properties, the apps need to call the google id api with the user google id token (not Entra ID token).

    https://developers.google.com/identity


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.