Author: prabath
Date: Mon Dec 17 10:24:48 2007
New Revision: 11293

Log:

UI changes related to OpenID

Modified:
   
branches/solutions/identity/openid-poc/modules/user-ui/src/main/webapp/jsp/openidinfocardlogin.jsp

Modified: 
branches/solutions/identity/openid-poc/modules/user-ui/src/main/webapp/jsp/openidinfocardlogin.jsp
==============================================================================
--- 
branches/solutions/identity/openid-poc/modules/user-ui/src/main/webapp/jsp/openidinfocardlogin.jsp
  (original)
+++ 
branches/solutions/identity/openid-poc/modules/user-ui/src/main/webapp/jsp/openidinfocardlogin.jsp
  Mon Dec 17 10:24:48 2007
@@ -11,14 +11,12 @@
 
    <form name="frm" id="frm" method="post" 
action="OpenIdInfoCardSubmit.action">  
             <input type="hidden" name="InfoCardSignin" value="Log in" /><br/>
-           <OBJECT type="application/x-informationCard" name="xmlToken">
-                <PARAM  Name="tokenType"
-                        Value="urn:oasis:names:tc:SAML:1.0:assertion">
-
-                <PARAM  Name="requiredClaims"
-                        
Value="http://schema.openid.net/2007/05/claims/identifier";>
-                   
-            </OBJECT>
+                      
+              <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";>
+                    <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