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 Security | Microsoft Entra | Microsoft Entra External ID
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Microsoft Security | Microsoft Graph
{count} votes

1 answer

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 56,871 Reputation points Moderator
    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.