Search code examples
c#.netfacebooksingle-sign-on

SSO Options for .NET


I'm looking for SSO options for .NET/C# and so far came across OpenID and DotNetOpenAuth. Have yet to look into them in detail but just wanted to ask for some suggestions of what else I should consider.

I'm looking to implement SSO for Google & Facebook, and ideally it would be a single 3rd party library that supports both, trying to avoid manually implemented each one.

If you've dealt with this previously, please share the approach/tools used.

Thanks in advance!


Solution

  • OpenID and DotNetOpenAuth are by far your best options.

    Helpful Link for DotNetOpenAuth

    http://www.tkglaser.net/2012/03/single-sign-on-using-facebook-in-asp.html

    EDIT: DotNetOpenAuth home:

    http://www.dotnetopenauth.net/

    Helpful Link for OpenID

    http://www.hanselman.com/blog/TheWeeklySourceCode25OpenIDEdition.aspx