Author: prabath
Date: Sat Apr  5 05:56:13 2008
New Revision: 15584

Log:

documentation updated

Modified:
   trunk/solutions/identity/modules/documentation/src/site/xdoc/index.xml
   trunk/solutions/identity/modules/documentation/src/site/xdoc/index_docs.xml
   
trunk/solutions/identity/modules/documentation/src/site/xdoc/op_administratorguide.xml
   
trunk/solutions/identity/modules/documentation/src/site/xdoc/oprp_developer_guide.xml
   trunk/solutions/identity/modules/documentation/src/site/xdoc/rp_sample.xml

Modified: trunk/solutions/identity/modules/documentation/src/site/xdoc/index.xml
==============================================================================
--- trunk/solutions/identity/modules/documentation/src/site/xdoc/index.xml      
(original)
+++ trunk/solutions/identity/modules/documentation/src/site/xdoc/index.xml      
Sat Apr  5 05:56:13 2008
@@ -57,6 +57,7 @@
                the user store</li>
                <li>Revocation of issued information cards</li>
                <li>Manage trusted relying parties</li>
+            <li>SAML 2.0 support</li>
             <li>OpenID Provider support</li>
             <li>OpenID information card support</li>
        </ul>

Modified: 
trunk/solutions/identity/modules/documentation/src/site/xdoc/index_docs.xml
==============================================================================
--- trunk/solutions/identity/modules/documentation/src/site/xdoc/index_docs.xml 
(original)
+++ trunk/solutions/identity/modules/documentation/src/site/xdoc/index_docs.xml 
Sat Apr  5 05:56:13 2008
@@ -1,63 +1,70 @@
-<!--
-  ~ Copyright 2005-2007 WSO2, Inc. (http://wso2.com)
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~ http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
-       "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml";>
-<body>
-<p>[<a
-href="http://dist.wso2.org/products/wsas/java/@wso2is_version@";>Download</a>]
-| [<a href="index_docs.html">Documentation Home</a>] | [<a
-href="release-notes.html">Release Note</a>]</p>
-
-<h1>WSO2 Identity Solution (WSO2 IS) - Documentation Index</h1>
-<strong>For WSO2IS Administrators</strong>
-<ul>
-  <li><a href="installation_guide.html">Installation Guide</a> - Provides
-    instructions on how to install the WSO2 Identity Solution. 
-  </li>
-  <li><a href="idp_administratorguide.html">IdP Administration Guide</a> -
-    Describes the administrative options of Management Console</li>
-  <li><a href="idp_production.html">Idp in Production Environment</a> - 
-  Instructions on how to set up Identity Provider in production 
Environment</li>
-</ul>
-<strong>For Web Site Developers</strong>
-<ul>
-  <li><a href="rp_developer_guide.html">Relying Party Developer Guide</a> - 
-  Describes how to enable InfoCard login for websites using our 
components.</li>
-</ul>
-<strong>For IdP Users</strong>
-<ul>
-  <li><a href="idp_userguide.html">Identity Provider User Guide</a> -
-    Describes what users can do with the Identity Provider User Interface</li>
-</ul>
-
-
-<p><strong>Sample Guides</strong></p>
-<ul>
-  <li><a href="idp_sample.html">Identity Provider</a> - Provides instructions 
-  on how to use the sample Idp shipped with WSO2 IS distribution</li>
-  <li><a href="ac_sample.html">Access Control</a> - Example on setting up
-  access control based on claims from information cards</li>
-  <li><a href="php.html">PHP Relying Party</a> - Provides instructions on how 
to 
-    use the sample PHP Relying Party shipped with WSO2 IS distribution. Code 
is 
-    availabe in the source distribution under modules/sample/php-sample</li>
-  <li><a href="rp_sample.html">Java Relying Party</a> - Provides instructions 
on 
-  how to use the sample JSP application that is shipped with WSO2 IS 
-  distribution. Code is availabe in the source distribution 
-  under modules/sample/servlet-filter</li>
-</ul>
-
-</body>
-</html>
+<!--
+  ~ Copyright 2005-2007 WSO2, Inc. (http://wso2.com)
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+       "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<body>
+<p>[<a
+href="http://dist.wso2.org/products/wsas/java/@wso2is_version@";>Download</a>]
+| [<a href="index_docs.html">Documentation Home</a>] | [<a
+href="release-notes.html">Release Note</a>]</p>
+
+<h1>WSO2 Identity Solution (WSO2 IS) - Documentation Index</h1>
+<br/>
+<strong>For WSO2IS Administrators</strong>
+<ul>
+  <li><a href="installation_guide.html">Installation Guide</a> - Provides
+    instructions on how to install the WSO2 Identity Solution. 
+  </li>
+  <li><a href="idp_administratorguide.html">IdP Administration Guide</a> -
+    Describes the administrative options of Management Console</li>
+  <li><a href="op_administratorguide.html">OpenID Provider Administration 
Guide</a> -
+    Describes the administrative options of Management Console related to 
OpenID</li>
+  <li><a href="idp_production.html">Idp in Production Environment</a> - 
+  Instructions on how to set up Identity Provider in production 
Environment</li>
+</ul>
+<strong>For Web Site Developers</strong>
+<ul>
+  <li><a href="rp_developer_guide.html">Relying Party Developer Guide - I</a> 
- 
+  Describes how to enable InfoCard login for websites using our 
components.</li>
+  <li><a href="oprp_developer_guide.html">Relying Party Developer Guide - 
II</a> - 
+  Describes how to enable OpenID and OpenID InfoCard login for websites using 
our components.</li>
+</ul>
+<strong>For IdP Users</strong>
+<ul>
+  <li><a href="idp_userguide.html">Identity Provider User Guide</a> -
+    Describes what users can do with the Identity Provider User Interface</li>
+  <li><a href="op_userguide.html">OpenID Provider User Guide</a> -
+    Describes what users can do with the OpenID Provider User Interface</li>
+</ul>
+
+
+<p><strong>Sample Guides</strong></p>
+<ul>
+  <li><a href="idp_sample.html">Identity Provider</a> - Provides instructions 
+  on how to use the sample Idp shipped with WSO2 IS distribution</li>
+  <li><a href="ac_sample.html">Access Control</a> - Example on setting up
+  access control based on claims from information cards</li>
+  <li><a href="php.html">PHP Relying Party</a> - Provides instructions on how 
to 
+    use the sample PHP Relying Party shipped with WSO2 IS distribution. Code 
is 
+    availabe in the source distribution under modules/sample/php-sample</li>
+  <li><a href="rp_sample.html">Java Relying Party</a> - Provides instructions 
on 
+  how to use the sample JSP application that is shipped with WSO2 IS 
+  distribution. Code is availabe in the source distribution 
+  under modules/sample/servlet-filter</li>
+</ul>
+
+</body>
+</html>

Modified: 
trunk/solutions/identity/modules/documentation/src/site/xdoc/op_administratorguide.xml
==============================================================================
--- 
trunk/solutions/identity/modules/documentation/src/site/xdoc/op_administratorguide.xml
      (original)
+++ 
trunk/solutions/identity/modules/documentation/src/site/xdoc/op_administratorguide.xml
      Sat Apr  5 05:56:13 2008
@@ -58,6 +58,8 @@
 <p>WSO2 OpenID Provider supports following OpenID related specifications</p>
 
 <ul>
+<li>OpenID Authentication 2.0 </li>
+<li>OpenID Authentication 1.1</li>
 <li>OpenID Simple Registration Extension 1.1</li>
 <li>OpenID Attribute Exchange  1.0</li>
 <li>OpenID Provider Authentication Policy Extension 1.0, draft 1</li>

Modified: 
trunk/solutions/identity/modules/documentation/src/site/xdoc/oprp_developer_guide.xml
==============================================================================
--- 
trunk/solutions/identity/modules/documentation/src/site/xdoc/oprp_developer_guide.xml
       (original)
+++ 
trunk/solutions/identity/modules/documentation/src/site/xdoc/oprp_developer_guide.xml
       Sat Apr  5 05:56:13 2008
@@ -56,11 +56,9 @@
         <url-pattern>/*</url-pattern>
     </filter-mapping>
 ]]></pre>
-<br/>
-<br/>
-Add the following as init-params to the web.xml
-<br/>
-<br/>
+
+<p>Add the following as init-params to the web.xml</p>
+
 <table>
        <tr>
                <th>ParameterName</th>
@@ -135,7 +133,6 @@
 </table>
 
 <br/>
-<br/>
 <strong>TokenValidationPolicy</strong>
 <p>There are 4 modes of token validations.</p>
 <ul>
@@ -144,21 +141,26 @@
        <li>WhiteList - First CertValidity checked and after that if the issuer 
DN is in the white list, the token is allowed</li>
        <li>BlackList - First CertValidity checked and after that if the issuer 
DN is not listed in the BlackList, the token is allowed</li>
 </ul>
-<br/>
+
 <h3>Step 2 : Add the OpenID Information Card login page</h3>
-<br/>
-The user loging page must contain a form with an <strong>object</strong> tag 
as shown below:
+
+<p>The user loging page must contain a form with an <strong>object</strong> 
tag as shown below:</p>
 
 <pre><![CDATA[
 
    <form name="frm" id="frm" method="post" 
action="openidinfocardloggedin.jsp">  
-                   <input type="hidden" name="InfoCardSignin" value="Log in" 
/><br/>
+                   <input type="hidden" name="InfoCardSignin" value="Log in" />
 
-                 <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";>
-                    <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>               
+                    <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>
 
@@ -172,8 +174,6 @@
 the value "Log in". The filter will process the HTTP POST request to extract 
 the token sent when this request parameter is available.</i></p>
 
-<br/>
-<br/>
 <h3>Step 3 : Add the following jars to your classpath</h3>
 <ul>
 <li>axiom-api-1.2.4.jar</li>
@@ -191,7 +191,7 @@
 <li>wso2is-base-1.0.jar</li>
 <li>openid4java-nodeps-0.9.3.1.jar</li>
 </ul>
-<br/>
+
 <h3>Step 4 : Obtain the information in the verified token and process</h3>
 
 <p>The results of token processing will be available as attributes in the 
@@ -236,7 +236,6 @@
         <url-pattern>/*</url-pattern>
     </filter-mapping>
 ]]></pre>
-<br/>
 
 <h3>Step 2 : Add signin page</h3>
 
@@ -246,7 +245,6 @@
     <input type="submit" name="submit" value="Login" />
 </form>
 ]]></pre>
-<br/>
 
 <p>As per above scenario <b>openidsubmit.jsp</b> page will accept the OpenID 
url and will do authentication using Identity Solution's 
 relying parting components.</p>
@@ -300,7 +298,6 @@
 
 %> 
 ]]></pre>
-<br/>
 
 <h3>Step 4 : Add OpenID callback page[openidcallback.jsp]</h3>
 
@@ -337,7 +334,6 @@
  }
 %> 
 ]]></pre>
-<br/>
 
 <h3>Step 5 : Add the following jars to your classpath</h3>
 <ul>

Modified: 
trunk/solutions/identity/modules/documentation/src/site/xdoc/rp_sample.xml
==============================================================================
--- trunk/solutions/identity/modules/documentation/src/site/xdoc/rp_sample.xml  
(original)
+++ trunk/solutions/identity/modules/documentation/src/site/xdoc/rp_sample.xml  
Sat Apr  5 05:56:13 2008
@@ -1,33 +1,42 @@
-<!--
-  ~  Licensed to the Apache Software Foundation (ASF) under one
-  ~  or more contributor license agreements.  See the NOTICE file
-  ~  distributed with this work for additional information
-  ~  regarding copyright ownership.  The ASF licenses this file
-  ~  to you under the Apache License, Version 2.0 (the
-  ~  "License"); you may not use this file except in compliance
-  ~  with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~  Unless required by applicable law or agreed to in writing,
-  ~  software distributed under the License is distributed on an
-  ~   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~  KIND, either express or implied.  See the License for the
-  ~  specific language governing permissions and limitations
-  ~  under the License.
-  -->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
-       "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml";>
-<body>
-
-<h2>Sample Relying Party</h2>
-
-<p>WSO2 Identity Solution has a in-build Java Relying Party Application that 
uses Information Card Login. It is a simple JSP site, where information card 
login is enabled using a servlet filter. This sample relying party accepts 
tokens issued by Sample Idp.</p>
-
-<p>Start the Identity Solution application. Obtain a managed card from <a 
href="idp_sample.html">Sample Idp</a> and point your browser to 
"https://localhost:12433/javarp";. Clicking on the link "Login with your 
InfoCard" will give you pop up the Identity Selector.</p>
-
-<p>Code for this sample is available in the source distribution under 
"modules/samples/servlet-filter"</p>
-
-</body>
-</html>
+<!--
+  ~  Licensed to the Apache Software Foundation (ASF) under one
+  ~  or more contributor license agreements.  See the NOTICE file
+  ~  distributed with this work for additional information
+  ~  regarding copyright ownership.  The ASF licenses this file
+  ~  to you under the Apache License, Version 2.0 (the
+  ~  "License"); you may not use this file except in compliance
+  ~  with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~  Unless required by applicable law or agreed to in writing,
+  ~  software distributed under the License is distributed on an
+  ~   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~  KIND, either express or implied.  See the License for the
+  ~  specific language governing permissions and limitations
+  ~  under the License.
+  -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+       "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<body>
+
+<h2>Sample Relying Party</h2>
+
+<p>WSO2 Identity Solution has a in-build Java Relying Party Application that 
uses Information Card, OpenID Information Card and OpenID login. It is a simple 
JSP site, where information card login is enabled using a servlet filter. This 
sample relying party accepts tokens issued by Sample Idp.</p>
+
+<p>The sample also demonstrates how you can can add OpenID support to your web 
application under following areas</p>
+
+<ul>
+<il>OpenID Information Card support</il>
+<il>OpenID Simple Registrartion support</il>
+<il>OpenID Attribute Exchange support</il>
+<il>OpenID PAPE support</il>
+</ul>
+
+<p>Start the Identity Solution application. Obtain a managed card from <a 
href="idp_sample.html">Sample Idp</a> and point your browser to 
"https://localhost:12433/javarp";. Clicking on the link "Login with your 
InfoCard" will give you pop up the Identity Selector.</p>
+
+<p>Code for this sample is available in the source distribution under 
"modules/samples/servlet-filter"</p>
+
+</body>
+</html>

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

Reply via email to