Pages

Monday, June 07, 2010

Scott Hanselman - The Weekly Source Code 25 - OpenID Edition

Scott Hanselman - The Weekly Source Code 25 - OpenID Edition
Cool post about implementing OpenID. Adding the following two lines to your blog/site will make it your OpenID:


<link rel="openid.server" href="http://www.myopenid.com/server" />
<link rel="openid.delegate" href=
http://YOURUSERNAME.myopenid.com/ />



There is also a part discussing implementation of OpenID authentication in .Net.

No comments: