I'm trying to get info on how exactly implement claims based authentication on my web role (MVC 4 website). I'd like to have users to authenticate with Live ID, Facebook and Google.
I've read about ACS, AAL (Windows Azure Authentication Library), found DotNetOpenAuth nugget package but I'm really stuck with all this. What is the right modern way to implement this in MVC 4 Azure Web Role?
And I'm talking about VS2012 here.