You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/language-customization.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
2
title: Language customization in Azure Active Directory B2C
3
-
description: Learn about customizing the language experience in your user flows in Azure Active Directory B2C.
3
+
description: Learn how to customize the language experience in your user flows in Azure Active Directory B2C.
4
4
author: garrodonnell
5
5
manager: CelesteDG
6
6
ms.service: active-directory
7
7
ms.topic: how-to
8
-
ms.date: 12/28/2022
8
+
ms.date: 03/22/2024
9
9
ms.author: godonnell
10
10
ms.subservice: B2C
11
11
zone_pivot_groups: b2c-policy-type
@@ -28,7 +28,7 @@ You might not need that level of control over what languages your customer sees.
28
28
29
29
***ui-locales specified language**: After you enable language customization, your user flow is translated to the language that's specified here.
30
30
***Browser-requested language**: If no `ui_locales` parameter was specified, your user flow is translated to the browser-requested language, *if the language is supported*.
31
-
***Policy default language**: If the browser doesn't specify a language, or it specifies one that is not supported, the user flow is translated to the user flow default language.
31
+
***Policy default language**: If the browser doesn't specify a language, or it specifies one that isn't supported, the user flow is translated to the user flow default language.
32
32
33
33
> [!NOTE]
34
34
> If you're using custom user attributes, you need to provide your own translations. For more information, see [Customize your strings](#customize-your-strings).
@@ -41,7 +41,7 @@ Watch this video to learn how to localize or customize language using Azure AD B
41
41
42
42
Localization requires three steps:
43
43
44
-
1. Set-up the explicit list of supported languages
44
+
1. Setup the explicit list of supported languages
45
45
1. Provide language-specific strings and collections
46
46
1. Edit the [content definition](contentdefinitions.md) for the page.
47
47
@@ -124,7 +124,7 @@ Replace `<ExtensionAttributeValue>` with the new string to be displayed.
124
124
125
125
### Provide a list of values by using LocalizedCollections
126
126
127
-
If you want to provide a set list of values for responses, you need to create a `LocalizedCollections` attribute. `LocalizedCollections` is an array of `Name` and `Value` pairs. The order for the items will be the order they are displayed. To add `LocalizedCollections`, use the following format:
127
+
If you want to provide a set list of values for responses, you need to create a `LocalizedCollections` attribute. `LocalizedCollections` is an array of `Name` and `Value` pairs. The order for the items will be the order they're displayed. To add `LocalizedCollections`, use the following format:
You can also add languages that Microsoft currently does not provide translations for. You'll need to provide the translations for all the strings in the user flow. Language and locale codes are limited to those in the ISO 639-1 standard. The locale code format should be "ISO_639-1_code"-"CountryCode", for example `en-GB`. For more information, please refer to [locale ID formats](/openspecs/office_standards/ms-oe376/6c085406-a698-4e12-9d4d-c3b0ee3dbc4a).
186
+
You can also add languages that Microsoft currently doesn't provide translations for. You'll need to provide the translations for all the strings in the user flow. Language and locale codes are limited to those in the ISO 639-1 standard. The locale code format should be "ISO_639-1_code"-"CountryCode", for example `en-GB`. For more information, please refer to [locale ID formats](/openspecs/office_standards/ms-oe376/6c085406-a698-4e12-9d4d-c3b0ee3dbc4a).
187
187
188
188
1. In your Azure AD B2C tenant, select **User flows**.
189
189
2. Click the user flow where you want to add custom languages, and then click **Languages**.
@@ -466,7 +466,7 @@ Microsoft provides the `ui_locales` OIDC parameter to social logins. But some so
466
466
467
467
### Browser behavior
468
468
469
-
Chrome and Firefox both request for their set language. If it's a supported language, it's displayed before the default. Microsoft Edge currently does not request a language and goes straight to the default language.
469
+
Chrome and Firefox both request for their set language. If it's a supported language, it's displayed before the default. Microsoft Edge currently doesn't request a language and goes straight to the default language.
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/sign-in-options.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,16 @@
2
2
title: Sign-in options supported by Azure AD B2C
3
3
titleSuffix: Azure AD B2C
4
4
description: Learn about the sign-up and sign-in options you can use with Azure Active Directory B2C, including username and password, email, phone, or federation with social or external identity providers.
5
-
6
5
author: garrodonnell
7
6
manager: CelesteDG
8
-
9
7
ms.service: active-directory
10
-
11
8
ms.topic: concept-article
12
-
ms.date: 02/08/2023
9
+
ms.date: 03/22/2024
13
10
ms.author: godonnell
14
11
ms.subservice: B2C
15
12
16
13
#Customer Intent: As a developer integrating Azure AD B2C into my application, I want to understand the different sign-in options available so that I can choose the appropriate method for my users and configure the sign-in flow accordingly.
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/user-overview.md
+9-16Lines changed: 9 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,21 @@
1
1
---
2
2
title: Overview of user accounts in Azure Active Directory B2C
3
3
description: Learn about the types of user accounts that can be used in Azure Active Directory B2C.
4
-
5
4
author: garrodonnell
6
5
manager: CelesteDG
7
-
8
6
ms.service: active-directory
9
-
7
+
ms.date: 02/13/2024
10
8
ms.topic: concept-article
11
-
ms.date: 12/28/2022
12
9
ms.author: godonnell
13
10
ms.subservice: B2C
14
11
ms.custom: b2c-support
15
12
16
-
#Customer intent: As a developer or IT administrator, I want to understand the different types of user accounts available Azure AD B2C, so that I can properly manage and configure user accounts properly.
13
+
#Customer intent: As a developer or IT administrator, I want to understand the different types of user accounts available Azure AD B2C, so that I can properly manage and configure user accounts for my tenant.
17
14
---
18
15
19
16
# Overview of user accounts in Azure Active Directory B2C
20
17
21
-
In Azure Active Directory B2C (Azure AD B2C), there are several types of accounts that can be created. Microsoft Entra ID, Microsoft Entra B2B, and Azure Active Directory B2C (Azure AD B2C) share in the types of user accounts that can be used.
18
+
In Azure Active Directory B2C (Azure AD B2C), there are several types of accounts that can be created. These account types are shared across Microsoft Entra ID, Microsoft Entra B2B, and Azure Active Directory B2C (Azure AD B2C).
22
19
23
20
The following types of accounts are available:
24
21
@@ -31,39 +28,35 @@ The following types of accounts are available:
31
28
32
29
## Work account
33
30
34
-
A work account is created the same way for all tenants based on Microsoft Entra ID. To create a work account, you can use the information in [Quickstart: Add new users to Microsoft Entra ID](../active-directory/fundamentals/add-users.md). A work account is created using the **New user** choice in the Azure portal.
31
+
A work account is created the same way for all tenants based on Microsoft Entra ID. To create a work account, you can use the information in [Quickstart: Add new users to Microsoft Entra ID](/entra/fundamentals/how-to-create-delete-users). A work account is created using the **New user** choice in the Azure portal.
35
32
36
33
When you add a new work account, you need to consider the following configuration settings:
37
34
38
-
-**Name** and **User name** - The **Name** property contains the given and surname of the user. The **User name** is the identifier that the user enters to sign in. The user name includes the full domain. The domain name portion of the user name must either be the initial default domain name *your-domain.onmicrosoft.com*, or a verified, non-federated [custom domain](../active-directory/fundamentals/add-custom-domain.md) name such as *contoso.com*.
35
+
-**Name** and **User name** - The **Name** property contains the given and surname of the user. The **User name** is the identifier that the user enters to sign in. The user name includes the full domain. The domain name portion of the user name must either be the initial default domain name *your-domain.onmicrosoft.com*, or a verified, non-federated [custom domain](/entra/fundamentals/add-custom-domain) name such as *contoso.com*.
39
36
-**Email** - The new user can also sign in using an email address. We do not support special characters or multibyte characters in email, for example Japanese characters.
40
37
-**Profile** - The account is set up with a profile of user data. You have the opportunity to enter a first name, last name, job title, and department name. You can edit the profile after the account is created.
41
38
-**Groups** - Use groups to perform management tasks such as assigning licenses or permissions to many users, or devices at once. You can put the new account into an existing [group](../active-directory/fundamentals/how-to-manage-groups.md) in your tenant.
42
-
-**Directory role** - You need to specify the level of access that the user account has to resources in your tenant. The following permission levels are available:
43
-
44
-
-**User** - Users can access assigned resources but cannot manage most tenant resources.
45
-
-**Global administrator** - Global administrators have full control over all tenant resources.
46
-
-**Limited administrator** - Select the administrative role or roles for the user. For more information about the roles that can be selected, see [Assigning administrator roles in Microsoft Entra ID](../active-directory/roles/permissions-reference.md).
39
+
-**Directory role** - You need to specify the level of access that the user account has to resources in your tenant. For more information about the roles that can be selected, see [Microsoft Entra built-in roles](/entra/identity/role-based-access-control/permissions-reference).
47
40
48
41
### Create a work account
49
42
50
43
You can use the following information to create a new work account:
0 commit comments