KindeK
Kinde3y ago
10 replies
Martin

Kinde not syncing details from Google

I'm using the Kinde API to create a user with an email address. I'm expecting that when the user signs in with a provide like Google that their name will be updated based on information from that provider. However, that doesn't appear to be happening.

This is the user object which I get locally in my React application after completing sign in using Google:
{
  "id": "kp_94e00f65d3e74df4842e95e7d0624b3e",
  "given_name": "Unknown",
  "family_name": "Unknown",
  "email": "mchr3k@gmail.com",
  "picture": "https://lh3.googleusercontent.com/a/ACg8ocJwF02mU8qmpC7dzuUkTtekNHh5YwGDCNjRfvqGTkQoo53n=s96-c"
}

The picture has been populated from Google, but not the name information.
Screenshot_2023-11-21_at_15.44.35.png
Was this page helpful?