Skip to content

Commit e513756

Browse files
Update articles/active-directory-b2c/phone-based-mfa.md
Co-authored-by: Kenga Derdus <[email protected]>
1 parent 1baee57 commit e513756

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,11 @@ Take the following actions to help mitigate fraudulent sign-ups.
114114

115115
## Mitigate fraudulent sign-ups for custom policy
116116

117-
Take the following actions to help mitigate fraudulent sign-ups by removing the country codes that aren't relevant to your organization:
117+
To help prevent fraudulent sign-ups, remove any country codes that do not apply to your organization by following these steps:
118118

119-
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
120-
2. Remove country codes that aren't relevant to your organization by adding the following code within the "BuildingBlocks" section:
119+
1. Locate the policy file that defines the `RelyingParty`. For example, in the [Starter Pack](https://github.com/Azure-Samples/active-directory-b2c-custom-policy-starterpack), this is usually the SignUpOrSignin.xml file.
120+
121+
1. In the `BuildingBlocks` section of this policy file, add the following code. Make sure to include only the country codes relevant to your organization:
121122

122123
```xml
123124
<BuildingBlocks>

0 commit comments

Comments
 (0)