sreelekha
sreelekha

Reputation: 53

company branding doesn't work for password page in Azure Portal

I've created company branding from the Azure portal for my application.

This is working as expected for the first page i.e, the username page. When I click on next for the password page, the custom branding disappears and default Microsoft background appears.

I want the branding to be continued for the password page also so that there would be consistency.

Upvotes: 3

Views: 1840

Answers (2)

Sashi
Sashi

Reputation: 1

You can customize your Azure AD sign-in pages, which appear when users sign in to your organization's tenant-specific apps, such as https://outlook.com/contoso.com, or when passing a domain variable, such as https://passwordreset.microsoftonline.com/?whr=contoso.com.

Your custom branding won't immediately appear when your users go to sites such as, www.office.com. Instead, the user has to sign-in before your customized branding appears.

Visit this link for more information

https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/customize-branding

Upvotes: 0

Martin Brandl
Martin Brandl

Reputation: 59001

You probably try to sign in with a Microsoft Account instead of your Azure Active Directory account. If you sign in with a "native" Azure Active Directory account you will continue see your company branded page.

Upvotes: 0

Related Questions