Hi, 
I have read a fair bit on Web API and I am looking at implementing a project through it. However, the architecture of the project will be a MVC application connecting to a Web API application which has all the business logic. However, I want to apply membership to the MVC client facing application through the Web API. How can I just the "Authorize" attribute on methods in my MVC application and ensure that the Web API is connected to to authorize the client. 
Any help would be really appreciated. 
Best regards, 
     Seamus 

Go to the complete details ...