Author: prabath
Date: Mon Jan 21 01:41:29 2008
New Revision: 12577
Log:
Added new claims related to 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
Mon Jan 21 01:41:29 2008
@@ -2,7 +2,7 @@
<Claims Dialect="http://schemas.xmlsoap.org/ws/2005/05/identity"
DialectInfo="Standard claims">
<ClaimType
Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname">
<DisplayTag>Given name</DisplayTag>
- <Description>Given name</Description>
+ <Description>Given name</Description>
</ClaimType>
<ClaimType
Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname">
<DisplayTag>Surname</DisplayTag>
@@ -10,7 +10,8 @@
</ClaimType>
<ClaimType
Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress">
<DisplayTag>Email address</DisplayTag>
- <Description>Email address</Description>
+ <Description>Email address</Description>
+ <OpenIDTag>email</OpenIDTag>
</ClaimType>
<ClaimType
Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/streetaddress">
<DisplayTag>Street address</DisplayTag>
@@ -26,11 +27,13 @@
</ClaimType>
<ClaimType
Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/postalcode">
<DisplayTag>Postal code</DisplayTag>
- <Description>Postal code</Description>
+ <Description>Postal code</Description>
+ <OpenIDTag>postcode</OpenIDTag>
</ClaimType>
<ClaimType
Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/country">
<DisplayTag>Country</DisplayTag>
- <Description>Country</Description>
+ <Description>Country</Description>
+ <OpenIDTag>country</OpenIDTag>
</ClaimType>
<ClaimType
Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/homephone">
<DisplayTag>Home phone</DisplayTag>
@@ -50,12 +53,9 @@
</ClaimType>
<ClaimType
Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nickname">
<DisplayTag>Nickname</DisplayTag>
- <Description>Nickname</Description>
- </ClaimType>
- <ClaimType
Uri="http://schema.openid.net/2007/05/claims/identifier">
- <DisplayTag>OpenID</DisplayTag>
- <Description>OpenID</Description>
- </ClaimType>
+ <Description>Nickname</Description>
+ <OpenIDTag>nickname</OpenIDTag>
+ </ClaimType>
</Claims>
<Claims Dialect="http://identity.wso2.org/claims" DialectInfo="WSO2
Claims">
<ClaimType Uri="http://identity.wso2.org/claims/givenname">
@@ -65,52 +65,290 @@
<ClaimType Uri="http://identity.wso2.org/claims/surname">
<DisplayTag>Surname</DisplayTag>
<Description>Surname</Description>
- </ClaimType>
+ </ClaimType>
+ </Claims>
+ <Claims Dialect="http://schema.openid.net/2007/05/claims"
DialectInfo="OpenID Simple Registration Claims">
+ <ClaimType
Uri="http://schema.openid.net/2007/05/claims/identifier">
+ <DisplayTag>OpenID</DisplayTag>
+ <Description>OpenID</Description>
+ </ClaimType>
+ <ClaimType
Uri="http://schema.openid.net/2007/05/claims/dob">
+ <DisplayTag>Date of Birth</DisplayTag>
+ <Description>Date of Birth</Description>
+ <OpenIDTag>dob</OpenIDTag>
+ </ClaimType>
+ <ClaimType Uri="http://schema.openid.net/2007/05/claims/gender">
+ <DisplayTag>Gender</DisplayTag>
+ <Description>Gender</Description>
+ <OpenIDTag>gender</OpenIDTag>
+ </ClaimType>
+ <ClaimType
Uri="http://schema.openid.net/2007/05/claims/language">
+ <DisplayTag>Langauge</DisplayTag>
+ <Description>Language</Description>
+ <OpenIDTag>language</OpenIDTag>
+ </ClaimType>
+ <ClaimType
Uri="http://schema.openid.net/2007/05/claims/timezone">
+ <DisplayTag>Time Zone</DisplayTag>
+ <Description>Time Zone</Description>
+ <OpenIDTag>timezone</OpenIDTag>
+ </ClaimType>
</Claims>
- <Claims Dialect="http://openid.net/srv/ax/1.0" DialectInfo="OpenID
Claims">
- <ClaimType Uri="http://openid.net/srv/ax/1.0/contact/email">
- <DisplayTag>Email Address</DisplayTag>
- <Description>Email Address</Description>
- </ClaimType>
- <ClaimType
Uri="http://openid.net/srv/ax/1.0//namePerson/surname">
- <DisplayTag>Surname</DisplayTag>
- <Description>Surname</Description>
- </ClaimType>
- <ClaimType
Uri="http://openid.net/srv/ax/1.0/namePerson/givenname">
- <DisplayTag>Given name</DisplayTag>
- <Description>Given name</Description>
- </ClaimType>
- <ClaimType Uri="http://openid.net/srv/ax/1.0/contact/homephone">
- <DisplayTag>Home phone</DisplayTag>
- <Description>Home phone</Description>
- </ClaimType>
- <ClaimType Uri="http://openid.net/srv/ax/1.0/contact/workphone">
- <DisplayTag>Work phone</DisplayTag>
- <Description>Work Phone</Description>
- </ClaimType>
- <ClaimType
Uri="http://openid.net/srv/ax/1.0/contact/mobilephone">
- <DisplayTag>Mobile phone</DisplayTag>
- <Description>Mobile phone</Description>
+ <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>
+ </ClaimType>
+ <ClaimType Uri="http://openid.net/schema/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>
</ClaimType>
- <ClaimType Uri="http://openid.net/srv/ax/1.0/contact/city">
+ <ClaimType Uri="http://openid.net/schema/contact/city/home">
<DisplayTag>City</DisplayTag>
- <Description>City</Description>
+ <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/srv/ax/1.0/contact/postalcode">
+ <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">
<DisplayTag>Postal code</DisplayTag>
- <Description>Postal code</Description>
+ <Description>Home postal code; region specific
format</Description>
</ClaimType>
- <ClaimType Uri="http://openid.net/srv/ax/1.0/contact/country">
+ <ClaimType
Uri="http://openid.net/schema/contact/postaladdress/business">
+ <DisplayTag>Address</DisplayTag>
+ <Description>Business postal address: street number,
name and apartment number</Description>
+ </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>
+ <ClaimType
Uri="http://openid.net/schema/contact/country/business">
<DisplayTag>Country</DisplayTag>
- <Description>Country</Description>
+ <Description>Business country code</Description>
</ClaimType>
- <ClaimType
Uri="http://openid.net/srv/ax/1.0/contact/streetaddress">
- <DisplayTag>Street address</DisplayTag>
- <Description>Street address</Description>
- </ClaimType>
- <ClaimType Uri="http://openid.net/srv/ax/1.0/contact/state">
- <DisplayTag>State</DisplayTag>
- <Description>State</Description>
+ <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>
</Claims>
_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev