What reasons are there NOT to use OpenID? - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T11:25:46Zhttp://stackoverflow.com/feeds/question/410085http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid9What reasons are there NOT to use OpenID?cletus2009-01-03T23:32:59Z2009-09-30T18:03:38Z
<p>You see a fair bit (in the Geek community anyway) about OpenID. It seems like a good idea. I'm developing a website that will be targeted at a somewhat less geeky audience (but not quite Mom and Pops either) so I have to wonder if OpenID is going to be "too hard" for some audiences.</p>
<p>What do you think? That aside, are there any other technical or non-technical reasons NOT to use OpenID?</p>
http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/410090#4100909Answer by Kevin for What reasons are there NOT to use OpenID?Kevin2009-01-03T23:37:44Z2009-01-03T23:44:04Z<p>Yeah security. Using OpenId puts you at the mercy of them administrating their accounts. You have no control over password security and user ids. You are trusting some other organization to verify that the people coming to your site are who they say they are. If you need to really verify that someone is who they say they are. You won't get that with open id without doing some sort of secondary verification yourself. in which case you might as well just not use OpenId.</p>
http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/410091#4100912Answer by luiscubal for What reasons are there NOT to use OpenID?luiscubal2009-01-03T23:38:12Z2009-01-03T23:38:12Z<p>OpenID is good if all sites use it.
But to register to OpenID just to use ONE site, it's a bit too much. Registering to OpenID is not as straightforward as directly registering in a site(from a consumer point of view).</p>
http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/410096#4100961Answer by Bob for What reasons are there NOT to use OpenID?Bob2009-01-03T23:41:26Z2009-01-03T23:41:26Z<p>Everyone can connect the things I do on one site to the things I do on other sites when using an OpenID, because it's the same everywhere. So I wouldn't use the same ID I use here for a porn site, for example.</p>
http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/410098#4100980Answer by Bernd Ott for What reasons are there NOT to use OpenID?Bernd Ott2009-01-03T23:42:38Z2009-01-03T23:42:38Z<p>there are a lot of reasons
thats one account which makes access to all.
if this is compromised you get in trouble.</p>
<p>if you are setting up a page which uses openid, then you should know everybody can setup a one openid server (also spammers can do that).</p>
<p>--</p>
<p>but openid has good ideas and i like to use it!</p>
http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/410135#41013517Answer by Scotty Allen for What reasons are there NOT to use OpenID?Scotty Allen2009-01-04T00:10:30Z2009-01-04T00:10:30Z<p>Average users still don't understand what OpenId is, what it's for, or how to use it. My parents would not be able to login to Stack Overflow, for instance.</p>
<p>That being said, this is largely about user interface. There's nothing inherently preventing them from using OpenId - they just need a user interface that abstracts away OpenId from them, and just lets them login with their Google account (for instance).</p>
http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/411345#4113450Answer by Malx for What reasons are there NOT to use OpenID?Malx2009-01-04T17:37:25Z2009-01-04T17:37:25Z<p>It is good as an addition to normal registration, but is not very easy to use if it is the only way to log into your site. Look at registration on stackoverflow - all sites are specially mentioned to help people understand what is this all about. And this site is for geeks :)
So the minus is complexity.</p>
<p>Also see <a href="http://www.shoemoney.com/2007/02/20/11-reasons-why-openid-rockssucks/" rel="nofollow">this link</a></p>
http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/411426#4114267Answer by Ross for What reasons are there NOT to use OpenID?Ross2009-01-04T18:19:41Z2009-01-04T18:19:41Z<p>OpenID is spectacularly susceptible to phishing attempts. If you run an OpenID site, try changing the login page one day to request the identifier <strong>and</strong> password, instead of the normal approach of only requesting the identifier and redirecting to the OpenID provider to request the user's password. I bet you can get over a fourth of your user's passwords this way.</p>
http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/412543#4125434Answer by jtimberman for What reasons are there NOT to use OpenID?jtimberman2009-01-05T08:07:31Z2009-01-05T08:07:31Z<p>OpenID is still as insecure as every other password-based authentication method out there. In fact, it is even worse because if someone gets access to your OpenID, they have more than just that one account now. Of course there's also phishing attacks, but we're all savvy programmers, database and system administrators, so we wouldn't fall for such things, right?</p>
<p>Authentication security is based on trust. As others pointed out, why would you trust a third party to potentially sensitive information? Sure, you can set up an OpenID server yourself, but how much hassle is that vs. maintaining separate passwords on multiple systems? Sure, you can create secure passwords that are long and full of non-alphanumeric characters, and even store them all in a password manager (I do), but some sites are flawed in that a simple password recovery form can be filled out to gain access to reset the password. </p>
<p>I would probably be inclined to support and even evangelise OpenID if it did secure private key-based authentication, a la SSH or PGP. Maybe that's a matter of a provider offering such a method - I haven't looked into it [yet].</p>
<p>Finally, while we all trust OpenID enough to use it to authenticate on Stack Overflow, my OpenID is a "throwaway", and its not like I'm using this as a professional reputation building tool (ie, my real name isn't involved ;-)). I'm sure I'm not the only one (as cool and awesome as this site is!).</p>
http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/427190#4271900Answer by bpapa for What reasons are there NOT to use OpenID?bpapa2009-01-09T05:54:27Z2009-01-09T05:54:27Z<p>I'm surprised that somebody that has used Stack Overflow couldn't think of a reason to NOT use OpenId - because it's annoying as hell?!</p>
<p>Ted Dziuba did a much better job of <a href="http://teddziuba.com/2008/09/openid-is-why-i-hate-the-inter.html" rel="nofollow">ripping into OpenId</a> than I would, so just read what he wrote. </p>
<p>Another good reason - <a href="http://developers.facebook.com/connect.php" rel="nofollow">Facebook Connect</a> already seems to be doing very well. As Facebook's membership continues to grow, it's going to make Facebook Connect support that much more valuable. </p>
<p>At some point I suppose Facebook could make Connect an OpenId provider... but really, why would they want to?</p>
http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/599994#5999943Answer by thomasrutter for What reasons are there NOT to use OpenID?thomasrutter2009-03-01T15:52:32Z2009-03-01T16:02:08Z<p>It may be slightly inaccurate to say that the average person doesn't understand OpenID.</p>
<p>In most cases, with a little persuasive marketing (ie "USE ONE LOGIN ON ALL SITES!!!11!) they can understand that it is an identity provider that they can use to log in at sites rather than having a bunch of different usernames and passwords at sites.</p>
<p>The problem, however, is that to an average user, the whole OpenID experience goes against what they believe online security to be.</p>
<ul>
<li>With normal username/password logins, users understand that a password should be kept secret, and that's what protects their privacy when they log in at a site. How are they to understand the exchange that goes on between an OpenID client site and their OpenID provider? All they know is they didn't have to put in a password - so it's not secure, right? I mean, in the eyes of a user, how can it be secure if they didn't give a password?</li>
<li>(Many) users know that it is wrong to use the same password for different accounts, yet this appears to be precisely what OpenID is doing. They would be right to be suspicious. On one count they'd be right - if someone were to obtain the password to their OpenID account, they could take over their account anywhere they've used that OpenID. But what if a user simply assumes that all their OpenID provider is doing is sharing their password among all participating sites? I mean, how else could OpenID be 'logging in for them'? If the user assumes that through OpenID, their password becomes public knowledge to all participating OpenID sites, they may assume that it is quite reasonable to give out this password to any of those sites. It's a phishing nightmare.</li>
<li>Having multiple usernames/passwords is not a problem for users, and yet OpenID thinks it is, but creates even more problems. Users understand the concept of a username and password well, because they are used to it, and the point of security (the fact that the password is a secret) is really obvious to them. It's really clear how a password works. Having multiple username and password combinations does not make this any more confusing or complicated - it is just the same thing, but more than one of them. While remembering multiple passwords can be difficult, users at least know <em>how</em> to do it and how it works. OpenID tries to solve the problem of remembering multiple passwords, but in the process it creates an entirely new paradigm, one which is completely opaque to the users. Unlike a password, whose security is obvious (it just has to be secret), all of the security of OpenID goes on behind the scenes, with sites communicating with each other, browser certificates, etc. The user no longer knows how their privacy is being protected or what is to be kept secret from whom. So, in an attempt to solve a problem of remembering multiple passwords, OpenID has created a mystical system of key-exchanges that violates the user's whole understanding of how authentication works.</li>
</ul>
http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/600013#6000130Answer by mabwi for What reasons are there NOT to use OpenID?mabwi2009-03-01T16:03:14Z2009-03-01T16:03:14Z<p>If you have a site which requires a high level of security, you do not want to leave handling of your login credentials to an outside provider, where you have no control over access. If the OpenID provider gets hacked, you're leaving your security up to them.</p>
http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/600018#6000182Answer by tinkertim for What reasons are there NOT to use OpenID?tinkertim2009-03-01T16:07:50Z2009-03-01T16:07:50Z<p>This comes up a lot.</p>
<p>A good rule:</p>
<blockquote>
<p>If you need to collect and keep
private personally identifiable
information, don't use OpenID.</p>
<p>If you do not need to collect and keep
private personally identifiable
information, go ahead and offer OpenID
as a method to login.</p>
</blockquote>
<p>For e-commerce, or anywhere else that you need to comply with PCI/DSS certification, I would not use OpenID. </p>
<p>I don't mind that SO is exclusively OpenID, however I would not make a site that used it exclusively.</p>
http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/1482683#14826830Answer by Rich Apodaca for What reasons are there NOT to use OpenID?Rich Apodaca2009-09-27T02:54:36Z2009-09-27T02:54:36Z<p>From what I can tell, it looks like an OpenID provider is not required to give out an account holder's email address, although some do.</p>
<p>If your service requires an email address to communicate with its users (for example, to send out a newsletter - which the many people who have never heard of RSS prefer), then you may have to capture an OpenID AND verify an email address.</p>
<p>A system in which just an email address and password are required and which employs an activation email message would be less work for users.</p>
http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/1499736#14997360Answer by Thomas Weigel for What reasons are there NOT to use OpenID?Thomas Weigel2009-09-30T18:03:38Z2009-09-30T18:03:38Z<ol>
<li><p>The interface is terrible.</p>
<p>a. Registering with OpenID takes more time and savvy. Normal registration takes very little time or savvy. Registration happens <em>once,</em> but it's a large upfront investment, so the site has to be <em>very</em> compelling.</p>
<p>b. Signing in involves: three pieces of data instead of two; two web pages instead of one (three at StackOverflow, actually); and an external web site. EVERY TIME.</p>
<p>c. There are better interfaces for this kind of solution. I use KeePass, for example.</p></li>
<li><p>Name collisions. There's no way to ensure unique names.</p></li>
<li><p>Security is terrible.</p>
<p>a. It encourages phish-like behavior. It's not as bad as "Verified by Visa," but it's close.</p>
<p>b. Single point of failure: If you lose <em>anything,</em> you lose <em>everything.</em> KeePass at least allows me to physically protect the password (you must have the hard drive with the encrypted database on it).</p>
<p>c. Cross-site tracking. Credit card companies actually have rules in place governing how much tracking their allowed to do. Cookies can be selectively disabled or prevented in modern browsers. OpenID has no rules and no governors.</p></li>
<li><p>It isn't actually universal. Google provides OpenID... but doesn't <em>use</em> them. Same for Yahoo. And for AOL. There's no incentive for an OpenID provider to allow the use of OpenIDs from other providers.</p></li>
<li><p>OpenID is useful for authentication, but not for <em>authorization,</em> particularly for anything sensitive (credit cards, for example).</p></li>
</ol>
<p>For me personally, I use one login/password per site, and I use KeePass (which I can protect physically and with two layers of passwords that must be cracked) to maintain the one-login-for-everywhere abstraction.</p>
<p>That includes StackOverflow: I created an OpenID <em>specially for you guys,</em> and I won't ever use it anywhere else. I did this, and I <em>put up with</em> the login pain because the content is compelling.</p>
<p>But if a <em>real</em> auth method were ever provided for StackOverflow, I'd jump on it in a heartbeat, just for the ease of use gains.</p>