Skip to content

Commit 44a3b2d

Browse files
bolt-iokengaderdus
andauthored
Update articles/active-directory-b2c/add-password-reset-policy.md
Co-authored-by: Kenga Derdus <[email protected]>
1 parent 69ade38 commit 44a3b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/add-password-reset-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Declare your claims in the [claims schema](claimsschema.md). Open the extensions
131131
```
132132

133133
### Add the Technical Profiles
134-
A claims transformation technical profile initiates the **isForgotPassword** claim. The technical profile is referenced later. When invoked, it sets the value of the **isForgotPassword** claim to `true`. Find the **ClaimsProviders** element. If the element doesn't exist, add it. Then add the following claims provider:
134+
A claims transformation technical profile accesses the `isForgotPassword` claim. The technical profile is referenced later. When it's invoked, it sets the value of the `isForgotPassword` claim to `true`. Find the **ClaimsProviders** element (if the element doesn't exist, create it), then add the following claims provider:
135135

136136
```xml
137137
<!--

0 commit comments

Comments
 (0)