问题描述
我需要使用AzureAD创建一个Web应用程序,在该应用程序中,用户可以从组织登录/使用其个人帐户(FB,Google等)登录.我们可以在同一应用程序中同时使用B2B和B2C吗?
I have requirement to create a web application using AzureAD, where user may login from Organization/using their personal account(FB,Google, etc..) Can we use both B2B and B2C in same Application?
推荐答案
Azure AD B2B协作是Azure AD B2C租户不可用的功能.
但是,将Azure AD添加为B2C中的IdP的功能应很快可用.在Azure AD B2C UserVoice论坛中对其进行投票以支持此要求,并通知其进度更新:添加Azure AD身份提供程序
However, the ability to add Azure AD as an IdP in B2C should be available very soon. Vote for it in the Azure AD B2C UserVoice forum to support this ask and be informed on updates on it's progress: Add an Azure AD Identity Provider
或者,您可以通过将其设置为支持多个身份提供程序(Azure AD B2C和Azure AD)来在应用程序中执行此操作.请参见junaas帖子:如何在Azure B2B和B2C之间建立联盟
Alternatively, you do this in your app by setting it up to support multiple identity providers (Azure AD B2C and Azure AD). See junaas post: how to federate between Azure B2B and B2C
这篇关于同一应用程序中的Azure AD B2B和B2C的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!