OpenID: Difference between revisions

From YobiWiki
Jump to navigation Jump to search
Content deleted Content added
Line 13: Line 13:
* [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/CustomLoginPage Customizing the login page], I mean the prompt for OpenID URI
* [http://www.butterfat.net/wiki/Projects/ModAuthOpenID/FAQ FAQ]
* [http://www.butterfat.net/wiki/Projects/ModAuthOpenID/FAQ FAQ]
===Recipes===
* [http://developer.yahoo.com/openid/ by Yahoo!]
* [http://www.plaxo.com/api/openid_recipe by Plaxo]


==Libraries==
==Libraries==

Revision as of 21:14, 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

Recipes

Libraries