I am searching the web trying to find a simple implementation of this and i get only bit's and different coding techniques.
Basically i want a WCF service that will get the credentials and authenticate the user.
After that the user can browse MVC allowed views and use it's custom variables if needed (with [authorize] i guess?)
I am skipping the part on how the credentials will come to the WCF service since i don't have that info yet and if they come from a secure SSL, it won't be a problem. But i don't have that info yet.
Please post if you are familiar with WCF and MVC, since what i want (got tons of examples here) is a clear solution that is generally preferred. I don't need random tutorial, i can find this by myself.
Thanks.