Zend_OpenId_Consumer Basics
Zend_OpenId_Consumer can be used to implement OpenID
authentication for web sites.
OpenID Authentication
From a web site developer's point of view, the OpenID authentication
process consists of three steps:
Show OpenID authentication form
Accept OpenID identity and pass it to the OpenID provider
Verify response from the OpenID provider
The OpenID authentication protocol actually requires more
steps, but many of them are encapsulated inside
Zend_OpenId_Consumer and are therefore transparent to the
developer.
The end user initiates the OpenID authentication process by
submitting his or her identification credentials with the appropriate form.
The following example shows a simple form that accepts an OpenID
identifier. Note that the example only demonstrates a login.
The Simple OpenID Login form