Search code examples
htmlazureazure-ad-b2c

Customizing specifically the Sign Up page in Azure AD B2C


In Azure B2C how can one customie the signup/signin functionality?

I can modify custom policies and customized the login page by styling what Azure injects into the div of id api.

On the default page, it also has a don't have an account? Sign up 'here'. I don't see a place to put in a resource for the sign up page though.

Does anyone know how to customize the sign up page specifically, in addition to how I've customized the login?


Solution

  • Sign up page is another individual page, if you want to customize it, you can find its ContentDefinitions by id:api.localaccountsignup just as below:

    enter image description here

    You can specify your custom sign up page URL at LoadUri tag.

    if you are using B2C custom policy, just follow this guide to do that: , if you are just using B2C Built-in user flows, you can specify your custom sign up URL here: enter image description here