Author: prabath
Date: Thu Feb 21 04:32:15 2008
New Revision: 13973

Log:

Ax claims for OpenID

Modified:
   trunk/solutions/identity/modules/identity-provider/conf/initial-claims.xml

Modified: 
trunk/solutions/identity/modules/identity-provider/conf/initial-claims.xml
==============================================================================
--- trunk/solutions/identity/modules/identity-provider/conf/initial-claims.xml  
(original)
+++ trunk/solutions/identity/modules/identity-provider/conf/initial-claims.xml  
Thu Feb 21 04:32:15 2008
@@ -92,263 +92,57 @@
                        <Description>Time Zone</Description>
                        <OpenIDTag>timezone</OpenIDTag>
                </ClaimType>
+               <ClaimType 
Uri="http://schema.openid.net/2007/05/claims/fullname";>
+                       <DisplayTag>Full Name</DisplayTag>
+                       <Description>Full Name</Description>
+                       <OpenIDTag>fullname</OpenIDTag>
+               </ClaimType>
        </Claims>
-       <Claims Dialect="http://openid.net/schema"; DialectInfo="OpenID 
Attribute Exchange Claims">
-               <ClaimType Uri="http://openid.net/schema/namePerson/prefix";>
-                       <DisplayTag>Name prefix</DisplayTag>
-                       <Description>Honorific prefix for the subject's name; 
i.e. "Mr.", "Mrs.", "Dr."</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/namePerson/first";>
-                       <DisplayTag>First name</DisplayTag>
-                       <Description>First or given name of 
subject</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/namePerson/last";>
-                       <DisplayTag>Last name</DisplayTag>
-                       <Description>Last name or surname of 
subject</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/namePerson/middle";>
-                       <DisplayTag>Middle name</DisplayTag>
-                       <Description>Middle name(s) of subject</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/namePerson/suffix";>
-                       <DisplayTag>Name suffix</DisplayTag>
-                       <Description>Suffix of subject's name</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/namePerson/friendly";>
-                       <DisplayTag>Alias</DisplayTag>
-                       <Description>Subject's alias or "screen" 
name</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/person/guid";>
-                       <DisplayTag>GUID</DisplayTag>
-                       <Description>Subject's globally unique 
identifier</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/birthDate/birthYear";>
-                       <DisplayTag>Birth year</DisplayTag>
-                       <Description>Year of birth (four digits)</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/birthDate/birthMonth";>
-                       <DisplayTag>Birth month</DisplayTag>
-                       <Description>Month of birth (1-12)</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/birthDate/birthday";>
-                       <DisplayTag>Birth day</DisplayTag>
-                       <Description>Day of birth</Description>
+       <Claims Dialect="http://axschema.org"; DialectInfo="OpenID Attribute 
Exchange Claims">
+               <ClaimType Uri="http://axschema.org/namePerson/friendly";>
+                   <DisplayTag>Nickname</DisplayTag>
+                       <Description>Nickname</Description>
+                       <OpenIDTag>nicknameAx</OpenIDTag>
+               </ClaimType>
+               <ClaimType Uri="http://axschema.org/contact/email";>
+                       <DisplayTag>Email address</DisplayTag>
+                       <Description>Email address</Description>
+                       <OpenIDTag>emailAx</OpenIDTag>
+               </ClaimType>
+               <ClaimType Uri="http://axschema.org/namePerson";>
+                       <DisplayTag>Full Name</DisplayTag>
+                       <Description>Full Name</Description>
+                       <OpenIDTag>fullnameAx</OpenIDTag>
+               </ClaimType>
+               <ClaimType Uri="http://axschema.org/birthDate";>
+                       <DisplayTag>Date of Birth</DisplayTag>
+                       <Description>Date of Birth</Description>
+                       <OpenIDTag>dobAx</OpenIDTag>
                </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/gender";>
+               <ClaimType Uri="http://axschema.org/person/gender";>
                        <DisplayTag>Gender</DisplayTag>
-                       <Description>Gender, either "M" or "F"</Description>
-               </ClaimType>
-                       <ClaimType Uri="http://openid.net/schema/language/pref";>
-                       <DisplayTag>Language</DisplayTag>
-                       <Description>Preferred language</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/contact/phone/default";>
-                       <DisplayTag>Phone (preferred)</DisplayTag>
-                       <Description>Main phone number (preferred)</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/contact/phone/home";>
-                       <DisplayTag>Phone (home)</DisplayTag>
-                       <Description>Home phone number</Description>
-               </ClaimType>
-               <ClaimType 
Uri="http://openid.net/schema/contact/phone/business";>
-                       <DisplayTag>Phone (work)</DisplayTag>
-                       <Description>Business phone number</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/contact/phone/cell";>
-                       <DisplayTag>Phone (mobile)</DisplayTag>
-                       <Description>Cellular (or mobile) phone 
number</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/contact/phone/fax";>
-                       <DisplayTag>Phone (fax)</DisplayTag>
-                       <Description>Fax number</Description>
-               </ClaimType>
-               <ClaimType 
Uri="http://openid.net/schema/contact/postaladdress/home";>
-                       <DisplayTag>Address</DisplayTag>
-                       <Description>Home postal address: street number, name 
and apartment number</Description>
-               </ClaimType>
-               <ClaimType 
Uri="http://openid.net/schema/contact/postaladdressadditional/home";>
-                       <DisplayTag>Address 2</DisplayTag>
-                       <Description>Home postal address: supplementary 
information</Description>
+                       <Description>Gender</Description>
+                       <OpenIDTag>genderAx</OpenIDTag>
                </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/contact/city/home";>
-                       <DisplayTag>City</DisplayTag>
-                       <Description>Home city name</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/contact/state/home";>
-                       <DisplayTag>State/Province</DisplayTag>
-                       <Description>Home state or province name</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/contact/country/home";>
-                       <DisplayTag>Country</DisplayTag>
-                       <Description>Home country code</Description>
-               </ClaimType>
-               <ClaimType 
Uri="http://openid.net/schema/contact/postalcode/home";>
+               <ClaimType Uri="http://axschema.org/contact/postalCode/home";>
                        <DisplayTag>Postal code</DisplayTag>
-                       <Description>Home postal code; region specific 
format</Description>
-               </ClaimType>
-               <ClaimType 
Uri="http://openid.net/schema/contact/postaladdress/business";>
-                       <DisplayTag>Address</DisplayTag>
-                       <Description>Business postal address: street number, 
name and apartment number</Description>
+                       <Description>Postal code</Description>
+                       <OpenIDTag>postcodeAx</OpenIDTag>
                </ClaimType>
-               <ClaimType 
Uri="http://openid.net/schema/contact/postaladdressadditional/business";>
-                       <DisplayTag>Address 2</DisplayTag>
-                       <Description>Business postal address: supplementary 
information</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/contact/city/business";>
-                       <DisplayTag>City</DisplayTag>
-                       <Description>Business city name</Description>
-               </ClaimType>
-               <ClaimType 
Uri="http://openid.net/schema/contact/state/business";>
-                       <DisplayTag>State/Province</DisplayTag>
-                       <Description>Business state or province 
name</Description>
+               <ClaimType Uri="http://axschema.org/contact/country/home";>
+                       <DisplayTag>Time Zone</DisplayTag>
+                       <Description>Time Zone</Description>
+                       <OpenIDTag>timezoneAx</OpenIDTag>
                </ClaimType>
-               <ClaimType 
Uri="http://openid.net/schema/contact/country/business";>
+               <ClaimType Uri="http://axschema.org/pref/language";>
                        <DisplayTag>Country</DisplayTag>
-                       <Description>Business country code</Description>
+                       <Description>Country</Description>
+                       <OpenIDTag>countryAx</OpenIDTag>
                </ClaimType>
-               <ClaimType 
Uri="http://openid.net/schema/contact/postalcode/business";>
-                       <DisplayTag>Business postal code</DisplayTag>
-                       <Description>Business postal or zip code; region 
specific format </Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/contact/IM/default";>
-                       <DisplayTag>IM</DisplayTag>
-                       <Description>Preferred instant messaging 
service</Description>
-               </ClaimType>
-                       <ClaimType 
Uri="http://openid.net/schema/contact/IM/AIM";>
-                       <DisplayTag>AOL IM</DisplayTag>
-                       <Description>AOL instant messaging service 
handle</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/contact/IM/ICQ";>
-                       <DisplayTag>ICQ IM</DisplayTag>
-                       <Description>ICQ instant messaging service 
handle</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/contact/IM/MSN";>
-                       <DisplayTag>MSN IM</DisplayTag>
-                       <Description>MSN instant messaging service 
handle</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/contact/IM/Yahoo";>
-                       <DisplayTag>Yahoo! IM</DisplayTag>
-                       <Description>Yahoo! instant messaging service 
handle</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/contact/IM/Jabber";>
-                       <DisplayTag>Jabber IM</DisplayTag>
-                       <Description>Jabber instant messaging service 
handle</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/contact/IM/Skype";>
-                       <DisplayTag>Skype IM</DisplayTag>
-                       <Description>Skype instant messaging service 
handle</Description>
-               </ClaimType>
-               <ClaimType 
Uri="http://openid.net/schema/contact/internet/email";>
-                       <DisplayTag>Email</DisplayTag>
-                       <Description>Internet SMTP email address</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/contact/web/default";>
-                       <DisplayTag>Web page</DisplayTag>
-                       <Description>Web site URL</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/contact/web/blog";>
-                       <DisplayTag>Blog</DisplayTag>
-                       <Description>Blog URL</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/contact/web/Linkedin";>
-                       <DisplayTag>LinkedIn URL</DisplayTag>
-                       <Description>LinkedIn URL</Description>
-               </ClaimType>
-                       <ClaimType 
Uri="http://openid.net/schema/contact/web/Amazon";>
-                       <DisplayTag>Amazon URL</DisplayTag>
-                       <Description>Amazon URL</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/contact/web/Flickr";>
-                       <DisplayTag>Flickr URL</DisplayTag>
-                       <Description>Flickr URL</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/contact/web/Delicious";>
-                       <DisplayTag>del.icio.us URL</DisplayTag>
-                       <Description>del.icio.us URL</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/company/name";>
-                       <DisplayTag>Company</DisplayTag>
-                       <Description>Company name (employer)</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/company/title";>
-                       <DisplayTag>Title</DisplayTag>
-                       <Description>Employee title</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/media/spokenname";>
-                       <DisplayTag>Spoken name</DisplayTag>
-                       <Description>Spoken name (web URL)</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/media/greeting/audio";>
-                       <DisplayTag>Audio greeting</DisplayTag>
-                       <Description>Audio greeting (web URL)</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/media/greeting/video";>
-                       <DisplayTag>Video greeting</DisplayTag>
-                       <Description>Video greeting (web URL)</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/media/biography";>
-                       <DisplayTag>Biography</DisplayTag>
-                       <Description>Biography (text)</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/media/image";>
-                       <DisplayTag>Image</DisplayTag>
-                       <Description>Image (web URL); unspecified 
dimension</Description>
-               </ClaimType>
-                       <ClaimType 
Uri="http://openid.net/schema/media/image/16x16";>
-                       <DisplayTag>16x16 image</DisplayTag>
-                       <Description>Image (web URL); 16x16 pixels</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/media/image/32x32";>
-                       <DisplayTag>32x32 image</DisplayTag>
-                       <Description>Image (web URL); 32x32 pixels</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/media/image/48x48";>
-                       <DisplayTag>48x48 image</DisplayTag>
-                       <Description>Image (web URL); 48x48 pixels</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/media/image/64x64";>
-                       <DisplayTag>64x64 image</DisplayTag>
-                       <Description>Image (web URL); 64x64 pixels</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/media/image/80x80";>
-                       <DisplayTag>80x80 image</DisplayTag>
-                       <Description>Image (web URL); 80x80 pixels</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/media/image/128x128";>
-                       <DisplayTag>128x128 image</DisplayTag>
-                       <Description>Image (web URL); 128x128 
pixels</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/media/image/160x120";>
-                       <DisplayTag>160x120 image</DisplayTag>
-                       <Description>Image (web URL) 4:3 ratio - landscape; 
160x120 pixels</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/media/image/320x240";>
-                       <DisplayTag>320x240 image</DisplayTag>
-                       <Description>Image (web URL) 4:3 ratio - landscape; 
320x240 pixels</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/media/image/640x480";>
-                       <DisplayTag>640x480 image</DisplayTag>
-                       <Description>Image (web URL) 4:3 ratio - landscape; 
640x480 pixels</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/media/image/120x160";>
-                       <DisplayTag>120x160 image</DisplayTag>
-                       <Description>Image (web URL) 4:3 ratio - portrait; 
120x160 pixels</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/media/image/240x320";>
-                       <DisplayTag>240x320 image</DisplayTag>
-                       <Description>Image (web URL) 4:3 ratio - portrait; 
240x320 pixels</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/media/image/480x640";>
-                       <DisplayTag>480x640 image</DisplayTag>
-                       <Description>Image (web URL) 4:3 ratio - portrait; 
480x640 pixels</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/media/image/favicon";>
-                       <DisplayTag>Favicon image</DisplayTag>
-                       <Description>Image (web URL); favicon 
format</Description>
-               </ClaimType>
-               <ClaimType Uri="http://openid.net/schema/timezone";>
-                       <DisplayTag>Time zone</DisplayTag>
-                       <Description>Home time zone information</Description>
+               <ClaimType Uri="http://axschema.org/pref/timezone";>
+                       <DisplayTag>Time Zone</DisplayTag>
+                       <Description>Time Zone</Description>
+                       <OpenIDTag>timezoneAx</OpenIDTag>
                </ClaimType>
        
        </Claims>

_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev

Reply via email to