gpt4 book ai didi

azure-ad-b2c - 无法获取段落 InputType 以在 Azure B2C IEF 中显示任何文本

转载 作者:行者123 更新时间:2023-12-05 05:10:49 26 4
gpt4 key购买 nike

我在使用 Azure B2C IEF 可用的段落用户输入类型时遇到了一些问题。我想使用 Paragraph 元素,因为它会使本地化变得容易得多。但是,无论我尝试过什么,我都无法让 Paragraph 元素显示任何文本。

我已尝试遵循文档:https://learn.microsoft.com/en-us/azure/active-directory-b2c/claimsschema#paragraph我还通过 GitHub 联系了 B2C 团队,他们建议我分配默认值。

claim 类型

<ClaimType Id="UserExistsErrorMessage">
<DisplayName>Error Message</DisplayName>
<DataType>string</DataType>
<UserInputType>Paragraph</UserInputType>
</ClaimType>

在我的技术配置文件中,我分配了一个默认值

<OutputClaim ClaimTypeReferenceId="UserExistsErrorMessage" DefaultValue="Test">

我希望段落显示我指定的文本。相反,在测试期间查看源代码时,我得到的只是一个空白的 < p>

HTML 标记。

最佳答案

要设置 Paragraph UserInputType 的值,请使用输入声明设置默认值。

<InputClaims>
<InputClaim ClaimTypeReferenceId="UserExistsErrorMessage" DefaultValue="Test"/>
</InputClaims>
<OutputClaims>
<OutputClaim ClaimTypeReferenceId="UserExistsErrorMessage"/>
</OutputClaims>

关于azure-ad-b2c - 无法获取段落 InputType 以在 Azure B2C IEF 中显示任何文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56241186/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com