Get authentication from parent web application using webmatrix from MVC Core app

22 Views Asked by At

Is there any way I can have a MVC Core application sitting under an older MVC 4.7 application and have it use the same authentication? The older application is using WebMatrix for authentication which is outdated. I would rather not have to change this, but if I have to are there any systems that do work Across both platforms? The child application sits in the same domain as the parent.

0

There are 0 best solutions below