views:

662

answers:

2

The sample I downloaded from DotNetOpenId has different files than the MVC 1.0 application I get when I create a new application.

I am new to MVC and openId, all the examples I have come across are very old.

Can anyone point me to examples of implementing Openid with ASP.net MVC using DotNetOpenId.

+3  A: 

Rob Conery has a template available for MVC that has DotNetOpenId already configured and ready to go. Available at: http://blog.wekeroad.com/blog/putting-the-ldquo-m-rdquo-back-in-mvc/

Pervez Choudhury
Any updates on this, one year down the road?
Drew Noakes
Nerddinner uses OpenId now too. You can check out how they did it.
ZippyV
+1  A: 

There is a similiar question (Request for Tutorial to add Openid Support to NerdDinner ASP.NET MVC application) on Stackoverflow

eu-ge-ne