79110223

Date: 2024-10-21 13:22:10
Score: 1
Natty:
Report link
Found the issue, thank you. Here are 2 things I did that resolved the issue for me.
1. Added an SM-AAD Technical Profile in the TrustFrameworkExtensions file to persist readOnlyEmail as below

    <TechnicalProfile Id="SM-AAD">
      <PersistedClaims>
       <PersistedClaim ClaimTypeReferenceId="readOnlyEmail" />
      </PersistedClaims>
    </TehcnicalProfile>
  1. In the EmailVerifyOnSignIn technical profile, replaced the Session Management profile SM-MFA with SM-AAD.
Reasons:
  • Blacklisted phrase (0.5): thank you
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Bandz