I've added admin area to an existing MVC5 project for managing content.
The site is currently secured by custom ASP Identity Framework. Now I need to authenticate some employees to access the admin area, the employees user data is in different database with different structure similar to this question : Using multiple membership providers within ASP.Net MVC 3 application
Is this possible?