| Authentication RFCs |
| ------------------- |
| |
| This document lists various RFCs (Requests For Comments) supported |
| by the Authentication component. Not all RFCs are fully implemented yet. |
| |
| |
| LDAP (Lightweight Directory Access Protocol) |
| ============================================ |
| |
| 1. `RFC 4513 - LDAP: Authentication Methods and Security Mechanisms`__ |
| |
| __ http://www.faqs.org/rfcs/rfc4513.html |
| |
| |
| OpenID |
| ====== |
| |
| 1. `OpenID Simple Registration Extension 1.0`__ |
| 2. `OpenID 1.1`__ |
| 3. `OpenID 2.0`__ |
| 4. `Yadis 1.0`__ |
| 5. `XRDS Discovery`__ |
| 6. `RFC 2104 - HMAC: Keyed-Hashing for Message Authentication`__ |
| |
| __ http://openid.net/specs/openid-simple-registration-extension-1_0.html |
| __ http://openid.net/specs/openid-authentication-1_1.html |
| __ http://openid.net/specs/openid-authentication-2_0.html |
| __ http://yadis.org |
| __ http://docs.oasis-open.org/xri/2.0/specs/cd02/xri-resolution-V2.0-cd-02.html |
| __ http://www.faqs.org/rfcs/rfc2104.html |
| |
| |
| TypeKey |
| ======= |
| |
| 1. `TypeKey specifications`__ |
| |
| __ http://www.sixapart.com/typekey/api |
| |
| |
| |
| .. |
| Local Variables: |
| mode: rst |
| fill-column: 79 |
| End: |
| vim: et syn=rst tw=79 |
| |