Conflicting advice on using Azure AD Graph API over MS Graph with Active Directory B2C

↘锁芯ラ 提交于 2019-12-02 19:47:53

问题


On this article below, below is mentioned

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

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

However, when I clicked the link provided below

https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-devquickstarts-graph-dotnet

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

However, the link below has different recommendation:

"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/

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

1 User Migration

2 Manage users

3 etcs


回答1:


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.

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.



来源:https://stackoverflow.com/questions/54507144/conflicting-advice-on-using-azure-ad-graph-api-over-ms-graph-with-active-directo

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!