【问题标题】:Is it possible to add custom attributes to a group in Azure AD B2C是否可以将自定义属性添加到 Azure AD B2C 中的组
【发布时间】:2017-07-06 11:10:03
【问题描述】:

我正在尝试满足广泛的身份验证和身份管理要求,在不同的旧应用程序中同质化这一功能领域,并将 Azure AD B2C 作为一种选择。

似乎可能需要维护组的联系信息。例如,我们可能需要根据用户的“经销商”对用户进行分组,并且我们可能希望在 Azure AD B2C 中获得有关经销商的其他信息。

这在 AD B2C 中可行吗?

【问题讨论】:

    标签: azure-ad-b2c


    【解决方案1】:

    可以使用与常规 Azure AD 中相同的机制,通过 Azure AD Graph:Directory schema extensions,将自定义属性添加到 Azure AD B2C 中的组

    请注意,虽然您可以在 Azure AD B2C 中使用组,但尚不支持在令牌中发送组声明,因此您需要make a separate call to the Azure AD Graph 以获取用户的组成员身份和有关组的详细信息。您可以随时在 Azure AD B2C 反馈论坛中为这个问题投票:Get user membership groups in the claims with AD B2C

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-12-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多