Most websites provide registered users with access to some type of secure “members only” content, but they ask users to create a new username and password (and remember it each time they return). Unfortunately, we users can’t remember any more passwords. We can barely remember the usernames and passwords for the accounts we have already!
Being overwhelmed is only part of the problem. A larger threat is that users may contribute to their own identity theft. Users often reuse the same username and password at multiple sites as a coping mechanism to simplify the accounts they have to remember. Websites that require an email address as a username exacerbate the problem because users (very often) use the same password for the website login that they use to manage their email account access.
These behaviors all feed something that security experts call the “password anti-pattern” – sharing the username and password from one site with another site. If one site gets hacked, bad guys may have access to other unrelated information.
OpenID provides an effective solution to the online account / identity problem by allowing consumers to use a single account identity to access secure content on multiple websites. Websites that support SSO with OpenID are called “relying parties”, and these sites rely on an issuing provider for identity management and authentication. Account credentials are not shared between sites, so the password anti-pattern is defeated.
Here’s how it works: When a user wishes to access secure content, the relying party website redirects the user to the issuing provider to login, the issuing provider authenticates the user, and then the issuing provider redirects the user back to the relying party after authentication is complete. An alternate user experience delivers similar capabilities using a browser pop-up rather than redirecting across sites.
If interested, you can read the OpenID 2.0 technology specification here: http://openid.net/specs/openid-authentication-2_0.html#anchor2. (Pour yourself a stiff cup of coffee before reading.)
