Skip to content

Commit b781bad

Browse files
authored
Localization policy
Adding the TrustFrameworkLocalization.xml policy file
1 parent 452d2e0 commit b781bad

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/active-directory-b2c/tutorial-create-user-flows.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: celestedg
88
ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: tutorial
11-
ms.date: 09/20/2021
11+
ms.date: 10/12/2021
1212
ms.author: mimart
1313
ms.subservice: B2C
1414
zone_pivot_groups: b2c-policy-type
@@ -251,6 +251,7 @@ Custom policies are a set of XML files you upload to your Azure AD B2C tenant to
251251
Each starter pack contains:
252252

253253
- **Base file** - Few modifications are required to the base. Example: *TrustFrameworkBase.xml*
254+
- **Localization file** - This file is where localization changes are made. Example: *TrustFrameworkLocalization.xml*
254255
- **Extension file** - This file is where most configuration changes are made. Example: *TrustFrameworkExtensions.xml*
255256
- **Relying party files** - Task-specific files called by your application. Examples: *SignUpOrSignin.xml*, *ProfileEdit.xml*, *PasswordReset.xml*
256257

@@ -285,10 +286,11 @@ Add the application IDs to the extensions file *TrustFrameworkExtensions.xml*.
285286
1. Select **Upload custom policy**.
286287
1. In this order, upload the policy files:
287288
1. *TrustFrameworkBase.xml*
288-
1. *TrustFrameworkExtensions.xml*
289-
1. *SignUpOrSignin.xml*
290-
1. *ProfileEdit.xml*
291-
1. *PasswordReset.xml*
289+
2. *TrustFrameworkLocalization.xml*
290+
3. *TrustFrameworkExtensions.xml*
291+
4. *SignUpOrSignin.xml*
292+
5. *ProfileEdit.xml*
293+
6. *PasswordReset.xml*
292294

293295
As you upload the files, Azure adds the prefix `B2C_1A_` to each.
294296

0 commit comments

Comments
 (0)