I am a little curious to know about how OpenID authentication works.
Is there any difference between OpenID authentication and the authentication which sites use exclusively for themselves?
I am a little curious to know about how OpenID authentication works.
Is there any difference between OpenID authentication and the authentication which sites use exclusively for themselves?
OpenID is an open, decentralized, free framework for user-centric digital identity. OpenID takes advantage of already existing internet technology (URI, HTTP, SSL, Diffie-Hellman) and realizes that people are already creating identities for themselves whether it be at their blog, photostream, profile page, etc. With OpenID you can easily transform one of these existing URIs into an account which can be used at sites which support OpenID logins.
OpenID
The difference is that the identification will be decentralized to an external site (for example Wordpress, Yahoo, ...). The website will know whether or not the identification is OK and let you login. Conventional website authentication performs a comparison with data held in a private database, so your username and password can be used to login to this website only. With OpenID you can use the same credentials on multiple websites.
Here's a pretty good blog post with an extremely basic diagram.
I stumbled across this great OpenID introduction which is neither too high-level nor too low-level.
http://wiki.openid.net/w/page/12995171/Introduction
It's a bit verbose, and more or less written as prose, but it's a fun read and very informative about what happens behind the scenes.
(Answer pasted from my answer at OpenID login workflow?.)
Here is great explanation of OpenID concept. It has explained each and every steps to implement OpenID.
Another one called [Jan Rain] (http://janrain.com/openid-enabled/)
Another great step-by-step tutorial by Remy Sharp for OpenID