I've been playing around with AD B2C custom policies using the Starter Pack and I'm trying to work out how to NOT collect the Display Name on the sign up page, but record it by concatenating the captured GivenName and Surname.
I've worked out how to do the concatenation (via ClaimsTransformations
), but I can't work out how hide the Display Name field on the sign up page so it's not collected. The only examples I've been able to find are disabling email verification and collecting additional data ... not collecting less data and hiding the fields in the UI.