Hello, I am trying to Create a login form using azure ad b2c where users can access with a business account, I have read a lot of posts and documentation to try to do this but without any progress.
With azure ad b2c the form is not loaded in the container as it says in the documentation
https://learn.microsoft.com/en-us/azure/active-directory-b2c/customize-ui-with-html?pivots=b2c-custom-policy

Summary.
What I need is a login form on the home page that has two email and password fields.
The email has to be verified that it is a corporate account, as an example would be "example@cocacola.org"
With this data, once the process has been carried out correctly, you have to redirect to a specific page of the website.
Thank you for taking the time to read this post. Any help or comment is welcome.