Is it possible to authenticate againat Azure AD without using the microsoft windows account login page?
We have createad a stand alone web app with its own user base in an instance of WAAD (Windows Azure Active Directory)
The problem is, the users of this system have corp laptops with only a single browser installed (IE9) and are also users of Office 365.
When trying to access our app from IE, its says the user is already logged in on with their office 365 account, and the process of signing out and switching account takes 15 mins of clicking through multiple redirect and error pages. (total farce!)
As a quick fix, is there a way we can create our own login page (like the good old forms auth) days to capture the creds, and send them to WAAD to get a token via an API allowing the user to be logged into office365 and our instance of WAAD at the same time?