Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walkah/drupal-openid_provider
OpenID Provider support based on the OpenID Authentication 2.0 spec.
https://github.com/walkah/drupal-openid_provider
Last synced: about 1 month ago
JSON representation
OpenID Provider support based on the OpenID Authentication 2.0 spec.
- Host: GitHub
- URL: https://github.com/walkah/drupal-openid_provider
- Owner: walkah
- Created: 2010-08-19T21:51:07.000Z (over 14 years ago)
- Default Branch: DRUPAL-6--1
- Last Pushed: 2010-10-20T17:34:44.000Z (about 14 years ago)
- Last Synced: 2024-10-15T11:38:52.289Z (3 months ago)
- Language: PHP
- Homepage: http://drupal.org/project/openid_provider
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This module implements OpenID Provider support for Drupal 6.
By setting up this module, all users on the site get an OpenID in the form of
http://example.com/user/12345/identity, if the domain name is example.com and
the user identifier is 12345. You can automatically alias this URL with
pathauto module.The module uses the xrds_simple.module API and the Drupal core OpenID API.
TODO:
* Flush out hooks for extension support
* Extension namespacing support
* Better detection of 1.x vs. 2.x protocol use
* HMAC-256 support (via hash() & php5)