I want to create the web application which will be based on angularjs frontend and ASP.NET Web API. I need create the secure api but I can't use the token based authentication on the company's server where will be implemented this web application.
Is possible use the cookie based authentication for SPA and ASP.NET Web API?
How can I configure the cookie based authentication on the ASP.NET project for this scenario where I have the SPA and Web API?