Azure AD Graph retirement

Mikolaj Fechner 0 Reputation points
2025-01-09T14:55:41.2766667+00:00

According to MS documentation all new applications should not be able to use AD Graph anymore but I've tested it and created new app registry for our application and it was still able to use AD Graph calls. Can anyone tell me how is that possible?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,801 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Deepanshu katara 12,875 Reputation points
    2025-01-09T15:02:42.1733333+00:00

    Hello , Welcome to MS Q&A

    The documentation states that Azure AD Graph is deprecated, and while existing applications that use Azure AD Graph continue to work as Azure AD Graph can still be used, but it is deprecated, meaning it no longer receives security fixes or support from Microsoft. So, new or existing applications should ideally migrate to Microsoft Graph to ensure they are secure and supported. However, if new applications are still using Azure AD Graph, it may be due to a lack of awareness about the deprecation, or the developers may not have yet transitioned to the new Microsoft Graph APIs and lastly if you still i

    References:

    Please let us know if any questions

    Thanks
    Deepanshu


  2. Andy David - MVP 151.1K Reputation points MVP
    2025-01-09T15:07:56.27+00:00

  3. Raja Pothuraju 10,760 Reputation points Microsoft Vendor
    2025-01-10T13:01:33.73+00:00

    Hello @Mikolaj Fechner,

    Thank you for your response.

    Yes, it is currently possible to add Azure AD Graph API permissions via the App Manifest blade, but not through the API Permissions blade in the UI.

    For reference, you can follow the guidance in this documentation: Update the application manifest in the Microsoft Entra admin center

    As you mentioned, I understand that you were able to successfully make calls to the Azure AD Graph API endpoint (https://graph.windows.net). According to the blog post linked below, applications can make calls to Azure AD Graph API until January 31, 2025. After that date, all applications—both new and existing—will encounter errors when making requests to Azure AD Graph APIs unless they are explicitly configured to allow extended Azure AD Graph access.

    Azure AD Graph API Retirement - June 2024 Update

    This explains why you are still able to make calls to Azure AD Graph API, even for applications created after August 31, 2024.

    I hope this information is helpful. Please feel free to reach out if you have any further questions.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Thanks,
    Raja Pothuraju.


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.