customize error message during user journey

Erkany6312 41 Reputation points
2022-12-19T13:05:16.133+00:00

setting up Azure AD B2C in my dev tenant, would like to customize the standard error message during user journey.

password incorrect error message does not change, even after changing metadata in non interactive profile.

Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

Accepted answer
  1. Akshay-MSFT 17,951 Reputation points Microsoft Employee Moderator
    2022-12-20T05:52:16.327+00:00

    Hello @Erkany6312

    The error message needs to be updated in the localization XML. The GetLocalizedStringsTransformationClaimType value is used to copy localized strings into claims.

    If ElementType is set to ErrorMessage, this element specifies the identifier of an error message. See Localization string IDs for a complete list of the UxElement identifiers.

    272359-image.png

    Kindly refer to Sign-up or sign-in error messages for default value and refer to Sign-up or sign-in example for localization XML to be edited with the text you want for end user.

    Please do let me know if you have any further queries in the comments section. If this does not suit your scenario then please share the technical profile and user journey orchestration step you want to edit the message in.

    Thanks,
    Akshay Kaushik

    Please "Accept the answer", "Upvote" and rate your experience if the suggestion works as per your business need. This will help us and others in the community as well.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.