Difference between revisions of "OpenID"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
==Identity provider (OpenID provider)== |
==Identity provider (OpenID provider)== |
||
Either your own server a service provider offering the service |
Either your own server a service provider offering the service |
||
+ | * [http://siege.org/projects/phpMyID/ phpMyID] is a standalone, single user, OpenID Identity Provider. |
||
+ | ===Recipes=== |
||
* There is an example given with php-openid<br>apt-get install php-openid |
* There is an example given with 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 |
||
+ | |||
==Relying Party (Consumer)== |
==Relying Party (Consumer)== |
||
===[http://www.butterfat.net/wiki/Projects/ModAuthOpenID Mod Auth OpenID] for Apache=== |
===[http://www.butterfat.net/wiki/Projects/ModAuthOpenID Mod Auth OpenID] for Apache=== |
Revision as of 22:19, 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