The only example I found for mutual authentication between ASP.NET MVC and Servicestack includes using Servicestack, a built-in authentication, and setting a cookie to authenticate the old MVC.
I am wondering if this can be turned around and allowed servicestack services using the new ASP.NET authentication system.
The reason is that I would PERFECTLY have a simple authentication history and use the same attributes as [Authorize] [AllowAnonymous] from Identity with the servicestack API.
I have no experience with Identity or servicestack plugins, so it would be nice if someone else thought the same thing.
source
share