Nicolas
Nicolas

Reputation: 183

How can I customize my sign up custom policy in azure b2c?

I used this documentation to separate email verification from account creation: Separate the Email Verification and User Registration into 2 separate screens

This the result : Custom sign up

I changed some labels and create buton in localization file, but now I need to know how to add text to my page as shown in the attached images. Is it feasible with XML? if not please how to do it?

Customiszation needed

UPDATE : Do I have to make my own html/css customization and change de LoadUri of contentdeifinition Id="api.localaccountsignup" to use my cshtml file?

Upvotes: 1

Views: 1417

Answers (1)

rbrayb
rbrayb

Reputation: 46720

Yes, you can customise it.

You make your own HTML/CSS, upload to blob storage and then point to blob storage from the XML file.

You can also add your own JavaScript.

Upvotes: 2

Related Questions