Skip to content

Commit

Permalink
Skip mfa if signing up as it's already verified the email
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Paige committed Sep 24, 2024
1 parent 284c56b commit ae66ccf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions b2c/custom_policies/stg/TrustFrameworkExtensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,10 @@
<Value>isForgotPassword</Value>
<Action>SkipThisOrchestrationStep</Action>
</Precondition>
<Precondition Type="ClaimEquals" ExecuteActionsIf="true">
<Value>newUser</Value>
<Action>SkipThisOrchestrationStep</Action>
</Precondition>
</Preconditions>
<ClaimsExchanges>
<ClaimsExchange Id="EmailVerifyOnSignIn" TechnicalProfileReferenceId="EmailVerifyOnSignIn" />
Expand Down

0 comments on commit ae66ccf

Please sign in to comment.