Skip to content

Commit a269f1c

Browse files
authored
Merge pull request #190114 from kengaderdus/shweta-mathur-pr
[Azure AD B2C] Add a link to how to interact with resources in your Azure AD B2C tenant article
2 parents 38efdab + 4af495f commit a269f1c

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

articles/active-directory-b2c/user-flow-custom-attributes.md

Lines changed: 12 additions & 8 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: how-to
11-
ms.date: 10/08/2021
11+
ms.date: 03/01/2022
1212
ms.custom: project-no-code
1313
ms.author: kengaderdus
1414
ms.subservice: B2C
@@ -89,7 +89,7 @@ Extension attributes can only be registered on an application object, even thoug
8989
1. On the **Portal settings | Directories + subscriptions** page, find your Azure AD B2C directory in the **Directory name** list, and then select **Switch**.
9090
1. In the left menu, select **Azure AD B2C**. Or, select **All services** and search for and select **Azure AD B2C**.
9191
1. Select **App registrations**, and then select **All applications**.
92-
1. Select the `b2c-extensions-app. Do not modify. Used by AADB2C for storing user data.` application.
92+
1. Select the **b2c-extensions-app. Do not modify. Used by AADB2C for storing user data.** application.
9393
1. Copy the following identifiers to your clipboard and save them:
9494
* **Application ID**. Example: `11111111-1111-1111-1111-111111111111`.
9595
* **Object ID**. Example: `22222222-2222-2222-2222-222222222222`.
@@ -179,11 +179,10 @@ The following example demonstrates the use of a custom attribute in Azure AD B2C
179179

180180
## Using custom attribute with MS Graph API
181181

182-
Microsoft Graph API supports creating and updating a user with extension attributes. Extension attributes in the Graph API are named by using the convention `extension_ApplicationClientID_attributename`, where the `ApplicationClientID` is the **Application (client) ID** of the `b2c-extensions-app` application. Note that the **Application (client) ID** as it's represented in the extension attribute name includes no hyphens. For example:
182+
[Microsoft Graph API][ms-graph-api] supports creating and updating a user with extension attributes. Extension attributes in the Microsoft Graph API are named by using the convention `extension_ApplicationClientID_attributename`, where the `ApplicationClientID` is the **Application (client) ID** of the `b2c-extensions-app` [application](#azure-ad-b2c-extensions-app). Note that the **Application (client) ID** as it's represented in the extension attribute name includes no hyphens. For example, the Microsoft Graph API identifies an extension attribute `loyaltyId` in Azure AD B2C as `extension_831374b3bd5041bfaa54263ec9e050fc_loyaltyId`.
183183

184-
```json
185-
"extension_831374b3bd5041bfaa54263ec9e050fc_loyaltyId": "212342"
186-
```
184+
Learn how to [interact with resources in your Azure AD B2C tenant](microsoft-graph-operations.md#user-management) using Microsoft Graph API.
185+
187186

188187
## Remove extension attribute
189188

@@ -194,11 +193,11 @@ Unlike built-in attributes, extension/custom attributes can be removed. The exte
194193
195194
::: zone pivot="b2c-user-flow"
196195

197-
Use the following steps to remove extension/custom attribute from a user flow:
196+
Use the following steps to remove extension/custom attribute from a user flow in your:
198197

199198
1. Sign in to the [Azure portal](https://portal.azure.com/) as the global administrator of your Azure AD B2C tenant.
200199
2. Make sure you're using the directory that contains your Azure AD B2C tenant:
201-
1. Select the **Directories + subscriptions** icon in the portal toolbar.
200+
1. Select the **Directories + subscriptions** icon in the portal toolbar.
202201
1. On the **Portal settings | Directories + subscriptions** page, find your Azure AD B2C directory in the Directory name list, and then select **Switch**
203202
1. Choose **All services** in the top-left corner of the Azure portal, search for and select **Azure AD B2C**.
204203
1. Select **User attributes**, and then select the attribute you want to delete.
@@ -218,3 +217,8 @@ To remove a custom attribute, use [MS Graph API](microsoft-graph-operations.md),
218217
## Next steps
219218

220219
Follow the guidance for how to [add claims and customize user input using custom policies](configure-user-input.md). This sample uses a built-in claim 'city'. To use a custom attribute, replace 'city' with your own custom attributes.
220+
221+
222+
<!-- LINKS -->
223+
[ms-graph]: /graph/
224+
[ms-graph-api]: /graph/api/overview

0 commit comments

Comments
 (0)