0
votes

I want to Customize the user interface, Mainly background image in Azure Active Directory B2C custom policy sign in/sign up page. Kindly suggest easy way to change background image, I am using custom policy.

1

1 Answers

2
votes

You should refer to Customize the user interface of your application using a custom policy in Azure Active Directory B2C.

To change the background image, you need to modify the code of the HTML5 content.

Like this: <body background="{the url of your image}">.