Version 1.19.2.11 (checked in on 2010/08/11 at 20:35:48 by goba)
Implement OpenID Relying Party support for Drupal
| Name | Beschreibung |
|---|---|
| openid_association | Attempt to create a shared secret with the OpenID Provider. |
| openid_association_request | |
| openid_authentication | Authenticate a user or attempt registration. |
| openid_authentication_request | |
| openid_begin | The initial step of OpenID authentication responsible for the following: |
| openid_complete | Completes OpenID authentication by validating returned data from the OpenID Provider. |
| openid_cron | Remove expired nonces from the database. |
| openid_discovery | Perform discovery on a claimed ID to determine the OpenID provider endpoint. |
| openid_form_alter | Implementation of hook_form_alter : adds OpenID login to the login forms. |
| openid_help | Implementation of hook_help(). |
| openid_login_validate | Login form _validate hook |
| openid_menu | Implementation of hook_menu. |
| openid_user | Implementation of hook_user(). |
| openid_verify_assertion | Attempt to verify the response received from the OpenID Provider. |
| openid_verify_assertion_nonce | Verify that the nonce has not been used in earlier assertions from the same OpenID provider. |
| openid_verify_assertion_signature | Verify the signature of the response received from the OpenID provider. |
Kommentare
Kommentar hinzufügen