Switch to Graph API from AAD Graph

Agrawal Mohit 1 Reputation point
2021-12-16T10:08:12.977+00:00

The b2c-extensions-app used for extension attributes uses AAD Graph Api permissions. I am getting below warning message:

This application is using Azure AD Graph API, which is on a deprecation path. Starting June 30th, 2020 we will no longer add any new features to Azure AD Graph API. We strongly recommend that you upgrade your application to use Microsoft Graph API instead of Azure AD Graph API to access Azure Active Directory resources.

Now when I configure similar Microsoft Graph API permissions will it also require to make changes in custom policies?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,743 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,666 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,701 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 56,311 Reputation points
    2021-12-16T11:15:07.7+00:00

    Hi @Agrawal Mohit • Thank you for reaching out.

    Do you have any references to https://graph.windows.net in your custom policy?

    If your custom policy is configured to use https://graph.microsoft.com, you are not required to make any changes. If there are any references to https://graph.windows.net, you need to review your policy to identify what that graph call is intended to do and replace that with Microsoft Graph API.

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.