OpenID: Difference between revisions

From YobiWiki
Jump to navigation Jump to search
Content deleted Content added
mNo edit summary
 
Line 9: Line 9:
===[http://www.butterfat.net/wiki/Projects/ModAuthOpenID Mod Auth OpenID] for Apache===
===[http://www.butterfat.net/wiki/Projects/ModAuthOpenID Mod Auth OpenID] for Apache===
apt-get install libapache2-mod-auth-openid
apt-get install libapache2-mod-auth-openid
* [http://www.butterfat.net/wiki/Projects/ModAuthOpenID/CustomLoginPage Customizing the login page], I mean the prompt for OpenID URI
* [http://www.butterfat.net/wiki/Projects/ModAuthOpenID/FAQ FAQ]

==Libraries==
==Libraries==
* [http://www.openidenabled.com/ PHP, Python & Ruby], also available in Debian
* [http://www.openidenabled.com/ PHP, Python & Ruby], also available in Debian

Revision as of 21:02, 15 February 2008

Links

Identity provider (OpenID provider)

Either your own server a service provider offering the service

  • There is an example given with php-openid
    apt-get install php-openid

Relying Party (Consumer)

Mod Auth OpenID for Apache

apt-get install libapache2-mod-auth-openid

Libraries