I'm using the azure b2c sign-up policy(built-in policy) in my application. There, we are having three fields.
- Display Name (Basically this is equal to Given name + Surname)
- Given Name
- Surname
In my case, I want to remove this Display name from the user flow. But once I remove it, In B2C, the name of the user is "Undefined".
Is there any way that I can generate the Display name with Given name and Surname, Without asking the Display name?
(I'm using built-in user flow)