Open iballack opened 5 years ago
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?