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

500 Internal Server Error in Azure AD B2C

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

为什么

我试图显示该字段,但我没有定义 <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>