I have developed MVC 5 application. Now i want to use Authentication for my application. My end users are Employees and Customers and i want to authenticate Employees with Azure AD and customers with windows live id.
I have tried to use Azure ACS, but it will ask me whether i want to log in with Azure AD or Windows Live ID.
My requirement is as below. Default URL is http://localhost:12973. When Employees want to login then it will redirect to http://localhost:12973/employees and employees should redirect to Azure AD log in page and for customers http://localhost:12973/customers and customers should be redirected to windows log in page
So how can i configure both Azure AD and ACS in single web config file?
Can anyone please help me how can i achieve both the requirements.