You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"error": {
"code": "AADB2C",
"message": "Validation failed: 19 validation error(s) found in policy \"B2C_1A_TRUSTFRAMEWORKLOCALIZATION\" of tenant \"ixb2ctestdevth.onmicrosoft.com\".The localized string with ElementType: UxElement and Strin gId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_a udio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an i nvalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and Stri ngId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_ audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdTh e localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and Str ingId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype _audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdT he localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized strin g with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType: UxElement and StringId: captchatype_audio_help has an invalid StringIdThe localized string with ElementType : UxElement and StringId: captchatype_audio_help has an invalid StringId",
"innerError": {
<redacted>
}
}
}
Unfortunately, the error tells me that captchatype_audio_help is an invalid StringId. Please regard the fact that it has 19 validation errors, that just reflects that I'm trying to upload these strings in 19 languages.
I tried the other examples as well, and the only StringId that is recognized is captchaControlChallengeCode, none of the others work.
Please update the documentation with the correct string ids that we should use.
I have an issue with uploading custom policy, which contains
LocalizedString
elements for the Captcha Display ControlAccording to the documentation https://learn.microsoft.com/en-us/azure/active-directory-b2c/localization-string-ids#captcha-display-control-example, we should be able to overwrite the text for the various controls using that example XML.
Here's an example from my attempt:
But I get the following error:
Unfortunately, the error tells me that
captchatype_audio_help
is an invalidStringId
. Please regard the fact that it has 19 validation errors, that just reflects that I'm trying to upload these strings in 19 languages.I tried the other examples as well, and the only
StringId
that is recognized iscaptchaControlChallengeCode
, none of the others work.Please update the documentation with the correct string ids that we should use.
Thank you!
The text was updated successfully, but these errors were encountered: