Author: dkarantonis | Posted on: 4/28/2010 11:17:27 AM | Views : 751

Hi to all,
i currently develop an asp.net mvc 2 web app (could also be an asp.net web app) and i would like to integrate Forms, OpenId and Facebook authentication mechanisms.
Except from user logging, i also would like to store user profiles, user administration, etc....
The user should create a membership user account both for connecting via Forms authentication and OpenId.
The extra steps for OpenId is that after (partially) logging into the OpenId, the user is redirecteded to attach the OpenId account to an existing membership user. If the user exists, i authenticate the user via Forms authentication. This extra step is required only the first time an OpenId is attached to an account.
In both cases (Forms authentication and OpenId) the user is always an asp.net membership user, enabling all the functionality needed.
The issue i have, has to do with facebook authentication. I can follow one of the proceedi ...

Go to the complete details ...