Hi,
I was hacking on a website, and found that the original authentication model is Forms Authentication to login this website's members... and I need to integrate another service (say OpenID, Google Connect, Facebook Connect... etc.). How can I programmatically authenticate an external user on my website, knowing that he has been authenticated by one of these services ?
Thanks