Skip to content

Commit 385da42

Browse files
authored
Remove duplicate note on country/region code restrictions
Removed duplicate important note about enforcing country/region code restrictions in the relying party policy.
1 parent 0581cac commit 385da42

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,11 @@ To help prevent fraudulent sign-ups, remove any country/region codes that do not
144144
</RelyingParty>
145145
</TrustFrameworkPolicy>
146146
```
147+
> [!IMPORTANT]
148+
>Add this code to the _relying party policy_ to enforce country/region code restrictions on the server side. You must not define these elements only in parent policies; put them in the relying party policy.
147149

148150
1. In the `BuildingBlocks` section of this policy file, add the following code. Make sure to include only the country/region codes relevant to your organization:
149151

150-
> [!IMPORTANT]
151-
>Add this code to the _relying party policy_ to enforce country/region code restrictions on the server side. You must not define these elements only in parent policies; put them in the relying party policy.
152-
153152
```xml
154153
<BuildingBlocks>
155154

0 commit comments

Comments
 (0)