I want to implement SSO in our current website so that we can login to that website using a Facebook account. Can you please provide the steps which I need to follow to implement it?
|
|
|
Mixu had meticulously explained single sign-on in his 3 paged blog: 1) http://blog.mixu.net/2010/12/27/implementing-facebook-login-single-sign-on-part-1/ 2) http://blog.mixu.net/2011/01/03/implementing-facebook-login-part-2/ 3) http://blog.mixu.net/2011/01/09/implementing-facebook-login-part-3/ UPDATE SSO is simply logging a user with facebook and maintaining a site-wide session on your server and cookie on user's machine. This session shall remain valid for all pages on your website. You can use this codeplex example in C# to get you going on the right track: http://facebooktoolkit.codeplex.com/ Also see this answer (in C#) for more info: http://stackoverflow.com/a/369691/842837 |
|||||||||||
|
|
There are many ways you can implement this. These architectures are explained in the Facebook developer page. The simplest way is to implement it using javascript sdk. Here is a link on how to login using Facebook account. |
||||
|
|
|
Please try the steps explained in this blog. |
|||
|
|
Try with this link |
|||
|
