【问题标题】:500 Internal Server Error in Azure AD B2CAzure AD B2C 中的 500 内部服务器错误
【发布时间】:2018-02-21 00:07:21
【问题描述】:

当我尝试执行我的注册政策时,我收到了:

为什么

【问题讨论】:

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


    【解决方案1】:

    我试图显示该字段,但我没有定义 <UserInputType> 节点。

    <ClaimType Id="extension_HelloWorld">
        <DisplayName>Hello World</DisplayName>
        <DataType>string</DataType>
        <DefaultPartnerClaimTypes>
            <Protocol Name="OAuth2" PartnerClaimType="HelloWorld" />
            <Protocol Name="OpenIdConnect" PartnerClaimType="HelloWorld" />
        </DefaultPartnerClaimTypes>
        <!-- I had the following line commented out -->
        <!--<UserInputType>Readonly</UserInputType>-->
    </ClaimType>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-02-07
      • 2021-12-02
      • 2019-01-17
      • 2011-10-17
      相关资源
      最近更新 更多