Fix enterprise SSO unknown field not syncing issue.
The SocialUserInfo guard filtered extended SSO user identity info. Replace the socialUserInfoGuard in the enterpriseSsoVerification data with extendedSocialUserInfoGuard. So we may keep all the unknown extended SSO identity info in file.
Summary
Fix enterprise SSO unknown field not syncing issue.
The
SocialUserInfo
guard filtered extended SSO user identity info. Replace thesocialUserInfoGuard
in the enterpriseSsoVerification data withextendedSocialUserInfoGuard
. So we may keep all the unknown extended SSO identity info in file.Testing
test locally.
Checklist
.changeset