Ayesh Nipun
Ayesh Nipun

Reputation: 614

How to get a proper error message in Azure B2C built-in signup flow

I'm using the built-in azure b2c sign up user flow in my application. The signup form doesn't give the proper validation messages. It always gives one generic message and it's always located at the top. Is there any way to customize this message and put it below the input field, that failed the validation?

The following image shows one scenario where the password is week. but still, the error message has no indication about the password.

enter image description here

Upvotes: 0

Views: 1260

Answers (1)

AlfredoRevilla-MSFT
AlfredoRevilla-MSFT

Reputation: 3495

Please take a look at this: https://learn.microsoft.com/en-us/azure/active-directory-b2c/localization#predicate using predicates to define the error message displayed to a user.

Upvotes: 1

Related Questions