Question

I'm looking at using OpenID for my authentication scheme and wanted to know what the best .NET library is to use for MVC specific applications?

thx

Was it helpful?

Solution

.Net OpenID project is the best library to use right now that I know of. I think SO used it also. The source includes a sample ASP.NET MVC project using the library.

Scott Hanselman did a post on how to use the .Net OpenID project inside of ASP.NET MVC.

OTHER TIPS

There's another library called ExtremeSwank. This article by Andrew Arnott, a dotnetopenid developer, might also help you "Why DotNetOpenID as your C# OpenID library of choice".

We have been using .Net Open Id project and are pretty happy with it so far. Andrew Arnott does a great work of answering the queries and suggesting workarounds if you are struck. Give it a try and you will love it :)

The project is shifted to http://www.dotnetopenauth.net/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top