Posted on: 7/30/2012 9:16:13 PM | Views : 1296

Hi Guys,
I am working on an MVC 3 application and I was wondering about External Authentication. I have integrated OpenID successfully and now I want to start using Facebook, but I am assuming that they will both utilize the ProviderKey element as part of ASP.net.
So I was thinking about how to link a single userobject(local) to multiple remote accounts (Google, Facebeook etc). Can the standard membership provider have a single user linked to more than one external provider? If not should I be generating a custom membership provider?
What are your thoughts?
 
 
...

Go to the complete details ...