Where can I find a list of OpenID Provider URLs?

若如初见. 提交于 2019-11-27 10:01:03

I think you're missing one of the points of OpenID - it's a decentralized system that doesn't have a "master list" - anyone can setup their own OpenID server. If software is built such that it follows the OpenID specifications, it won't need to know the URL of the server ahead of time.

tomdemuyt

I would propose to use the http://code.google.com/p/openid-selector/ library. It has the most used urls + graphics for each site.

It is what stackoverflow uses.

Please don't forget that OpenID Delegation means that I should be able to use any host I own and control to delegate for my OpenID at another provider. That means that beyond just having any number of id providers, from corporate and community driven, to personal or family based, you further have the issue of having delegation allow for anyone's domain or sub-domain constitute an id. E.G. my-popular-blog.com maybe delegated to popularblogger.myopenid.com.

Such a list cannot be complete. The whole point of OpenID is that identity management is NOT linked to a single or a small number of providers. So I can give you an other identity provider: openid.basjes.nl. This provider handles the OpenID of exactly 1 user (perhaps 2 if my wife wants one too).

The effect I do see lately is that sites want users to be able to login with a lower threshold. Many of those users already have an account that is (technically) exposed using OpenID, but these users are not aware of this fact nor do they understand what OpenID is.

So what happens is that sites (like SO) add a few 'convenience' buttons that translate (Javascript?) the site specific userid to the corresponding OpenID. But only for the 'top 5' most popular sites. For the rest they have a normal OpenID.

Just my 2ct.

What you are looking for is called Identity URL.

Add these to the list:

  • MySpace: www.myspace.com/username
  • Blogger: blogname.blogspot.com
  • Hyves: hyves.net
  • Orange: orange.fr
  • Mixi: mixi.com

(I'm new here so I cannot post more than 2 URLs. You need to add http://)

I need Identity URLs for:

  • Facebook
  • Twitter
  • LinkedIn
  • Windows Live ID

Anyone ?

Edit:

I've got this list also

www.digitalenginesoftware.com/blog/archives/24-OpenID-Provider-URL-Formatting.html

UpTheCreek

There's a small list of URLs here (archive link).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!