views:

177

answers:

2

Is there a simple example of OpenID authentication implemented using MVC ?

+4  A: 

DotNetOpenAuth. You can also take a look at this blog post from Scott Hanselman.

Darin Dimitrov
+1  A: 

RPX is yet another OpenID library.

Authenticating users with RPXNow (in ASP.NET MVC).aspx "Authenticating users with RPXNow (in ASP.NET MVC)")

takepara
And advantage over DotNetOpenAuth?
ripper234
RPX is include OpenID selector.
takepara