Azure B2C log in components

Nick Diaz 281 Reputation points
2022-06-15T15:46:54.12+00:00

I am building a Single Sign On portal on top of Azure AD B2C

I have been able to follow the official documentation to customize the user flows in general, but we would like to be able to customize the actual log in components that are served by Microsoft as well. Is that possible, if so, could you help with some resources on how to do so?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,313 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Marilee Turscak-MSFT 33,696 Reputation points Microsoft Employee
    2022-06-15T23:10:17.407+00:00

    Hi @Nick Diaz ,

    You can add a custom sign-in page and use either your own HTML layout or one of the templates provided here. All of the customization options are also documented on that page.

    You can host the page content on any publicly available HTTPS endpoint that supports CORS. Note that Azure AD B2C doesn't support frame, iframe, or form HTML elements. The list of limitations is documented here.

    https://learn.microsoft.com/en-us/azure/active-directory-b2c/customize-ui?pivots=b2c-custom-policy

    -

    If the information provided was helpful to you, please remember to "mark as answer" so that others in the community with similar questions can more easily find a solution.

    0 comments No comments