有关在Active Directory B2C上通过MS Graph使用Azure AD Graph API的相互矛盾的建议

问题描述:

在下面的这篇文章中,下面提到了

On this article below, below is mentioned

https://docs .microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-faqs

考虑使用Graph API进行用户迁移..."

" Consider using the Graph API for user migration ..."

但是,当我单击下面提供的链接

However, when I clicked the link provided below

https ://docs.microsoft.com/zh-CN/azure/active-directory-b2c/active-directory-b2c-devquickstarts-graph-dotnet

您必须使用Azure AD Graph API来管理Azure AD中的用户 B2C目录"

"You must use the Azure AD Graph API to manage users in an Azure AD B2C directory"

但是,下面的链接有不同的建议:

However, the link below has different recommendation:

"我们建议通过Azure AD Graph使用Microsoft Graph,因为 Microsoft Graph是我们为Microsoft云投资的地方 服务."

"we recommend the use of Microsoft Graph over Azure AD Graph, as Microsoft Graph is where we are investing for Microsoft cloud services."

https://blogs.msdn.microsoft.com/aadgraphteam/2016/07/08/microsoft-graph-or-azure-ad-graph/

我的问题是,在将AD B2C用于以下用途时应使用哪个Azure AD Graph或MS Graph:

My question is that which one, Azure AD Graph, or MS Graph, to use when using AD B2C for:

1个用户迁移

2管理用户

3个其他

当前,

Currently, you must use Azure AD Graph API to manage users in an Azure AD B2C tenant, since Microsoft Graph doesn't support a few of the user properties (including the creationType property) that are used by Azure AD B2C.

这篇Microsoft Graph或Azure AD Graph文章表示Microsoft Graph和Azure AD Graph API之间的当前差距,用于管理Azure AD B2C租户中的用户.

This Microsoft Graph or the Azure AD Graph article indicates that the current gap between the Microsoft Graph and Azure AD Graph APIs for managing users in an Azure AD B2C tenant.