-
Notifications
You must be signed in to change notification settings - Fork 599
Auto-linking using userIdentity Update #486
The docs on social claims transformations and the starter social and local accounts sample user AlternativeSecurityIds whereas the account linking samples specifically the auto-account-linking sample use UserIdentity to store the social accounts. Which one should we use? It is confusing the see mentions of both. Is there a reason UserIdentity was user instead of alternativeUserIds? If not, could the samples be updated to reflect the current state of the documentation?
All reactions
Replies: 1 comment
Does one of the link helps you?
https://github.com/MicrosoftDocs/azure-docs/issues/32185
https://github.com/Azure-Samples/active-directory-b2c-advanced-policies/issues/50
My understanding is:
Use AlternativeSecurityId instead of UserIdentity if you implement new stuff, because it is the newer one, .