We are developing a multi tenant application that use Azure AD for authentication. Users that do not have their own Azure AD tenant will get a user in our tenant. Authentication works fine and we have also customized the login page for our tenant (i.e.
company logo). We would like all users to be redirected to this customized tenant page first and if they enter a user name from a different tenant, they should be redirected to their own tenant login page. How can we do that? At the moment, all users land
on the generic login.microsoftonline.com page with no custom branding and as soon as they enter the username, our tenant users see the custom tenant login page with our logo.
↧