Skip to content

Commit d94ba28

Browse files
authored
Update custom-policy-password-complexity.md
Minor fixes 2
1 parent b052830 commit d94ba28

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To configure the password complexity override `newPassword` and `reenterPassword
4242
</ClaimType>
4343
```
4444

45-
1. [Predicates](predicates.md) defines a basic validation to check the value of a claim type and returns true or false. The validation is done by using a specified method element, and a set of parameters relevant to the method. Add the following predicates to the **ClaimsSchema** element, immediately after the closing of the `</ClaimsSchema>` element:
45+
1. [Predicates](predicates.md) defines a basic validation to check the value of a claim type and returns true or false. The validation is done by using a specified method element, and a set of parameters relevant to the method. Add the following predicates to the **BuildingBlocks** element, immediately after the closing of the `</ClaimsSchema>` element:
4646

4747
```XML
4848
<Predicates>
@@ -80,7 +80,7 @@ To configure the password complexity override `newPassword` and `reenterPassword
8080
</Predicates>
8181
```
8282

83-
1. Add the following predicate validations to the **ClaimsSchema** element, immediately after the closing of the `</Predicates>` element:
83+
1. Add the following predicate validations to the **BuildingBlocks** element, immediately after the closing of the `</Predicates>` element:
8484

8585
```XML
8686
<PredicateValidations>
@@ -127,6 +127,7 @@ To configure the password complexity override `newPassword` and `reenterPassword
127127

128128
1. Save the policy file.
129129

130+
## Test your policy
130131

131132
### Upload the files
132133

@@ -148,4 +149,4 @@ To configure the password complexity override `newPassword` and `reenterPassword
148149
## Next steps
149150

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

0 commit comments

Comments
 (0)