Where can I find a list of OpenID Provider URLs? [closed]
Asked Answered
H

6

91

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.

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

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

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

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

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

Hermy answered 12/7, 2009 at 19:44 Comment(3)
Put in the ones you have found so far and this can be the listMonamonachal
Silly me...if you're not part of the solution :-)Macur
Flickr works with you? does not work with Hybrid_auth(lightopenid) so far oyanix.com/opensource/hybridauth/widget_authentication/…Salep
C
30

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.

Couture answered 13/7, 2009 at 4:41 Comment(5)
Exactly. Focus, maybe what would be better is asking for a list of popular OpenID providers.Complected
Well, on my site I want to have a login prompt similar to what SO uses in that X number of providers are already available to you to use so you don't have to remember google.com/accounts/o8/id if you want to use google. Am I missing something?Macur
Ya... Stack Overflow has chosen several Providers to list, and the rest never show up in Stack Overflow's login screen. If that's what you're trying to emulate, you don't need a comprehensive list list Providers... just the ones you want to list.Castanets
The problem with this decentralized implementation is that the user has to know his OpenId -Link. Stackoverflow uses a link- free approach and google suggests the same. In this context, it makes a lot of sense to have a list of standard openId links.Incommodity
and that's not all, having a list of as many OpenID providers as possible allows for more extensive testing on thw whole subject.Sari
C
34

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.

Cabaret answered 22/11, 2010 at 19:22 Comment(1)
I like this answer more than the accepted one :) While I know the point and idea behind OpenID, the average Joe isn't going to know what the Google/Yahoo/etc. endpoints are, so such a list or tool that is provided in this answer is highly beneficial to a developer.Ratepayer
C
30

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.

Couture answered 13/7, 2009 at 4:41 Comment(5)
Exactly. Focus, maybe what would be better is asking for a list of popular OpenID providers.Complected
Well, on my site I want to have a login prompt similar to what SO uses in that X number of providers are already available to you to use so you don't have to remember google.com/accounts/o8/id if you want to use google. Am I missing something?Macur
Ya... Stack Overflow has chosen several Providers to list, and the rest never show up in Stack Overflow's login screen. If that's what you're trying to emulate, you don't need a comprehensive list list Providers... just the ones you want to list.Castanets
The problem with this decentralized implementation is that the user has to know his OpenId -Link. Stackoverflow uses a link- free approach and google suggests the same. In this context, it makes a lot of sense to have a list of standard openId links.Incommodity
and that's not all, having a list of as many OpenID providers as possible allows for more extensive testing on thw whole subject.Sari
C
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.

Cydnus answered 15/7, 2009 at 9:5 Comment(0)
C
2

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.

Capital answered 15/7, 2009 at 6:58 Comment(0)
H
2

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

Henshaw answered 19/8, 2012 at 14:21 Comment(0)
L
0

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

Lemay answered 19/11, 2010 at 9:11 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.