Azure AD B2C is a pretty cool feature that provides signup/signin functionality. I can't figure out how to customize the sign up page in the custom user flows section specifically though. Using this link https://docs.microsoft.com/en-us/azure/active-directory-b2c/custom-policy-ui-customization I customized the login page by styling what Azure injects into the div of id api
. On that 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?
By the way, I'm using Netlify to host the login page. I am not using blob storage that they use in the link I referenced. Any help would be great! Thank you!