Skip to content

Commit 58c31fb

Browse files
authored
Merge pull request #6260 from Brenduns/cp-aad-graph-api-deprecation
Replace deprecated AAD Graph API configuration with new details for Graph API
2 parents c9b39bc + 208793d commit 58c31fb

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

memdocs/intune/protect/certificate-authority-add-scep-overview.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords:
55
author: brenduns
66
ms.author: brenduns
77
manager: dougeby
8-
ms.date: 11/08/2021
8+
ms.date: 12/01/2021
99
ms.topic: how-to
1010
ms.service: microsoft-intune
1111
ms.subservice: protect
@@ -113,10 +113,16 @@ Be sure you have the required permissions to register an Azure AD app. See [Requ
113113
2. Expand **Application** and select the checkbox for **Application.Read.All** (Read all applications).
114114
3. Select **Add permissions** to save this configuration.
115115

116-
1. Select **Add a permission** again.
117-
1. On the *Request API permissions* page, select **Azure Active Directory Graph** > **Application permissions**.
118-
2. Expand **Application** and select the checkbox for **Application.Read.All** (Read all applications).
119-
3. Select **Add permissions** to save this configuration.
116+
1. Use *Microsoft Graph* to add the following permissions to the app:
117+
118+
- **Application.Read.All** (Read all applications).
119+
120+
For information on how to complete this step, see [Use Microsoft Graph to configure required Azure AD Graph permissions for an app registration](/graph/migrate-azure-ad-graph-configure-permissions).
121+
122+
> [!NOTE]
123+
> Previously, these permissions were configured by using Azure AD Graph, and available through the App registration UI. Azure AD Graph is now deprecated and will be retired on June 30, 2022. As part of this deprecation path, the capability to add Azure AD Graph permissions to the required permissions for an app registration through the Azure portal is now disabled.
124+
>
125+
> In addition to using the information at [Configure Azure AD Graph permissions](/graph/migrate-azure-ad-graph-configure-permissions) to set permission on the app, we recommend that you follow the [App migration planning checklist](/graph/migrate-azure-ad-graph-planning-checklist) to help you transition your apps to the [Microsoft Graph](/graph/overview) API.
120126
121127
8. Remain on the **API permissions** page, and select **Grant admin consent for** ***\<your tenant>***, and then select **Yes**.
122128

0 commit comments

Comments
 (0)