I have a website and I wanted to become an open ID publisher. How to do that?
+1
A:
As you're building for asp.net - take a look at DotNetOpenAuth. It's a free, open-source library that can make your asp.net webrite an OpenID provider (your website can be used to identify you) or a relying party (users can log in on your website using OpenID).
In fact, StackOverflow uses it as well, and so do I. It has a number of examples, and it's pretty reliable and secure.. Definitely recommended! :)
Artiom Chilaru
2010-04-21 06:07:28
+3
A:
Depending on your exact requirements, you might want to try OpenID delegation instead. You can then use your website as a layer of abstraction over a third party provider.
Pike65
2010-04-21 07:02:06
Ah, new thing learned today!Cheam and simple way to get your own OpenID :D I like it!
Artiom Chilaru
2010-04-21 10:30:59