I am looking to integrate ASP.NET Identity and Active Directory Identity in a single MVC Solution.
This solution will be deployed in 2 different server. When the internal users access the URL it should validate against LDAP and redirect appropriately.
When the URL is accessed in a external site it should validate against SQL auth and redirect appropriately.
Is this achievable in ASP.NET MVC using IDENTITY? Appreciate your response.