Author: prabath
Date: Sun Mar 16 17:08:01 2008
New Revision: 14866

Log:

modified required claims

Modified:
   
trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/openidinfocardlogin.jsp

Modified: 
trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/openidinfocardlogin.jsp
==============================================================================
--- 
trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/openidinfocardlogin.jsp
        (original)
+++ 
trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/openidinfocardlogin.jsp
        Sun Mar 16 17:08:01 2008
@@ -12,11 +12,11 @@
    <form name="frm" id="frm" method="post" 
action="OpenIDInfoCardLogin.action">  
             <input type="hidden" name="InfoCardSignin" value="Log in" /><br/>
                       
-              <OBJECT type="application/x-informationCard" name="xmlToken">
+               <OBJECT type="application/x-informationCard" name="xmlToken">
                     <PARAM Name="tokenType" 
Value="http://specs.openid.net/auth/2.0";>
-                       <PARAM Name="requiredClaims" 
Value="http://schema.openid.net/2007/05/claims/identifier 
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname 
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress  
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/country";>
-                    <PARAM Name="optionalClaims" 
value="http://axschema.org/birthDate http://axschema.org/person/gender 
http://axschema.org/namePerson/friendly http://axschema.org/pref/language 
http://axschema.org/contact/postalCode/home http://axschema.org/pref/timezone";> 
             
-             </OBJECT>            
+                    <PARAM Name="requiredClaims" 
Value="http://schema.openid.net/2007/05/claims/identifier";>
+                    <param name="optionalClaims" 
Value="http://axschema.org/contact/email http://axschema.org/namePerson/first 
http://axschema.org/namePerson/last http://axschema.org/contact/phone/default 
http://axschema.org/contact/postalAddress/home 
http://axschema.org/contact/city/home 
http://axschema.org/contact/postalCode/home 
http://axschema.org/contact/country/home http://axschema.org/contact/web/blog";>
+                </OBJECT>             
   </form>
     <script language="JavaScript" type="text/JavaScript">
          <!--

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

Reply via email to