我在哪里可以找到OpenID提供商URL列表?

时间:2022-01-29 15:05:08

I've implemented OpenID on my website but I'm having a hard time finding a list of OpenID Provider URLs. I thought this would be easy to find but I've scoured the web and only found a handful, mostly by accident.

我在我的网站上实现了OpenID,但我很难找到OpenID提供者URL列表。我觉得这很容易找到,但是我已经在网上搜索过,只发现了一小撮,大多是偶然的。

Is there a resource that lists available Providers and their authentication URLs?

是否有资源列出可用的提供商及其身份验证URL?

EDIT: Here are the ones I've found so far. I haven't tried all of them so let me know if any of them are wrong.

编辑:这是我到目前为止找到的。我没有尝试过所有这些,所以如果有任何错误,请告诉我。

StackExchange https://openid.stackexchange.com

Google https://www.google.com/accounts/o8/id - deprecated May 2014 - shutting down Apr 2015

Google https://www.google.com/accounts/o8/id - 2014年5月已弃用 - 2015年4月关闭

Yahoo https://me.yahoo.com

Flickr http://www.flickr.com/username

AOL http://openid.aol.com/username

Blogspot https://www.blogspot.com/

LiveJournal http://username.livejournal.com/

Wordpress https://username.wordpress.com/

VerisignLabs https://pip.verisignlabs.com/ - closing down September 2016

VerisignLabs https://pip.verisignlabs.com/ - 2016年9月关闭

MyOpenID https://www.myopenid.com/ - slated to be shut down Feb 2014

MyOpenID https://www.myopenid.com/ - 计划于2014年2月关闭

MyVidoop https://myvidoop.com/

Technorati https://technorati.com/people/technorati/username/

PayPal https://www.x.com/developers/paypal/documentation-tools/quick-start-guides/standard-openid-integration-paypal-access

6 个解决方案

#1


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.

我认为你错过了OpenID的一个要点 - 它是一个没有“主列表”的分散系统 - 任何人都可以设置自己的OpenID服务器。如果构建软件使其遵循OpenID规范,则不需要提前知道服务器的URL。

#2


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

我建议使用http://code.google.com/p/openid-selector/库。它拥有每个网站最常用的网址+图形。

It is what * uses.

这是*使用的。

#3


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.

请不要忘记,OpenID委托意味着我应该能够使用我拥有的任何主机并控制在另一个提供商处委托我的OpenID。这意味着除了拥有任何数量的身份提供者,从公司和社区驱动,到个人或家庭,你还有一个问题,即允许任何人的域或子域构成一个id。例如。 my-popular-blog.com可能会委托给popularblogger.myopenid.com。

#4


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).

这样的清单不能完整。 OpenID的重点在于身份管理不与单个或少数提供者相关联。所以我可以给你一个其他的身份提供者:openid.basjes.nl。这个提供者只处理1个用户的OpenID(如果我的妻子也想要一个用户,则可能是2个)。

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.

我最近看到的效果是网站希望用户能够以较低的阈值登录。其中许多用户已经拥有使用OpenID(技术上)公开的帐户,但这些用户并不了解这一事实,也不了解OpenID是什么。

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.

那么会发生什么是网站(如SO)添加了一些“便利”按钮,将特定于站点的用户ID转换(Javascript?)到相应的OpenID。但仅限于“前5名”最受欢迎的网站。其余的他们有一个普通的OpenID。

Just my 2ct.

只是我的2ct。

#5


What you are looking for is called Identity URL.

您正在寻找的是身份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://)

(我是新来的,所以我不能发布超过2个网址。你需要添加http://)

I need Identity URLs for:

我需要身份网址:

  • Facebook
  • Twitter
  • LinkedIn
  • Windows Live ID
  • Windows Live ID

Anyone ?

Edit:

I've got this list also

我也有这个清单

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

#6


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

这里有一个小的URL列表(存档链接)。

#1


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.

我认为你错过了OpenID的一个要点 - 它是一个没有“主列表”的分散系统 - 任何人都可以设置自己的OpenID服务器。如果构建软件使其遵循OpenID规范,则不需要提前知道服务器的URL。

#2


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

我建议使用http://code.google.com/p/openid-selector/库。它拥有每个网站最常用的网址+图形。

It is what * uses.

这是*使用的。

#3


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.

请不要忘记,OpenID委托意味着我应该能够使用我拥有的任何主机并控制在另一个提供商处委托我的OpenID。这意味着除了拥有任何数量的身份提供者,从公司和社区驱动,到个人或家庭,你还有一个问题,即允许任何人的域或子域构成一个id。例如。 my-popular-blog.com可能会委托给popularblogger.myopenid.com。

#4


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).

这样的清单不能完整。 OpenID的重点在于身份管理不与单个或少数提供者相关联。所以我可以给你一个其他的身份提供者:openid.basjes.nl。这个提供者只处理1个用户的OpenID(如果我的妻子也想要一个用户,则可能是2个)。

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.

我最近看到的效果是网站希望用户能够以较低的阈值登录。其中许多用户已经拥有使用OpenID(技术上)公开的帐户,但这些用户并不了解这一事实,也不了解OpenID是什么。

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.

那么会发生什么是网站(如SO)添加了一些“便利”按钮,将特定于站点的用户ID转换(Javascript?)到相应的OpenID。但仅限于“前5名”最受欢迎的网站。其余的他们有一个普通的OpenID。

Just my 2ct.

只是我的2ct。

#5


What you are looking for is called Identity URL.

您正在寻找的是身份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://)

(我是新来的,所以我不能发布超过2个网址。你需要添加http://)

I need Identity URLs for:

我需要身份网址:

  • Facebook
  • Twitter
  • LinkedIn
  • Windows Live ID
  • Windows Live ID

Anyone ?

Edit:

I've got this list also

我也有这个清单

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

#6


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

这里有一个小的URL列表(存档链接)。