Skip to content

Commit f29b105

Browse files
authored
Update custom-policy-password-complexity.md
@msmimart suggested changes
1 parent d94ba28 commit f29b105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/custom-policy-password-complexity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Complete the steps in [Get started with custom policies](custom-policy-get-start
2727

2828
## Add the elements
2929

30-
To configure the password complexity override `newPassword` and `reenterPassword` [claim types](claimsschema.md) with a reference to [predicates validation](predicates.md#predicatevalidations). The predicate validations group a set of predicates to form a user input validation that can be applied to a claim type. Open the extensions file of your policy. For example, <em>`SocialAndLocalAccounts/`**`TrustFrameworkExtensions.xml`**</em>.
30+
To configure the password complexity, override the `newPassword` and `reenterPassword` [claim types](claimsschema.md) with a reference to [predicate validations](predicates.md#predicatevalidations). The PredicateValidations element groups a set of predicates to form a user input validation that can be applied to a claim type. Open the extensions file of your policy. For example, <em>`SocialAndLocalAccounts/`**`TrustFrameworkExtensions.xml`**</em>.
3131

3232
1. Search for the [BuildingBlocks](buildingblocks.md) element. If the element doesn't exist, add it.
3333
1. Locate the [ClaimsSchema](claimsschema.md) element. If the element doesn't exist, add it.
@@ -149,4 +149,4 @@ To configure the password complexity override `newPassword` and `reenterPassword
149149
## Next steps
150150

151151
- Learn how to [Configure password change using custom policies in Azure Active Directory B2C](custom-policy-password-change.md).
152-
- Learn more about the [Predicates](predicates.md) and [PredicateValidation](predicates.md#predicatevalidations) elements in the IEF reference.
152+
- - Learn more about the [Predicates](predicates.md) and [PredicateValidations](predicates.md#predicatevalidations) elements in the IEF reference.

0 commit comments

Comments
 (0)