Simple OpenID authentication code for .NET MVC

asp.net-mvc, openid

Solution

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

Problem

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

Original source

Related problems