3

With all the big companies providing users with OpenID's and basic usage and many other companies providing various levels of OpenID support who seems to be the leader in full OpenID support? Currently I use VeriSign which has been in "beta" for some time now and while I am happy with them I am sure there are other providers that offer way more control.

What OpenID provider is here to stay, offers control over everything, and is trustworthy to use?

Some links that I have found while looking up providers, delegation and OpenID:

SysAdmin1138
  • 5,449
David Remy
  • 1,959

2 Answers2

5

When I started using OpenID, I started to run my own OpenID server. This is so I didn't have to trust any other company/service to do the OpenID authentication for me; I could do it myself. That way, I have full control over everything. That link will direct you to the official OpenID wiki with a list of software that will allow you to host your own OpenID server; from PHP to .NET, it's all there.

squircle
  • 6,773
2

I recommend using OpenID delegation from your own web site, if you have one, so that your OpenID is a URL you control, and so if your OpenID provider becomes less useful/trustworthy you can just switch to a new one. (I do this myself — check out the openid/site in my profile.)

Kevin Reid
  • 3,522