Hi All,
I'm looking for suggestions on how to handle multiple auth providers like twitter, facebook, google, openid within an MVC app.
What is the general idea? I've got my own user detail table and i'm currently using ASP.Net membership authentication.
When someone connects with facebook are you able to extract user detail information from them via a cookie or directly from facebook? Do people typically store this in their local database?
I guess i'm looking for a broad overview. I've read some tutorials but they generally deal with specific details with connecting. thanks!