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
We are using CreateUserIdentity inside account linking policies but CreateAlternativeSecurityId also works. However, they are not interchangeable and does not work if mixed. Hence CreateAlternativeSecurityId is more preferable given it is used in more scenarios.
I saw CreateAlternativeSecurityId as claim transformation method in the official guideline.
But in the code, I saw CreateUserIdentity.
May I know which one shall I use instead?
The text was updated successfully, but these errors were encountered: