简体   繁体   English

Azure AD Graph API 和 Microsoft Graph API 有什么区别

[英]What is the difference between Azure AD Graph API and Microsoft Graph API

What is the difference between these two api ?这两个api有什么区别?

Microsoft Graph supports most of the directory features that Azure AD Graph supports, but not all. Microsoft Graph支持Azure AD Graph支持的大多数目录功能,但不是全部。

Here is some information for you to refer.这里有一些信息供您参考。

1.The two APIs have different endpoints. 1.两个API有不同的端点。

  • MS graph : graph.microsoft.com MS 图:graph.microsoft.com
  • AD Graph : graph.windows.net广告图:graph.windows.net

2.Client libraries 2.客户端库

  • AD Graph client library is only available for .Net applications and it is maintenance mode. AD Graph 客户端库仅适用于 .Net 应用程序,并且处于维护模式。
  • 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. MS Graph 客户端库可用于多种平台和语言,使您可以在如何为客户使用应用程序中的目录数据方面有更多选择。

3.For more gaps between Microsoft Graph and Azure AD Graph, you could refer to this article . 3.更多Microsoft Graph和Azure AD Graph的差距可以参考这篇文章

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.注意:本文时间为2017年5月10日,您可以参考Microsoft Graph的Changelog查看某些功能是否已更新。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 带有外部帐户和Microsoft Graph API的Azure AD - Azure AD with external accounts and Microsoft Graph API 如何发布Azure AD Graph API或Microsoft Graph API中的更新 - How updates in Azure AD Graph API or Microsoft Graph API are released “ Rest” API和“ Graph” API之间有什么区别 - What is difference between “Rest” API and “Graph” API 如何使用microsoft graph api为azure ad中的用户分配角色 - How to use microsoft graph api for assigning role to the user in azure ad 是否可以使用 onPremisesSyncEnabled (Microsoft Graph API) 来监控 Azure AD 是否同步? - Can onPremisesSyncEnabled (Microsoft Graph API) be used to monitor if the Azure AD is in sync? 在 Vaadin 23 + Spring Security + Azure AD 中访问 Microsoft Graph API - Accessing Microsoft Graph API in Vaadin 23 + Spring Security + Azure AD 如何使用 microsoft graph api 获取 azure 广告用户属性 - How to get azure ad user properties using microsoft graph api 用于将成员添加到组的 Microsoft Azure AD Graph API - Microsoft Azure AD Graph API to add member to a group Azure AD Graph API无法访问Microsoft帐户 - Azure AD Graph API cannot access Microsoft Account 使用 Azure AD 和 Microsoft Graph API 的 SSO 究竟是如何完成的? - How is SSO with Azure AD and Microsoft Graph API actually done?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM