Skip to content

Commit 6d758c9

Browse files
authored
Merge pull request #202267 from kengaderdus/derdues-patch-3
[Azure AD B2C] Update app registration procedure for client credentials flow
2 parents e5f0458 + 9cd9d7b commit 6d758c9

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

articles/active-directory-b2c/client-credentials-grant-flow.md

Lines changed: 12 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: 06/15/2022
12+
ms.date: 06/21/2022
1313
ms.custom: project-no-code
1414
ms.author: kengaderdus
1515
ms.subservice: B2C
@@ -82,7 +82,17 @@ can't contain spaces. The following example demonstrates two app roles, read and
8282

8383
## Step 2. Register an application
8484

85-
To enable your app to sign in with Azure AD B2C using client credentials flow, register your applications (**App 1**). To create the web API app registration, follow these steps:
85+
To enable your app to sign in with Azure AD B2C using client credentials flow, you can use an existing application or register a new one (**App 1**).
86+
87+
If you're using an existing app, make sure the app's `accessTokenAcceptedVersion` is set to `2`:
88+
89+
1. In the Azure portal, search for and select **Azure AD B2C**.
90+
1. Select **App registrations**, and then select the your existing app from the list.
91+
1. In the left menu, under **Manage**, select **Manifest** to open the manifest editor.
92+
1. Locate the `accessTokenAcceptedVersion` element, and set its value to `2`.
93+
1. At the top of the page, select **Save** to save the changes.
94+
95+
To create a new web app registration, follow these steps:
8696

8797
1. In the Azure portal, search for and select **Azure AD B2C**
8898
1. Select **App registrations**, and then select **New registration**.

0 commit comments

Comments
 (0)