How to add logo, banner or text on application level to show on login page when logging in to an application with Azure AD?

256 Views Asked by At

I've created an Azure account and added an application to it.

On company level I changed the branding (added a background and banner to the login page). This is working great.

But I would like to create a branding on application level.

Let's say I have two applications: app1 and app2. When pressing the login button on both applications it will redirect me to the login.microsoftonline.com/.... After filling in my email, I'm able to see the on company level defined background and banner.

But I would like to add different background/banner (or text) for both applications.

So the login.microsoft... of app1 needs to show the banner that belongs to app1 and app2 needs to show the banner that belongs to app2.

Is this possible?

I noted that there is also a branding item on application level where I can add a logo. However, when I add one there it will only be shown in the azure environment itself.

1

There are 1 best solutions below

2
kavyaS On

At present, app registered in azure ad may not able to have its own customized login page UI like in azure ad B2C .It may due to some functionality issue in branding option. You may See this thread

You may give try Set-AzureADApplicationLogo (AzureAD) by checking guidelines of size and dimensions and by selecting an absolute path for file path.

Set-AzureADApplicationLogo [-ObjectId <String>] 

 -FilePath <String> 

Otherwise You can provide any feedback or idea or suggestion here > https://feedback.azure.com/forums