Skip to content

Commit c5398dc

Browse files
authored
Fix anchor link
1 parent b588b5b commit c5398dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ You can use Microsoft Graph to create and manage the custom attributes then set
183183

184184
Custom attributes (directory extensions) in the Microsoft Graph API are named by using the convention `extension_{appId-without-hyphens}_{extensionProperty-name}` where `{appId-without-hyphens}` is the stripped version of the **appId** (called Client ID on the Azure AD B2C portal) for the `b2c-extensions-app` with only characters 0-9 and A-Z. For example, if the **appId** of the `b2c-extensions-app` application is `25883231-668a-43a7-80b2-5685c3f874bc` and the attribute name is `loyaltyId`, then the custom attribute will be named `extension_25883231668a43a780b25685c3f874bc_loyaltyId`.
185185

186-
Learn how to [manage extension attributes in your Azure AD B2C tenant](microsoft-graph-operations.md#application-extension-properties) using the Microsoft Graph API.
186+
Learn how to [manage extension attributes in your Azure AD B2C tenant](microsoft-graph-operations.md#application-extension-directory-extension-properties) using the Microsoft Graph API.
187187

188188
## Remove extension attribute
189189

@@ -222,4 +222,4 @@ Follow the guidance for how to [add claims and customize user input using custom
222222

223223
<!-- LINKS -->
224224
[ms-graph]: /graph/
225-
[ms-graph-api]: /graph/api/overview
225+
[ms-graph-api]: /graph/api/overview

0 commit comments

Comments
 (0)