Azure Ad B2C - Custom Policy - change tilte page and using Campany Logo

Pedro Miguel Gonçalves 41 Reputation points
2020-03-30T17:23:10.297+00:00

I made a custom policy to connect B2C to ADFS, now I needed to change the page title on signuporsignin and replace the company logo with the one configured in Campany Branding?

6821-kcu2tbtbf5.png

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,892 questions
0 comments No comments
{count} votes

Accepted answer
  1. AmanpreetSingh-MSFT 56,626 Reputation points
    2020-04-01T09:40:42.73+00:00

    @Pedro Miguel Gonçalves </a> With custom policies, this is the only method available. If you were using Built-in user flow, you could have used the company branding (preview) as explained here: https://learn.microsoft.com/bs-latn-ba/azure/active-directory-b2c/customize-ui-overview#company-branding-preview.

    -----------------------------------------------------------------------------------------------------------

    Please "Accept as answer" wherever the information provided helps you to help others in the community.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 56,626 Reputation points
    2020-03-31T07:36:57.65+00:00

    @Pedro Miguel Gonçalves You need to use your custom html file for this purpose and modify below parameters. Save the file to a location where it is publicly accessible, e.g. save it in Storage Account.

    6921-untitled.png

    Once this is done, you need to update Load URI under < ContentDefinition Id="api.signuporsignin" > in your base file with the URL of your custom HTML file. As a best practice you can add below tags to your extensions file:

    6931-capture.jpg

    -----------------------------------------------------------------------------------------------------------

    Please "Accept as answer" wherever the information provided helps you to help others in the community.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.