Difference between revisions of "OpenID"
Jump to navigation
Jump to search
m (→Recipes) |
|||
Line 9: | Line 9: | ||
* [http://siege.org/projects/phpMyID/ phpMyID] is a standalone, single user, OpenID Identity Provider. |
* [http://siege.org/projects/phpMyID/ phpMyID] is a standalone, single user, OpenID Identity Provider. |
||
===Recipes=== |
===Recipes=== |
||
− | * There is an example given with php-openid<br>apt-get install php-openid |
+ | * There is an example given with [http://www.openidenabled.com/php-openid/ php-openid]<br>apt-get install php-openid |
* [http://www.intertwingly.net/blog/2007/01/03/OpenID-for-non-SuperUsers OpenId for non-SuperUsers], using phpMyID |
* [http://www.intertwingly.net/blog/2007/01/03/OpenID-for-non-SuperUsers OpenId for non-SuperUsers], using phpMyID |
||
Revision as of 22:20, 15 February 2008
Links
Identity provider (OpenID provider)
Either your own server a service provider offering the service
- phpMyID is a standalone, single user, OpenID Identity Provider.
Recipes
- There is an example given with php-openid
apt-get install php-openid - OpenId for non-SuperUsers, using phpMyID
Relying Party (Consumer)
Mod Auth OpenID for Apache
apt-get install libapache2-mod-auth-openid
- Customizing the login page, I mean the prompt for OpenID URI
- FAQ
Recipes
Libraries
- PHP, Python & Ruby, also available in Debian