vote up 13 vote down star
9

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

flag

80% accept rate
Any specific criteria you looking for in defining which one is best? – Haacked Sep 17 '08 at 16:20

3 Answers

vote up 12 vote down check

.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.

link|flag
Agreed, I just finished up my implementation and I used the DotNetOpenID project to get me going in ASP.NET MVC... regexhero.net/user – Steve Wortham Oct 18 at 22:17
vote up 3 vote down

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".

link|flag
vote up 0 vote down

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 :)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.