Author: prabath Date: Mon Jun 29 06:25:45 2009 New Revision: 40310 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40310
Log: identity docs Added: branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/external.xml Modified: branches/solutions/identity/2.0/product/modules/documentation/src/site/site.xml branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/administratorguide.xml branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/index.xml branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/index_docs.xml branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/userguide.xml Modified: branches/solutions/identity/2.0/product/modules/documentation/src/site/site.xml URL: http://wso2.org/svn/browse/wso2/branches/solutions/identity/2.0/product/modules/documentation/src/site/site.xml?rev=40310&r1=40309&r2=40310&view=diff ============================================================================== --- branches/solutions/identity/2.0/product/modules/documentation/src/site/site.xml (original) +++ branches/solutions/identity/2.0/product/modules/documentation/src/site/site.xml Mon Jun 29 06:25:45 2009 @@ -29,6 +29,7 @@ <item name="Adminstrator Guide" href="administratorguide.html"/> <item name="Identity Server in Production Environment" href="production.html"/> <item name="User Guide" href="userguide.html"/> + <item name="External References" href="external.html"/> </menu> <menu name="Get Involved" href="overview.html"> <item name="Mailing Lists" href="mail-lists.html"/> Modified: branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/administratorguide.xml URL: http://wso2.org/svn/browse/wso2/branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/administratorguide.xml?rev=40310&r1=40309&r2=40310&view=diff ============================================================================== --- branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/administratorguide.xml (original) +++ branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/administratorguide.xml Mon Jun 29 06:25:45 2009 @@ -39,7 +39,7 @@ <li><a href="#start">Login to Admin Console</a></li> <li><a href="entitlement">Entitlement</a></li> <ul> - <li><a href="#policies">Entitlement Policies</a></li> + <li><a href="#policies">Policies</a></li> </ul> <li><a href="#configure">Configure</a></li> <ul> @@ -76,12 +76,22 @@ <p>Point your browser to https://host:port/carbon. If you haven't changed the default settings then you should be able to login to https://localhost:9443/carbon using user name "admin" and password "admin".</p> +<h2 id="entitlement">Entitlement</h2> +<h3><a name="#policies"></a>Policies</h3> +<p>This allows to define, import and evaluate entitlement policies defined in XACML 2.0.</p> +<br/> +<p><strong>External References:</strong></p> +<ul> +<li><a href="http://blog.facilelogin.com/2009/05/identity-server-20-as-xacml-engine.html">Identity Server 2.0 as an XACML engine</a></li> +<li><a href="http://blog.facilelogin.com/2009/05/adding-fine-grained-authorization-for.html">Adding fine-grained authorization for proxy services in WSO2 ESB</a></li> +</ul> + <h2 id="configure">Configure Identity Server</h2> <h3><a name="usermanagement"></a>User Management</h3> <p>WSO2 Identity Server works out of the box with the default internal user store.</p> <p>Also we can configure Identity Server to work with external user stores via Active Directory, LDAP and JDBC.</p> <br/> -<strong>External References:</strong> +<p><strong>External References:</strong></p> <ul> <li><a href="http://blog.facilelogin.com/2009/06/connecting-wso2-identity-server-20-to.html">Connecting WSO2 Identity Server to an LDAP based User Store</a></li> <li><a href="http://yumani.blogspot.com/2009/05/creating-jdbc-external-user-store-in.html">Connecting WSO2 Identity Server to a JDBC external User Store</a></li> @@ -141,7 +151,7 @@ <ul> <li><strong>Card Name</strong>: Display name of the downloaded Information Card</li> <li><strong>Valid Period</strong>: Valid period of an issued card in number of days</li> - <li><strong>Sipporting Token Types</strong>: Tokens types being supported</li> + <li><strong>Supporting Token Types</strong>: Tokens types being supported</li> <li><strong>Symmetric binding used</strong>: Specifies whether to use symmetric binding or not</li> </ul> Added: branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/external.xml URL: http://wso2.org/svn/browse/wso2/branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/external.xml?pathrev=40310 ============================================================================== --- (empty file) +++ branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/external.xml Mon Jun 29 06:25:45 2009 @@ -0,0 +1,46 @@ +<!-- + ~ 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"> +<head> + <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> + <title>Welcome to WSO2 Identity Server v2.0.0!</title> + <link href="css/is-docs.css" rel="stylesheet"/> + </head> +<body> +<p>[<a +href="http://wso2.org/downloads/identity">Download</a>]| [<a href="index_docs.html">Documentation Index</a>] | [<a href="release-notes.html">Release Note</a>]</p> + +<h1>WSO2 Identity Server, v2.0.0 External References</h1> + +<ul> +<li><a href="http://blog.facilelogin.com/2009/05/building-wso2-identity-server-20-from.html">Building WSO2 Identity Server 2.0 from source </a></li> +<li><a href="http://blog.facilelogin.com/2009/05/security-token-service-with-wso2.html">Security Token Service with WSO2 Identity Server 2.0 </a></li> +<li><a href="http://blog.facilelogin.com/2009/05/identity-server-20-as-xacml-engine.html">Identity Server 2.0 as an XACML engine</a></li> +<li><a href="http://blog.facilelogin.com/2009/05/adding-fine-grained-authorization-for.html">Adding fine-grained authorization for proxy services in WSO2 ESB</a></li> +<li><a href="http://blog.facilelogin.com/2009/06/wso2-identity-server-claim-aware-proxy.html">WSO2 Identity Server + Claim aware proxy services with ESB</a></li> +<li><a href="http://blog.facilelogin.com/2009/06/extending-wso2-identity-server-20-to.html">Extending WSO2 Identity Server 2.0 to handle custom SAML assertions</a></li> +<li><a href="http://thilinamb.wordpress.com/2009/06/04/multi-factor-authentication-with-wso2-identity-server-2-0/">XMPP based Multi-Factor Authentication with WSO2 Identity Server 2.0</a></li> +<li><a href="http://blog.facilelogin.com/2009/06/connecting-wso2-identity-server-20-to.html">Connecting WSO2 Identity Server to an LDAP based User Store</a></li> +<li><a href="http://yumani.blogspot.com/2009/05/creating-jdbc-external-user-store-in.html">Connecting WSO2 Identity Server to a JDBC external User Store</a></li> +<li><a href="http://blog.facilelogin.com/2009/04/setting-apache-directory-studio-as-ldap.html">Setting up Apache Directory Studio as the LDAP User Store</a></li> +<li><a href="http://wso2.org/library/knowledge-base/use-active-directory-carbon-based-products">How to use Active Directory with WSO2 Carbon Based Products</a></li> +</ul> + +</body> +</html> Modified: branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/index.xml URL: http://wso2.org/svn/browse/wso2/branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/index.xml?rev=40310&r1=40309&r2=40310&view=diff ============================================================================== --- branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/index.xml (original) +++ branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/index.xml Mon Jun 29 06:25:45 2009 @@ -31,7 +31,7 @@ | [<a href="index_docs.html">Documentation Home</a>] | [<a href="release-notes.html">Release Note</a>]</p> -<p>WSO2 Identity Server is an open source Identity and Entitlement management server having support to OpenID, Information Cards and XACML.</p> +<p>WSO2 Identity Server is an open source Identity and Entitlement management server having support for OpenID, Information Cards and XACML.</p> <p>This is based on revolutionary the WSO2 Carbon framework, Middleware a la carte'.</p> @@ -49,7 +49,7 @@ <li>XKMS</li> </ul> -<h3>Other Features in this Release</h3> +<h2>Other Features in this Release</h2> <ul> <li>Information Cards provider supporting Managed Information Cards backed by user name / password and self-issued cards</li> <li>Information cards support for SAML 1.0/1.1/2.0</li> @@ -57,7 +57,7 @@ <li>Multi-factor authentication with Information Cards</li> </ul> -<h3>Open Source Components of WSO2 Identity Server</h3> +<h2>Open Source Components of WSO2 Identity Server</h2> <ul> <li>WSO2 Carbon</li> <li>Apache Axis2 (SOAP)</li> Modified: branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/index_docs.xml URL: http://wso2.org/svn/browse/wso2/branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/index_docs.xml?rev=40310&r1=40309&r2=40310&view=diff ============================================================================== --- branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/index_docs.xml (original) +++ branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/index_docs.xml Mon Jun 29 06:25:45 2009 @@ -31,6 +31,7 @@ <li><a href="administratorguide.html">Identity Server Administration Guide</a> - Describes the administrative options available from the Management Console</li> <li><a href="production.html">Identity Server in Production Environment</a> - Instructions on how to set up Identity Provider in production Environment</li> <li><a href="userguide.html">Identity Server User Guide</a> - Instructions on how to use Identity Server from a user's perspective</li> + <li><a href="external.html">Identity Server External References</a> - Lists external references related WSO2 Identity Server</li> </ul> </body> </html> Modified: branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/userguide.xml URL: http://wso2.org/svn/browse/wso2/branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/userguide.xml?rev=40310&r1=40309&r2=40310&view=diff ============================================================================== --- branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/userguide.xml (original) +++ branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/userguide.xml Mon Jun 29 06:25:45 2009 @@ -36,13 +36,13 @@ </ul> <h3><a name="t1">How to sign up as a new user?</a></h3> - <p>You can sign up as a new user wither with a self-issued information card or with user name password based account</p> - <p>From the home page click on the "Sign-up" under the menu "Identity" </p> + <p>You can sign up as a new user wither with a self-issued information card or with user name password based account.<br/></p> + <p>From the home page click on the "Sign-up" under the menu "Identity" <br/></p> <p><img alt="Sign-up" src="./images/userreg.png" /></p> <h3><a name="t2">How to login to Identity Server as a user?</a></h3> - <p>You can login WSO2 Identity Server with a registered self-issued information card or with user name password based account.</p> - <p>From the home page click on the "InfoCard/OpenID Sign-in" under the menu "Identity" </p> + <p>You can login WSO2 Identity Server with a registered self-issued information card or with user name password based account.<br/></p> + <p>From the home page click on the "InfoCard/OpenID Sign-in" under the menu "Identity"<br/> </p> <p><img alt="Sign-in" src="./images/signin1.png" /></p> <h3><a name="t3">How to use an external OpenID to log in to Identity Server?</a></h3> _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
