Share via

My Azure Ad B2C sign-in page logo hasn't changed, even though I've changed all the existing Custom Branding logos.

ilmi rf 0 Reputation points
2026-02-25T09:19:06.5666667+00:00

I am experiencing an issue with the Azure AD B2C sign-in page, where the displayed logo has not changed even though I have already updated the branding logo.

I updated the logo through the following menu:

  • Company Branding

Azure AD B2C → Company Branding

The new logo was uploaded successfully without any errors. However, when accessing the Azure AD B2C sign-in page, the system still displays the old logo instead of the updated one.

Current Condition

The new logo has been updated in Company Branding

The upload process completed successfully without errors

The sign-in page still shows the old logo

Expected Result

After updating the branding, the Azure AD B2C sign-in page should display the new logo.

Actual Result

The sign-in page continues to display the old logo even after the branding update has been completed.I am experiencing an issue with the Azure AD B2C sign-in page, where the displayed logo has not changed even though I have already updated the branding logo.

I updated the logo through the following menu:

Company Branding

Azure AD B2C → Company Branding

The new logo was uploaded successfully without any errors. However, when accessing the Azure AD B2C sign-in page, the system still displays the old logo instead of the updated one.

Current Condition

The new logo has been updated in Company Branding

The upload process completed successfully without errors

The sign-in page still shows the old logo

Expected Result

After updating the branding, the Azure AD B2C sign-in page should display the new logo.

Actual Result

The sign-in page continues to display the old logo even after the branding update has been completed.

Microsoft Security | Microsoft Entra | Microsoft Entra ID

2 answers

Sort by: Most helpful
  1. Thanmayi Godithi 10,115 Reputation points Microsoft External Staff Moderator
    2026-03-13T19:40:17.4733333+00:00

    Hi @ilmi rf,

    This behavior is expected in certain Azure AD B2C scenarios and is usually related to how company branding is applied and cached across different B2C sign‑in experiences.

    Why the old logo is still shown

    1. Branding applies per user flow / policy In Azure AD B2C, company branding (banner logo, background image, background color) is applied per user flow. Updating the logo under Azure AD B2C → Company branding does not automatically refresh all existing user flows unless they are explicitly configured to use company branding. Microsoft documents that branding must be enabled and associated with the specific user flow being used for sign‑in. [learn.microsoft.com]
    2. Caching of branding assets Azure AD B2C sign‑in pages cache branding assets (logos and images). Because of this, updates may not appear immediately, especially if the same browser, session, or URL parameters are reused. This is a known and documented behavior for B2C UI rendering. [learn.microsoft.com]
    3. Custom HTML or custom policies If the sign‑in experience uses custom HTML or custom policies, the uploaded company branding logo is not automatically rendered unless the page explicitly references the tenant branding assets. Microsoft confirms that custom pages must opt in to tenant branding using the supported attributes (for example, data-tenant-branding-logo). [stackoverflow.com]

    What you should verify

    • Confirm that the correct user flow is being used by the application and that company branding is enabled for that flow. [learn.microsoft.com]
    • If using custom HTML or custom policies, ensure the page is configured to consume tenant branding assets; otherwise, the default or previously embedded logo will continue to appear. [stackoverflow.com]
    • Test the sign‑in page in a private/incognito browser session or with a modified policy URL to rule out cached content, as branding images are served via CDN and cached by design. [learn.microsoft.com]

    Reference documentation

    If the issue persists after confirming the above, it is recommended to re‑save the user flow, re‑upload the logo, and retest using a fresh session, as branding updates are not always reflected instantly due to caching.

    Hope this helps clarify the behavior,if not, please let us know.

    Was this answer helpful?

    0 comments No comments

  2. kagiyama yutaka 3,080 Reputation points
    2026-03-12T12:03:53.8533333+00:00

    u may be opening the old AAD domain instead of the active B2C one, so just grab the exact sign‑in URL from “Run user flow” again and open it in a private tab and that usually makes the new logo show up I think.

    Was this answer helpful?

    0 comments No comments

Your answer

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