We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9d7483 + 81e61f2 commit 452d2e0Copy full SHA for 452d2e0
articles/active-directory-b2c/add-password-reset-policy.md
@@ -144,6 +144,7 @@ A claims transformation technical profile initiates the **isForgotPassword** cla
144
<OutputClaims>
145
<OutputClaim ClaimTypeReferenceId="isForgotPassword" DefaultValue="true" AlwaysUseDefaultValue="true"/>
146
</OutputClaims>
147
+ <UseTechnicalProfileForSessionManagement ReferenceId="SM-Noop" />
148
</TechnicalProfile>
149
<TechnicalProfile Id="SelfAsserted-LocalAccountSignin-Email">
150
<Metadata>
0 commit comments