What is the difference between Azure AD Graph API and Microsoft Graph API

后端 未结 1 403
-上瘾入骨i
-上瘾入骨i 2020-12-21 20:08

What is the difference between these two api ?

  • Azure AD Graph API
    https://msdn.microsoft.com/en-us/library/azure/ad/graph/api/api-catalog

  • <
相关标签:
1条回答
  • 2020-12-21 20:33

    Microsoft Graph supports most of the directory features that Azure AD Graph supports, but not all.

    Here is some information for you to refer.

    1.The two APIs have different endpoints.

    • MS graph : graph.microsoft.com
    • AD Graph : graph.windows.net

    2.Client libraries

    • AD Graph client library is only available for .Net applications and it is maintenance mode.
    • MS Graph client libraries are available on multiple platforms and languages, that enables you to have more choice in how you can use directory data in apps for your customers.

    3.For more gaps between Microsoft Graph and Azure AD Graph, you could refer to this article.

    Note: The time of the article is May 10, 2017, you could refer to Changelog for Microsoft Graph to see some feature was or not been updated.

    0 讨论(0)
提交回复
热议问题