Skip to content

Commit da8aaf1

Browse files
authored
Merge pull request #124709 from msmimart/gitissues
[B2C] GitHub issue 57370 - Fix extension attribute in Microsoft Graph manage user accounts
2 parents 2ad1ba0 + ffc65f2 commit da8aaf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/manage-user-accounts-graph-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: celestedg
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: how-to
12-
ms.date: 03/16/2020
12+
ms.date: 08/03/2020
1313
ms.custom: project-no-code
1414
ms.author: mimart
1515
ms.subservice: B2C
@@ -112,7 +112,7 @@ In user migration scenarios, if the accounts you want to migrate have weaker pas
112112

113113
Every customer-facing application has unique requirements for the information to be collected. Your Azure AD B2C tenant comes with a built-in set of information stored in properties, such as Given Name, Surname, City, and Postal Code. With Azure AD B2C, you can extend the set of properties stored in each customer account. For more information on defining custom attributes, see [custom attributes (user flows)](user-flow-custom-attributes.md) and [custom attributes (custom policies)](custom-policy-custom-attributes.md).
114114

115-
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_ApplicationObjectID_attributename`. For example:
115+
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 (found in **App registrations** > **All Applications** in the Azure portal). Note that the **Application (client) ID** as it's represented in the extension attribute name includes no hyphens. For example:
116116

117117
```json
118118
"extension_831374b3bd5041bfaa54263ec9e050fc_loyaltyNumber": "212342"

0 commit comments

Comments
 (0)