How to address OpenID providers downtime? - Stack Overflow most recent 30 from stackoverflow.com2009-12-03T01:03:01Zhttp://stackoverflow.com/feeds/question/140613http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/140613/how-to-address-openid-providers-downtime10How to address OpenID providers downtime?Larsenal2008-09-26T16:42:48Z2009-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#14062618Answer by nsayer for How to address OpenID providers downtime?nsayer2008-09-26T16:44:42Z2009-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#1406645Answer by ceejayoz for How to address OpenID providers downtime?ceejayoz2008-09-26T16:53:33Z2008-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#2082300Answer by Peter for How to address OpenID providers downtime?Peter2008-10-16T11:52:32Z2008-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>