I have a brand new 4.5.1 MVC/WebApi application that I want to secure. I want to use Cookie authentication for the MVC side and Bearer authentication for the WebApi side. Is this possible? I'm running into issues and I wanted to know if there is a guide on how to have 2 authentication schemes with the new Identity framework.
Thanks,
Miguel