You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/force-password-reset.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,10 +70,9 @@ To enable the **Forced password reset** setting in a sign-up or sign-in user flo
70
70
71
71
::: zone pivot="b2c-custom-policy"
72
72
73
-
## Configure your user flow
73
+
## Configure your custom policy
74
74
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`.
77
76
78
77
## Upload and test the policy
79
78
@@ -83,13 +82,13 @@ In each file, replace the string `yourtenant` with the name of your Azure AD B2C
83
82
1. Choose **All services** in the top-left corner of the Azure portal, and then search for and select **Azure AD B2C**.
84
83
1. Select **Identity Experience Framework**.
85
84
1. In **Custom Policies**, select **Upload Policy**.
86
-
1. Select select the *TrustFrameworkExtensionsCustomForcePasswordReset.xml* file.
85
+
1. Select the *TrustFrameworkExtensionsCustomForcePasswordReset.xml* file.
87
86
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*.
89
88
90
89
## Run the policy
91
90
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*.
93
92
1. For **Application**, select the application that you registered earlier. To see the token, the **Reply URL** should show `https://jwt.ms`.
94
93
1. Select **Run now**.
95
94
1. Sign in with the user account for which you reset the password.
0 commit comments