I'm starting to work on an MVC 5.1 application, and I'd like to build a Web API project in order to back it with the aim to enable other clients to use the API in the future. The MVC application will be using the new OAuth 2.0 stuff to use MS Accounts and Google Authentication. Is there are recommended path to allow the authentication to flow from the MVC application (or mobile/other applications in the future, providing they are using OAuth) to the WebAPI application?
Thanks