Custom login page for Azure Active Directory
azure, azure-active-directory, branding
Solution
Custom company branding is now available with Azure Active Directory Basic and Premium editions. You can customize some of the experience, with some text, images and logos.
- Azure Active Directory Editions
- Add company branding to your Sign In and Access Panel pages
Problem
I'm working on an application that uses Azure AD as an identity provider. It works well, but the login experience is jarring when the user is taken from my application to the https://login.microsoftonline.com Azure hosted login page. In addition to losing all application branding, the user is unlikely to know that the tenant domain suffix must be appended to their username when entering credentials (e.g. `bob` becomes `bob@mytenant.onmicrosoft.com`). Is there any way of hosting a login page for Azure AD within my own application?