Azure AD B2C中的500内部服务器错误

时间:2018-02-21 00:07:21

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

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

500 Internal server error screenshot

为什么

1 个答案:

答案 0 :(得分: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>