问题描述
如果我们添加B2C AD租户,有人可以告知我们的内部部署/ 0365 Active Directory会发生什么变化,请
推荐答案
Azure AD和Azure AD B2C是单独的产品,不能存在于同一个租户中。 B2C可以联合到Azure AD以允许对来自其他组织的员工进行身份验证,但它们不能位于同一个租户中,因为它只能是一个或另一个是
。您的目录不会发生任何更改,因为两者不同。 https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-faqs
Azure AD and Azure AD B2C are separate product offerings and cannot exist in the same tenant. B2C can federate to an Azure AD to allow the authentication of employees from another organization, but they can't be in the same tenant as it can only be one or the other. No changes will happen to your directory as the two are different. https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-faqs
这篇关于添加B2C租户对我们的AD(混合)的影响的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!