Author: prabath Date: Mon Mar 24 03:18:50 2008 New Revision: 15041 Log:
openid claim mapper Added: trunk/solutions/identity/modules/base/conf/ trunk/solutions/identity/modules/base/conf/openid-claim-mapper.xml Added: trunk/solutions/identity/modules/base/conf/openid-claim-mapper.xml ============================================================================== --- (empty file) +++ trunk/solutions/identity/modules/base/conf/openid-claim-mapper.xml Mon Mar 24 03:18:50 2008 @@ -0,0 +1,57 @@ +<ClaimMapper> + +<Claim> + <SReg>nickname</SReg> + <AxSchema>http://axschema.org/namePerson/friendly</AxSchema> + <OpenIDSchema>http://schema.openid.net/namePerson/friendly</OpenIDSchema> +</Claim> + +<Claim> + <SReg>email</SReg> + <AxSchema>http://axschema.org/contact/email</AxSchema> + <OpenIDSchema>http://schema.openid.net/contact/email</OpenIDSchema> +</Claim> + +<Claim> + <SReg>fullname</SReg> + <AxSchema>http://axschema.org/namePerson</AxSchema> + <OpenIDSchema>http://schema.openid.net/namePerson</OpenIDSchema> +</Claim> + +<Claim> + <SReg>dob</SReg> + <AxSchema>http://axschema.org/birthDate</AxSchema> + <OpenIDSchema>http://schema.openid.net/birthDate</OpenIDSchema> +</Claim> + +<Claim> + <SReg>gender</SReg> + <AxSchema>http://axschema.org/person/gender</AxSchema> + <OpenIDSchema>http://schema.openid.net/person/gender</OpenIDSchema> +</Claim> + +<Claim> + <SReg>postcode</SReg> + <AxSchema>http://axschema.org/contact/postalCode/home</AxSchema> + <OpenIDSchema>http://schema.openid.net/contact/postalCode/home</OpenIDSchema> +</Claim> + +<Claim> + <SReg>country</SReg> + <AxSchema>http://axschema.org/contact/country/home</AxSchema> + <OpenIDSchema>http://schema.openid.net/contact/country/home</OpenIDSchema> +</Claim> + +<Claim> + <SReg>language</SReg> + <AxSchema>http://axschema.org/pref/language</AxSchema> + <OpenIDSchema>http://schema.openid.net/pref/language</OpenIDSchema> +</Claim> + +<Claim> + <SReg>timezone</SReg> + <AxSchema>http://axschema.org/pref/timezone</AxSchema> + <OpenIDSchema>http://schema.openid.net/pref/timezone</OpenIDSchema> +</Claim> + +</ClaimMapper> \ No newline at end of file _______________________________________________ Identity-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/identity-dev
