You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comparing the docs of the SDK, the REST API, and what is actually returned from each, something is misaligned.
The docs say there should be a provider and providerUserId, while the SDK returns provider and externalId only for Microsoft oauth. For google oauth, those fields are missing.
On the rest endpoint for users, MS external accounts have provider and provider_user_id, but google external accounts have google_id with no provider.
See rest docs here and sdk docs here. Am I missing something?