How to address OpenID providers downtime? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-03T01:03:01Z http://stackoverflow.com/feeds/question/140613 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/140613/how-to-address-openid-providers-downtime 10 How to address OpenID providers downtime? Larsenal 2008-09-26T16:42:48Z 2009-07-23T16:04:04Z <p>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).</p> <p><em>This question came up because I can't, for the life of me, login with my <strong>myopenid.com</strong> provider. :-(</em></p> http://stackoverflow.com/questions/140613/how-to-address-openid-providers-downtime/140626#140626 18 Answer by nsayer for How to address OpenID providers downtime? nsayer 2008-09-26T16:44:42Z 2009-07-23T16:04:04Z <p>The fix is for your OpenID site to accept multiple OpenIDs per user account. Something that the spec recommends.</p> http://stackoverflow.com/questions/140613/how-to-address-openid-providers-downtime/140664#140664 5 Answer by ceejayoz for How to address OpenID providers downtime? ceejayoz 2008-09-26T16:53:33Z 2008-09-26T16:53:33Z <p>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.</p> http://stackoverflow.com/questions/140613/how-to-address-openid-providers-downtime/208230#208230 0 Answer by Peter for How to address OpenID providers downtime? Peter 2008-10-16T11:52:32Z 2008-10-16T11:52:32Z <p>The answer is simple. Store an email for the user. Have your own login mechanism. Making OpenId optional is the straight forward answer to this. </p> <p>Unfortunately some sites are closed minded about OpenId.</p>