How to include field name in custom azure ad b2c Error Message

Saroj Nanda 0 Reputation points
2023-10-31T06:56:10.68+00:00

Currently a generic error message is displayed for signup page required fields."This Information is required".
I tried using localisation to configure required_field error message and UserMessageIfMissingRequiredElement , but still the field name is not getting assigned.

<LocalizedString ElementType="UxElement" StringId="required_field">This information is required.{0}</LocalizedString>
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfMissingRequiredElement">Error in validation by: {0}</LocalizedString>

Is there a way to include field name in required field error message.

User's image

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,451 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Saroj Nanda 0 Reputation points
    2023-11-02T13:01:08.92+00:00

    Fixed the issue by upgrading the selfasserted page version to 2.1.26(latest version)
    User's image

    0 comments No comments