Skip to content

Commit fef6d14

Browse files
authored
Update force-password-reset.md
1 parent 37f9097 commit fef6d14

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/active-directory-b2c/force-password-reset.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,9 @@ To enable the **Forced password reset** setting in a sign-up or sign-in user flo
7070

7171
::: zone pivot="b2c-custom-policy"
7272

73-
## Configure your user flow
73+
## Configure your custom policy
7474

75-
Get the example of the force password reset policy on [GitHub](https://github.com/azure-ad-b2c/samples/tree/master/policies/force-password-reset).
76-
In each file, replace the string `yourtenant` with the name of your Azure AD B2C tenant. For example, if the name of your B2C tenant is *contosob2c*, all instances of `yourtenant.onmicrosoft.com` become `contosob2c.onmicrosoft.com`.
75+
Get the example of the force password reset policy on [GitHub](https://github.com/azure-ad-b2c/samples/tree/master/policies/force-password-reset). In each file, replace the string `yourtenant` with the name of your Azure AD B2C tenant. For example, if the name of your B2C tenant is *contosob2c*, all instances of `yourtenant.onmicrosoft.com` become `contosob2c.onmicrosoft.com`.
7776

7877
## Upload and test the policy
7978

@@ -83,13 +82,13 @@ In each file, replace the string `yourtenant` with the name of your Azure AD B2C
8382
1. Choose **All services** in the top-left corner of the Azure portal, and then search for and select **Azure AD B2C**.
8483
1. Select **Identity Experience Framework**.
8584
1. In **Custom Policies**, select **Upload Policy**.
86-
1. Select select the *TrustFrameworkExtensionsCustomForcePasswordReset.xml* file.
85+
1. Select the *TrustFrameworkExtensionsCustomForcePasswordReset.xml* file.
8786
1. Select **Upload**.
88-
1. Repeat steps 6 through 7 for the relying party file, such as *TrustFrameworkExtensionsCustomForcePasswordReset.xml*.
87+
1. Repeat steps 6 through 7 for the relying party file *TrustFrameworkExtensionsCustomForcePasswordReset.xml*.
8988

9089
## Run the policy
9190

92-
1. Open the policy that you uploaded. For example, *B2C_1A_TrustFrameworkExtensions_custom_ForcePasswordReset*.
91+
1. Open the policy that you uploaded *B2C_1A_TrustFrameworkExtensions_custom_ForcePasswordReset*.
9392
1. For **Application**, select the application that you registered earlier. To see the token, the **Reply URL** should show `https://jwt.ms`.
9493
1. Select **Run now**.
9594
1. Sign in with the user account for which you reset the password.

0 commit comments

Comments
 (0)