Note that there are some explanatory texts on larger screens.

plurals
  1. POWhat is the benefit of using ONLY OpenID authentication on a site?
    text
    copied!<p>From my experience with <a href="http://en.wikipedia.org/wiki/OpenID" rel="nofollow noreferrer">OpenID</a>, I see a number of significant downsides:</p> <p><strong>Adds a <a href="http://en.wikipedia.org/wiki/Single_Point_of_Failure" rel="nofollow noreferrer">Single Point of Failure</a> to the site</strong><br> It is not a failure that can be fixed by the site even if detected. If the OpenID provider is down for three days, what recourse does the site have to allow its users to login and access the information they own?</p> <p><strong>Takes a user to another sites content and every time they logon to your site</strong><br> Even if the OpenID provider does not have an error, the user is re-directed to their site to login. The login page has content and links. So there is a chance a user will actually be drawn away from the site to go down the Internet rabbit hole.</p> <p>Why would I want to send my users to another company's website?<br/> [ Note: my provider no longer does this and seems to have fixed this problem (for now).]</p> <p><strong>Adds a non-trivial amount of time to the signup</strong><br> To sign up with the site a new user is forced to read a new standard, chose a provider, and signup. Standards are something that the technical people should agree to in order to make a user experience frictionless. They are not something that should be thrust on the users.</p> <p><strong>It is a Phisher's Dream</strong><br> OpenID is incredibly insecure and stealing the person's ID as they log in is trivially easy. [ taken from David Arno's <a href="https://stackoverflow.com/questions/60436/what-is-the-benefit-of-using-only-openid-authentication-on-a-site#173467">Answer</a> below ]</p> <hr> <p>For all of the downside, the one upside is to allow users to have fewer logins on the Internet. If a site has opt-in for OpenID then users who want that feature can use it.</p> <p><strong>What I would like to understand is:</strong><br> What benefit does a site get for making OpenID <b>mandatory</b>?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload