Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to address OpenID providers downtime?

Tags:

openid

OpenID is all good... UNTIL the provider goes down. At that point you're potentially locked out of EVERYTHING (since you jumped on the bandwagon and applied OpenID everywhere you could).

This question came up because I can't, for the life of me, login with my myopenid.com provider. :-(

like image 764
Larsenal Avatar asked Sep 26 '08 16:09

Larsenal


2 Answers

The fix is for your OpenID site to accept multiple OpenIDs per user account. Something that the spec recommends.

like image 94
nsayer Avatar answered Nov 16 '22 03:11

nsayer


This is why I use my personal website to delegate OpenID services to another site. If WordPress.com (my current chosen provider) goes down, I just switch the code in my site to point at a different provider. A few seconds and I'm back up and running.

like image 22
ceejayoz Avatar answered Nov 16 '22 04:11

ceejayoz