7
shouts

Integrating OpenID in an ASP.NET MVC Application using DotNetOpenAuth - Rick Strahl

published 175 days, 9 hours, 42 minutes ago posted by StevesSteves 176 days, 8 hours, 42 minutes ago
Saturday, September 19, 2009 1:01:56 PM GMT Friday, September 18, 2009 2:01:36 PM GMT

The #1 request I got on the CodePaste.net site - which provides a quick and easy way to publish and share code snippets publicly - has been to implement OpenId for authentication rather than the custom username/password login that’s been in use up until now. OpenId is a centralized login/authentication mechanism which handles authentication through one or more centralized OpenId providers. These providers live on the Web and are accessed through a forwarding and callback mechanism – you log in at the pro...

category: ASP.NET | clicked: 125 | | source: west-wind.com | show counter code
tags: ASP.NET, ASP.NET MVC, ASPNETMVC, DotNetOpenAuth, MVC, OpenID