Author: ruchith
Date: Sun Dec  9 19:08:27 2007
New Revision: 10742

Log:

More docs fixes

Modified:
   trunk/solutions/identity/modules/documentation/src/site/xdoc/ac_sample.xml
   trunk/solutions/identity/modules/documentation/src/site/xdoc/idp_sample.xml

Modified: 
trunk/solutions/identity/modules/documentation/src/site/xdoc/ac_sample.xml
==============================================================================
--- trunk/solutions/identity/modules/documentation/src/site/xdoc/ac_sample.xml  
(original)
+++ trunk/solutions/identity/modules/documentation/src/site/xdoc/ac_sample.xml  
Sun Dec  9 19:08:27 2007
@@ -61,11 +61,11 @@
 <p>Use the "Claim Mappings" configuration to map claims to user properties as 
 listed below : </p>
 
-<ul>
-<li>http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname : 
username</li>
-<li>http://identity.wso2.org/claims/roles : roles</li>
-</ul>
-
+<table>
+<tr><th>Claim URI</th><th>User property</th></tr>
+<tr><td>http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname</td><td>username</td></tr>
+<tr><td>http://identity.wso2.org/claims/roles</td><td>roles</td></tr>
+</table>
 
 <h3>Step 5 : Login to the user application and obtain a card</h3>
 

Modified: 
trunk/solutions/identity/modules/documentation/src/site/xdoc/idp_sample.xml
==============================================================================
--- trunk/solutions/identity/modules/documentation/src/site/xdoc/idp_sample.xml 
(original)
+++ trunk/solutions/identity/modules/documentation/src/site/xdoc/idp_sample.xml 
Sun Dec  9 19:08:27 2007
@@ -45,18 +45,19 @@
 <p>Use the "Claim Mappings" configuration to map claims to user properties as 
 listed below : </p>
 
-<ul>
-<li>http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname : 
FIRSTNAME</li>
-<li>http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname : 
LASTNAME</li>
-<li>http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress : 
EMAIL</li>
-</ul>
+<table>
+<tr><th>Claim URI</th><th>User property</th></tr>
+<tr><td>http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname</td><td>FIRSTNAME</td></tr>
+<tr><td>http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname</td><td>LASTNAME</td></tr>
+<tr><td>http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress</td><td>EMAIL</td></tr>
+</table>
 <p>WSO2 Identity Solution has a in-build sample Identity Provider (IdP), which 
has the full functionality</p>
 
 <P>Now, the identity provider is configured to,</P>
 <ul>
   <li>Trust users with following username and passwords</li>
        <table>
-               <tr><td>User Name</td><td>Password</td></tr>
+               <tr><th>User Name</th><th>Password</th></tr>
                <tr><td>alice</td><td>alice</td></tr>
                <tr><td>chris</td><td>chris</td></tr>
                <tr><td>bob</td><td>bob</td></tr>

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

Reply via email to