Open tanopaterno opened 1 year ago
It was also necessary for me to add the following in the ClaimsSchema section:
<ClaimType Id="alternativeSecurityId">
<DisplayName>alternativeSecurityId</DisplayName>
<DataType>string</DataType>
<UserHelpText />
</ClaimType>
During the upload of SignUpOrSignin.xml policy file from the SocialAndLocalAccountWithMfa folder, show me this validation errors:
This validation errors occurred because in the LocalAccountSignUpWithLogonEmail TechnicalProfile of TrustFrameworkBase.xml are missing the alternativeSecurityId and identityProvider OutputClaims.
In this case, update the LocalAccountSignUpWithLogonEmail TechnicalProfile into TrustFrameworkBase.xml policy file with the following code:
After you update the TrustFrameworkBase.xml policy file, upload this with 'Overwrite the custom policy if it already exists' option checked and the next upload of SignUpOrSignIn.xml policy file not show the validation errors.