Skip to content

Commit 9e77dc3

Browse files
authored
Update phone-based-mfa.md
edited as per Divya Ragupathy's recommendations after review
1 parent 55f62be commit 9e77dc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/phone-based-mfa.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ Take the following actions to help mitigate fraudulent sign-ups.
116116

117117
## Mitigate fraudulent sign-ups for custom policy
118118

119-
Take the following actions to help mitigate fraudulent sign-ups:
119+
Take the following actions to help mitigate fraudulent sign-ups by removing the country codes that aren't relevant to your organization:
120120

121121
1. Identify the policy file where RelyingParty is defined. In the sample [Starter Pack](https://github.com/Azure-Samples/active-directory-b2c-custom-policy-starterpack) this is the SignUpOrSignin.xml file
122-
2. Add the following code within the "BuildingBlocks" section:
122+
2. Remove country codes that aren't relevant to your organization by adding the following code within the "BuildingBlocks" section:
123123

124124
```xml
125125
<BuildingBlocks>

0 commit comments

Comments
 (0)