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?
The text was updated successfully, but these errors were encountered:
Related, the google_id matches the uid from google, but the externalId/provider_user_id for the MS accounts does not match any foreign identifier (typically oid) we can find related to the users we're testing with.
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
andproviderUserId
, while the SDK returnsprovider
andexternalId
only for Microsoft oauth. For google oauth, those fields are missing.On the rest endpoint for users, MS external accounts have
provider
andprovider_user_id
, but google external accounts havegoogle_id
with noprovider
.See rest docs here and sdk docs here. Am I missing something?
The text was updated successfully, but these errors were encountered: