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?
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
providerandproviderUserId, while the SDK returnsproviderandexternalIdonly for Microsoft oauth. For google oauth, those fields are missing.On the rest endpoint for users, MS external accounts have
providerandprovider_user_id, but google external accounts havegoogle_idwith noprovider.See rest docs here and sdk docs here. Am I missing something?