Integrating OpenID in an ASP.NET MVC Application using DotNetOpenAuth
Posted by: Rick Strahls WebLog,
on 18 Sep 2009 |
View original | Bookmarked: 0 time(s)
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 thats 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...