Support library for OpenID and OAuth: DotNetOpenAuth

Posted: (EET/GMT+2)

 

Lately, I've received several questions on how to quickly implement OpenID and OAuth in your .NET applications. It's now that either of these protocols would be terribly difficult, but its that often developer time is better spent elsewhere than in utility classes.

Although there are other alternatives as well, it is easy to point .NET developers for example writing ASP.NET web applications with C# to the DotNetOpenAuth library. This library supports both OpenID 1.x/2.0 and OAuth 1.0a.

Happy hacking!