My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 22: More information about OpenID Attribute Exchange
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Jan 2011


 
Reported by themoose...@googlemail.com, Jan 17, 2011
Hi,

first of all, I want to thank you. With your library, it is very easy to implement OpenID to a little project.

I would like to have a bit more information about OpenID Attribute Exchange in the Wiki-Section. Could you please create a new page with the following information:

AX and SREG extensions are supported.
To use them, specify $openid->required and/or $openid->optional before calling $openid->authUrl().
These are arrays, with values being AX schema paths (the 'path' part of the URL).
For example:
  $openid->required = array('namePerson/friendly', 'contact/email');
  $openid->optional = array('namePerson/first');

All possible Strings:
 * 'namePerson/friendly'
 * 'contact/email'
 * 'namePerson'
 * 'birthDate'
 * 'person/gender'
 * 'contact/postalCode/home'
 * 'contact/country/home'
 * 'pref/language'
 * 'pref/timezone'

Specification: http://openid.net/specs/openid-attribute-exchange-1_0.html

Jan 17, 2011
Project Member #1 mewp...@gmail.com
Expanded your text a bit, and added the page:

https://code.google.com/p/lightopenid/wiki/GettingMoreInformation
Status: Done
Labels: -Type-Defect Type-Enhancement

Powered by Google Project Hosting