OpenId
11 Nov
OpenID is an open loosely distributed single sign on protocol. It looks at why Microsoft’s single sign on has not taken off on a large scale. Concluding that no-one wants a single company storing all details, hence create a distributed single sign-on protocol.
OpenIDs take the form of URLS:
exampleuser.livejournal.com
OpenID 1.1 Protocol Summary
OpenID specifications |http://openid.net/specs.bml
The openid protocol 1.1 specification in summary.
- Identify the Identify Provider associated with openid submitted by the End User.
- Agree a shared key between the Consumer and Identify Provider.
- Redirect the End User to the Identify Provider to authenticate themselves with a password.
- End User gets redirected back to Consumer with authentication data signed by the shared key.