【问题标题】:Azure AD b2c : Getting error while trying to run the custom invitation policyAzure AD b2c:尝试运行自定义邀请策略时出错
【发布时间】:2018-12-10 12:09:03
【问题描述】:

我正在为用户制定自定义邀请政策,以便他们可以使用邀请链接进行注册。我已经创建了制定自定义策略所需的策略。以下是列表

  • Base_Extensions.XML
  • Base.XML
  • 邀请.XM​​L

我已按照Azure AD B2C pre-populate a custom attribute in the SignUp policy 制定了自定义政策。

其实这是我上一个问题Azure Ad b2c : Add new member user with invitation的答案。

以上所有政策均已成功上传。但是当我尝试运行邀请策略时。我得到了错误。

请帮我解决这个问题。我完全不知道如何解决这个问题。

【问题讨论】:

标签: azure azure-ad-b2c identity-experience-framework


【解决方案1】:

上述错误可能由声明类型引起,该声明类型被自断言技术配置文件引用为输出声明,但没有输入类型:

例如:

<ClaimType Id="extension_MyCustomClaim">
  <DisplayName>My Custom Claim</DisplayName>
  <DataType>string</DataType>
  <UserInputType>TextBox</UserInputType>
</ClaimType>

&lt;ClaimType /&gt; 元素可能缺少&lt;UserInputType /&gt; 元素。

【讨论】:

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