本地化 Azure B2C 错误消息 'A user with the specified credential could not be found' 错误消息'

Localize Azure B2C error message 'A user with the specified credential could not be found' error message'

我正在为 Azure B2C 上的密码重置编写自定义策略。当用户尝试在不存在的帐户上重置密码时,将显示此消息:'A user with the specified credential could not be found' 错误消息'。

根据此处的文档:https://docs.microsoft.com/en-us/azure/active-directory-b2c/localization,我想本地化此错误消息。也许是这样的:

<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfVerificationFailedNoRetry">Some localized string</LocalizedString>

但在这种情况下,问题是我不知道错误消息的 StringId 是什么,而且我在文档中的任何地方都找不到它。

此处确实出现了错误消息:https://docs.microsoft.com/en-us/azure/active-directory-b2c/error-codes,但是如何将错误代码转换为 StringId?

如有任何帮助,我们将不胜感激。

你可以这样试试

字符串 ID

UserMessageIfClaimsPrincipalDoesNotExist:我们似乎找不到您的帐户。

forgotpassword_link : 忘记密码

更多字符串ID请参考this