Author: ruchith
Date: Wed Mar 12 00:16:34 2008
New Revision: 14725

Log:

Added an RP section to test 
tokenType=http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1

Modified:
   
trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/index.html

Modified: 
trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/index.html
==============================================================================
--- 
trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/index.html
  (original)
+++ 
trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/index.html
  Wed Mar 12 00:16:34 2008
@@ -73,6 +73,21 @@
   </form>
 <hr/>
 
+<h2>TokenType: 
http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1</h2>
+
+<form name="frm" id="frm" method="post" action="login.jsp">  
+                       <input type="hidden" name="InfoCardSignin" value="Log 
in" /><br/>
+            <OBJECT type="application/x-informationCard" name="xmlToken">
+                <PARAM  Name="tokenType"
+                        
Value="http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1";>
+
+                <PARAM  Name="requiredClaims"
+                        
Value="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname 
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname 
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress 
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/privatepersonalidentifier";>
+                <PARAM Name='optionalClaims' 
value='http://schemas.xmlsoap.org/ws/2005/05/identity/claims/webpage'>     
+            </OBJECT>
+          <input type="submit" name="submit" value="Login" />   
+  </form>
+<hr/>
 
 <h2>SAML 2.0 Token with CardSpace</h2>
 <form name="frm" id="frm" method="post" action="login.jsp">  

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

Reply via email to