Author: prabath Date: Thu Jul 2 05:37:17 2009 New Revision: 40623 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40623
Log: docs Added: trunk/solutions/identity/modules/documentation/src/site/xdoc/administratorguide.xml trunk/solutions/identity/modules/documentation/src/site/xdoc/external.xml trunk/solutions/identity/modules/documentation/src/site/xdoc/issuetracking.xml trunk/solutions/identity/modules/documentation/src/site/xdoc/mailinglists.xml trunk/solutions/identity/modules/documentation/src/site/xdoc/production.xml trunk/solutions/identity/modules/documentation/src/site/xdoc/teamlist.xml trunk/solutions/identity/modules/documentation/src/site/xdoc/userguide.xml 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/installation_guide.xml trunk/solutions/identity/modules/documentation/src/site/xdoc/release-notes.xml Added: trunk/solutions/identity/modules/documentation/src/site/xdoc/administratorguide.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/documentation/src/site/xdoc/administratorguide.xml?pathrev=40623 ============================================================================== --- (empty file) +++ trunk/solutions/identity/modules/documentation/src/site/xdoc/administratorguide.xml Thu Jul 2 05:37:17 2009 @@ -0,0 +1,212 @@ +<!-- + ~ 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 Administrator's Guide</h1> + +<p>This document provides information and instructions on the functionality of the Management Console of WSO2 Identity Server.</p> + +<p>Your feedback on WSO2 Identity Server is most appreciated. Please send them to our <a href="mailinglists.html">mailing lists</a>.</p> + +<h2>Content</h2> + +<div class="toc"> +<ul> + <li><a href="#start">Login to Admin Console</a></li> + <li><a href="#entitlement">Entitlement</a></li> + <ul> + <li><a href="#policies">Policies</a></li> + </ul> + <li><a href="#configure">Configure</a></li> + <ul> + <li><a href="#usermanagement">User Management</a></li> + <li><a href="#claimmanagement">Claim Management</a></li> + <li><a href="#profilemanagement">Profile Management</a></li> + <li><a href="#keystores">Key Stores</a></li> + <li><a href="#xkms">XKMS</a></li> + <li><a href="#logging">Logging</a></li> + </ul> + <li><a href="#manage">Manage</a></li> + <ul> + <li><a href="#cardsissuer">Cards Issuer</a></li> + <li><a href="#sts">Security Token Service</a></li> + <li><a href="#shutdown">Shutdown/Restart</a></li> + </ul> + <li><a href="#registry">Registry</a></li> + <ul> + <li><a href="#browse">Browse</a></li> + <li><a href="#search">Search</a></li> + </ul> + <li><a href="#monitor">Monitor</a></li> + <ul> + <li><a href="#statistics">System Statistics</a></li> + <li><a href="#logs">System Logs</a></li> + </ul> +</ul> +</div> + +<h2 id="start">Login to Admin Console</h2> +<p>Download and install Identity Server as in <a href="installation_guide.html">here</a>.</p> +<br/> + +<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/> +<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> +<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> + +<h3><a name="claimmanagement"></a>Claim Management</h3> + +<p>The Claim Management component of the Identity Server enables to map a set of attributes from the underlying user store to a set of defined claims</p> + +<p>The Claim Management component of the WSO2 Carbon enables to map a set of attributes from the underlying user store to a set of defined claims</p> + +<p>The underlying user store can be either the external user store or the internal user store.</p> + +<p>A set of claims are identified as a dialect.</p> + +<ul> +<li>http://wso2.org/claims : Default dialect for WSO2 Carbon</li> +<li>http://schemas.xmlsoap.org/ws/2005/05/identity : Default dialect for Information Cards</li> +<li>http://axschema.org : Default dialect for OpenID Attribute EXchange</li> +<li>http://schema.openid.net/2007/05/claims : Default dialect for OpenID Simple Registration</li> +</ul> + +<h3><a name="profilemanagement"></a>Profile Management</h3> + +<p>The Profile Configuration Management component of the Identity Server allows to add/modify and delete profile configuration. +The profile configuration controls how user's empty claim values behave in his profile. +If a Claim in a user's profile is not given a value explicitly, +then it is given a value based on the following configuration.</p> + +<p> +<ul> +<li>Inherited - This means retrieve the value of the corresponding claim in the default profile and use it. +This is the default behavior.</li> +<li>Overridden - Leave the empty value as it is, don't try to retrieve it from anywhere else.</li> +<li>Hidden - Hide this claim in the profile.</li> +</ul> +</p> + +<h3><a name="keystores"></a>Key Stores</h3> +<p>Key store management manages the keys that are stored in a database. A Key store must contain a key pair with a certificate signed by a trusted Certification Authority (CA). +The WSO2 Carbon uses the JKS type private key called WSO2 Carbon.</p> + +<h3><a name="xkms"></a>XKMS</h3> +<p>WSO2 Carbon ships with an in built XKMS trust web service which is being built on top of XKMS specification and consists of 5 services which can be used to simplify key management</p> +<ul> + <li> Register service</li> + <li> Locate service</li> + <li> Validate service</li> + <li>Revoke service</li> + <li> Recover service</li> + <li>Reissue service</li> +</ul> + +<h3><a name="logging"></a>Logging</h3> +<p>This shows the existing Log4j configuration. +And it also allows you to modify existing configuration. +You can either modify the global Log4j configuration, an Appender or a Logger. +If you select Persist all Configurations Changes check box, all the modifications will be persisted and +they will be available even after a server restart.</p> + +<h2 id="manage">Manage Identity Server</h2> + +<h3><a name="cardsissuer"></a>Cards Issuer</h3> +<p>The Information Cards issuer component of the Identity Server enables to configure cards issuer settings</p> + +<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>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> + +<h3><a name="sts"></a>Security Token Service</h3> + +<p>The Security Token Service component of the Identity Server to configure the generic STS to issue claim based security tokens</p> +<br/> +<strong>External References:</strong> +<ul> +<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/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> +</ul> + +<h3><a name="shutdown"></a>Shutdown/Restart</h3> + +<p>You can use the Shutdown/Restart feature to shutdown and restart the server.</p> +<p>The machine can be shutdown gracefully or forcefully.</p> + +<p>The available options are:</p> +<ul> +<li>Graceful shutdown</li> +<li>Forced shutdown</li> +<li>Graceful Restart</li> +<li>Immediate Restart</li> +</ul> + +<h2 id="registry">Registry</h2> +<h3><a name="browse"></a>Browse</h3> +<p>This component can be used to browse the resources stored in the Registry.</p> + +<h3><a name="search"></a>Search</h3> +<p>All resources found in the Registry, can be searched through this interface. +Search could be refined by optionally providing, resource name, created date range, updated date range, tags, comments, property name, property value and the content</p> + + +<h2 id="monitor">Monitor</h2> +<h3><a name="statistics"></a>System Statistics</h3> +<p>This shows some statistics related to the WSO2 Data Services instance. +They include free memory, request count, server name, server start time, system up time, active services, total memory, +average response time, minimum response time and maximum response time. </p> + +<h3><a name="logs"></a>System Logs</h3> +<p>This displays all the system logs. You can also search for a particular log using the Search Logs feature.</p> + +</body> +</html> Added: trunk/solutions/identity/modules/documentation/src/site/xdoc/external.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/documentation/src/site/xdoc/external.xml?pathrev=40623 ============================================================================== --- (empty file) +++ trunk/solutions/identity/modules/documentation/src/site/xdoc/external.xml Thu Jul 2 05:37:17 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 Home</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: trunk/solutions/identity/modules/documentation/src/site/xdoc/index.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/documentation/src/site/xdoc/index.xml?rev=40623&r1=40622&r2=40623&view=diff ============================================================================== --- trunk/solutions/identity/modules/documentation/src/site/xdoc/index.xml (original) +++ trunk/solutions/identity/modules/documentation/src/site/xdoc/index.xml Thu Jul 2 05:37:17 2009 @@ -22,59 +22,44 @@ <link href="css/is-docs.css" rel="stylesheet"/> </head> <body> -<h1>Welcome to WSO2 Identity Server, v...@wso2is_version@</h1> +<h1>Welcome to WSO2 Identity Server, v2.0.0</h1> -<h2>April 08th, 2008 - WSO2 Identity Server , v...@wso2is_version@ Released!</h2> +<h2>July 01st, 2009 - WSO2 Identity Server , v2.0.0 Released!</h2> <p>[<a -href="http://wso2.org/downloads/solutions/identity">Download</a>] +href="http://wso2.org/downloads/identity">Download</a>] | [<a href="index_docs.html">Documentation Home</a>] | [<a href="release-notes.html">Release Note</a>]</p> -<p>WSO2 Identity Server provides following components to enable CardSpace and OpenID authentication for web applications. -</p> +<p>WSO2 Identity Server is an open source Identity and Entitlement management server having support for OpenID, Information Cards and XACML.</p> -<ul> -<li>A set of Relying Party components</li> +<p>This is based on revolutionary the WSO2 Carbon framework, Middleware a la carte'.</p> -Relying party components include an Apache HTTPD module and a Servlet -filter. The HTTPD module can be used with any Web application that is hosted -with Apache HTTPD irrespective of the implementation language. The Servlet -filter component is intended for Java based Web containers. - -<li>An Identity Provider</li> -The identity provider includes an application to issue informaiton cards and -a security token service. Security token service can be deployed to issue tokens -to trusted users. An identity selector will obtain tokens from the Identity -Provider and authenticate the users to a Web applications with those tokens. +<p>All the major features have been developed as pluggable Carbon components.</p> -Indentity Provider also being added the OpenID support, where it can act as an OpenID Provider. +<h2>Key Features in this Release</h2> +<ul> + <li>Entitlement Engine with XACML 2.0 support</li> + <li>Claim based Security Token Service</li> + <li>Extension points for SAML assertion handling</li> + <li>XMPP based multi-factor authentication</li> + <li>Improved User Management</li> + <li>Claim Management</li> + <li>User Profiles and Profile Management</li> + <li>XKMS</li> </ul> -<h2>Key Features in this Release</h2> +<h2>Other Features in this Release</h2> <ul> - <li>Identity provider - <ul> - <li>Supports connecting to a JDBC or an LDAP user store</li> - <li>Issues information cards based on username-token credential and - self issued credential</li> - <li>Allows adding custom claims and mapping them to user attributes in - 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> - </li> - <li>Apache HTTPD relying party module - mod_cspace</li> - <li>Java Servlet Filter relying party component</li> - + <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> + <li>OpenID Provider</li> + <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 WSAS</li> + <li>WSO2 Carbon</li> <li>Apache Axis2 (SOAP)</li> <li>Apache Axiom (High performance XML Object Model)</li> <li>Apache Rampart/Apache WSS4J (WS-Security, WS-SecureConversation)</li> @@ -83,17 +68,14 @@ <li>Apache Neethi (WS-Policy)</li> <li>WS-SecurityPolicy implementation in Axis2</li> <li>Apache XML Schema</li> - <li>Apache Derby (Database)</li> - <li>Hibernate (Persistence)</li> - <li>Embedded Apache Tomcat</li> <li>OpenID4Java</li> + <li>SunXACML</li> </ul> <h2>WSO2 Identity Server , Documentation</h2> -<p>See the <a href="index_docs.html">full list of documents</a> with -instructions on installation, administration and running samples with -WSO2 Identity Server , v...@wso2is_version@.</p> +<p>See the <a href="index_docs.html">full list of documents</a> with instructions on installation, administration and running samples with +WSO2 Identity Server , v2.0.0</p> <a></a> <h3></h3> Modified: trunk/solutions/identity/modules/documentation/src/site/xdoc/index_docs.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/documentation/src/site/xdoc/index_docs.xml?rev=40623&r1=40622&r2=40623&view=diff ============================================================================== --- trunk/solutions/identity/modules/documentation/src/site/xdoc/index_docs.xml (original) +++ trunk/solutions/identity/modules/documentation/src/site/xdoc/index_docs.xml Thu Jul 2 05:37:17 2009 @@ -22,56 +22,16 @@ </head> <body> <p>[<a -href="http://wso2.org/downloads/solutions/identity">Download</a>] -| [<a href="index_docs.html">Documentation Home</a>] | [<a -href="release-notes.html">Release Note</a>]</p> +href="http://wso2.org/downloads/identity">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> +<h1>WSO2 Identity Server (WSO2 IS) - Documentation Index</h1> <ul> - <li><a href="installation_guide.html">Installation Guide</a> - Provides - instructions on how to install the WSO2 Identity Solution. + <li><a href="installation_guide.html">Installation Guide</a> - Provides instructions on how to install the WSO2 Identity Server. </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> + <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 Server in a 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 to WSO2 Identity Server</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 with Simple Registration and OpenID InfoCard login for websites using our components.</li> - <li><a href="oprp_developer_guide2.html">Relying Party Developer Guide - III</a> - - Describes how to enable OpenID login with OpenID Attribute Exchange and OpenID Provider Authentication Policy Extension 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/installation_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/documentation/src/site/xdoc/installation_guide.xml?rev=40623&r1=40622&r2=40623&view=diff ============================================================================== --- trunk/solutions/identity/modules/documentation/src/site/xdoc/installation_guide.xml (original) +++ trunk/solutions/identity/modules/documentation/src/site/xdoc/installation_guide.xml Thu Jul 2 05:37:17 2009 @@ -21,14 +21,10 @@ <link href="css/is-docs.css" rel="stylesheet"/> </head> <body> -<p>[<a -href="http://wso2.org/downloads/solutions/identity">Download</a>] -| [<a href="index_docs.xml">Documentation Home</a>] | [<a -href="release-notes.html">Release Note</a>]</p> -<h1>WSO2 Identity Solution, v...@wso2is_version@ - Installation Guide</h1> +<p>[<a href="http://wso2.org/downloads/identity">Download</a>] | [<a href="index_docs.html">Documentation Home</a>] | [<a href="release-notes.html">Release Note</a>]</p> +<h1>WSO2 Identity Server, v2.0.0 - Installation Guide</h1> -<p>Your feedback on WSO2 Identity Solution is most appreciated. Please send them to our <a -href="index.xml#mail">mailing lists.</a></p> +<p>Your feedback on WSO2 Identity Server is most appreciated. Please send them to our <a href="mailinglists.html">mailing lists.</a></p> <h2 id="System">System Requirements</h2> @@ -36,19 +32,16 @@ <tbody> <tr> <td>Java Runtime Environment</td> - <td>1.5 (For instructions on setting up the JRE in different - operating systems, visit <a + <td>1.5/1.6 (For instructions on setting up the JRE in different operating systems, visit <a href="http://java.sun.com">http://java.sun.com</a>)</td> </tr> <tr> <td>Memory</td> - <td>256 MB</td> + <td>512 MB</td> </tr> <tr> <td>Disk</td> - <td>Approximately 80 MB will be used for the identity provider .zip - distribution - </td> + <td>Approximately 87 MB will be used for the Identity Server .zip distribution</td> </tr> <tr> <td>Operating System</td> @@ -57,48 +50,43 @@ </tbody> </table> -<h1>Installing WSO2 Identity Solution : Identity Provider v...@wso2is_version@</h1> +<h1>Installing WSO2 Identity Server v2.0</h1> <a name="win"></a> <h2 id="Installing">Installing on Microsoft Windows</h2> <p><strong>Note</strong>: Out of Microsoft Windows platforms, the WSO2 Identity -Solution, v...@wso2is_version@ release has been successfully tested only on -Windows XP.</p> +Server, v2.0.0 release has been successfully tested only on Windows XP.</p> The following steps will take you through the installation for the MS Windows XP operating system. <ol> -<li><a href="http://wso2.org/downloads/solutions/identity"> - Download</a> the WSO2 Identity solution binary distribution.</li> +<li><a href="http://wso2.org/downloads/identity">Download</a> the WSO2 Identity Server binary distribution.</li> <li>Extract the zip archive.</li> <li>Set the JAVA_HOME environment variable to your Java installation.</li> -<li>Execute the WSO2 Identity Solution : Identity Provider starting script. -e.g., C:\wso2-identity-soluti...@wso2is_version@\bin\wso2is.bat</li> -<li>Check your WSO2 Identity Solution instance using the URL https://localhost:12443</li> +<li>Execute the WSO2 Identity Server starting script. e.g., [WSO2_IS_HOME]\bin\wso2server.bat</li> +<li>Check your WSO2 Identity Server instance using the URL https://localhost:9443/carbon</li> </ol> <h2 id="Installing">Installing on Linux</h2> <ol> -<li><a href="http://wso2.org/downloads/solutions/identity"> - Download</a> the WSO2 Identity solution binary distribution.</li> +<li><a href="http://wso2.org/downloads/identity">Download</a> the WSO2 Identity Server binary distribution.</li> <li>Extract the zip archive.</li> <li>Set the JAVA_HOME environment variable to your Java installation.</li> -<li>Execute the WSO2 Identity Solution : Identity Provider starting script. -e.g., /identity/wso2-identity-soluti...@wso2is_version@/bin/wso2is start</li> -<li>Check your WSO2 Identity Solution instance using the URL https://localhost:12443</li> +<li>Execute the WSO2 Identity Server starting script. e.g.,sh [WSO2_IS_HOME]/bin/wso2server.sh </li> +<li>Check your WSO2 Identity Server instance using the URL https://localhost:9443/carbon</li> </ol> <p><strong>Note</strong>: You also need to download Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 5.0 from -<a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">here</a> and copy the two jar files from the extracted jce directory (local_policy.jar and US_export_policy.jar) to $JAVA_HOME/jre/lib/security. - +<a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">here</a> +and copy the two jar files from the extracted jce directory (local_policy.jar and US_export_policy.jar) to $JAVA_HOME/jre/lib/security. +For JDK 1.6, policy files can be downloaded from <a href="http://java.sun.com/javase/downloads/index.jsp">here</a>. </p> -<p>For details on the Management Console see <a - href="idp_administratorguide.html">Administrator's Guide</a></p> +<p>For details on the Management Console see <a href="administratorguide.html">Administrator's Guide</a></p> </body> </html> Added: trunk/solutions/identity/modules/documentation/src/site/xdoc/issuetracking.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/documentation/src/site/xdoc/issuetracking.xml?pathrev=40623 ============================================================================== --- (empty file) +++ trunk/solutions/identity/modules/documentation/src/site/xdoc/issuetracking.xml Thu Jul 2 05:37:17 2009 @@ -0,0 +1,32 @@ + + <!-- + ~ 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> + <h2>Overview</h2> + <p>This project uses <a href="http://www.atlassian.com/software/jira">JIRA</a> a J2EE-based, issue tracking and project management application.</p> + <h2>Issue Tracking</h2> + <p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p> + <p><a href="http://www.wso2.org/jira/browse/IDENTITY">http://www.wso2.org/jira/browse/IDENTITY</a></p> + + </body> +</html> Added: trunk/solutions/identity/modules/documentation/src/site/xdoc/mailinglists.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/documentation/src/site/xdoc/mailinglists.xml?pathrev=40623 ============================================================================== --- (empty file) +++ trunk/solutions/identity/modules/documentation/src/site/xdoc/mailinglists.xml Thu Jul 2 05:37:17 2009 @@ -0,0 +1,54 @@ + + <!-- + ~ 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> + + <h2>Project Mailing Lists</h2> + <p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and + an archive link.</p> + <table class="bodyTable"> + <tr class="a"> + <th>Name</th> + <th>Subscribe</th> + <th>Unsubscribe</th> + <th>Post</th> + <th>Archive</th> + </tr> + <tr class="b"> + <td>Identity Server Developers</td> + <td> + <a href="mailto:[email protected]">Subscribe</a> + </td> + <td> + <a href="mailto:[email protected]">Unsubscribe</a> + </td> + <td> + <a href="mailto:[email protected]">Post</a> + </td> + <td> + <a href="http://wso2.org/mailarchive/identity-dev/">wso2.org</a> + </td> + </tr> + </table> + </body> +</html> Added: trunk/solutions/identity/modules/documentation/src/site/xdoc/production.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/documentation/src/site/xdoc/production.xml?pathrev=40623 ============================================================================== --- (empty file) +++ trunk/solutions/identity/modules/documentation/src/site/xdoc/production.xml Thu Jul 2 05:37:17 2009 @@ -0,0 +1,115 @@ +<!-- + ~ 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 Home</a>] | [<a href="release-notes.html">Release Note</a>]</p> +<h1>WSO2 Identity Server, v2.0.0 : Deploying in Production</h1> + +<p>Following changes should be applied on a fresh Identity Server instance. (i.e. Do not start the Identity Server until the configurations are finalized)</p> + +<h2>Step 1: Changing the default key store</h2> + +<p>Open wso2is-2.0.0/conf/carbon.xml file</p> + +<p> This private key is used for the HTTPS channel and for the token issuer to sign the issued tokens. +This information has to be changed in two files.</p> + +<p>Following section of the carbon.xml should be updated to match your private key information. The private key must be available in a keystore of type +"JKS" or "PKCS12". For more information on key stores please see <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/keytool.html">here +</a>.</p><pre><![CDATA[ + + <!-- + Security configurations + --> + <Security> + <!-- + KeyStore which will be used for encrypting/decrypting passwords + and other sensitive information. + --> + <KeyStore> + <!-- Keystore file location--> + <Location>${carbon.home}/resources/security/wso2carbon.jks</Location> + <!-- Keystore type (JKS/PKCS12 etc.)--> + <Type>JKS</Type> + <!-- Keystore password--> + <Password>wso2carbon</Password> + <!-- Private Key alias--> + <KeyAlias>wso2carbon</KeyAlias> + <!-- Private Key password--> + <KeyPassword>wso2carbon</KeyPassword> + </KeyStore> + + <!-- + The directory under which all other KeyStore files will be stored + --> + <KeyStoresDir>${carbon.home}/conf/keystores</KeyStoresDir> + </Security> + +]]></pre> + +<h2>Step 2: Changing the host name</h2> + +<p>Open wso2is-2.0.0/conf/carbon.xml file</p> + +<p>The host name of the Identity Provider must be changed to match the "Common Name" of the certificate of the private key. +</p><pre><![CDATA[ + + <!-- + Host name of the machine hosting this server + e.g. www.wso2.org + --> + + <HostName>localhost</HostName> + + <ServerURL>https://localhost:${carbon.https.port}${carbon.context}/services/</ServerURL> + +]]></pre> + +<h2>Step 3: Changing the HTTP/HTTPS ports</h2> + +<p>Open wso2is-2.0.0/conf/transports.xml file</p> + +<p>The HTTP and HTTPS port also can be changed by changing the following configuration elements.</p><pre><![CDATA[ + + <transport name="http" class="org.wso2.carbon.server.transports.http.HttpTransport"> + <parameter name="port">9763</parameter> + </transport> + + <transport name="https" class="org.wso2.carbon.server.transports.http.HttpsTransport"> + <parameter name="port">9443</parameter> + </transport> +]]></pre> + +<h2>Step 4: Changing the OpenID Provider configurations</h2> + +<p>Open wso2is-2.0.0/conf/identity.xml file</p> + +<p>OpenID provider server url can be changed by changing the following configuration element. +Once this is set, OpenIDs will be generated in the following format [OpenIDUserPattern]/[User Name].</p> +<p>e.g: https://localhost:9443/openid/bob</p> +<p>Note: Both the configuration must have the HTTPS port</p><pre><![CDATA[ + <OpenIDServerUrl>https://localhost:9443/openidserver</OpenIDServerUrl> + <OpenIDUserPattern>https://localhost:9443/openid/</OpenIDUserPattern> +]]></pre> +</body> +</html> \ No newline at end of file Modified: trunk/solutions/identity/modules/documentation/src/site/xdoc/release-notes.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/documentation/src/site/xdoc/release-notes.xml?rev=40623&r1=40622&r2=40623&view=diff ============================================================================== --- trunk/solutions/identity/modules/documentation/src/site/xdoc/release-notes.xml (original) +++ trunk/solutions/identity/modules/documentation/src/site/xdoc/release-notes.xml Thu Jul 2 05:37:17 2009 @@ -26,93 +26,48 @@ </head> <body> -<h1>New WSO2 Identity Solution feature-rich with OpenID</h1> +<h1>WSO2 Identity Server : An open source Identity and Entitlement management server</h1> -<h3>WSO2 Identity Solution @wso2is_version@ Release Note</h3> +<h3>WSO2 Identity Server v2.0.0 Release Note</h3> -<h3>08 April, 2008</h3> - -<p>The WSO2 Identity Solution, which enables LAMP and Java websites to provide strong authentication based on the new interoperable Microsoft -CardSpace technology, released version 1.5 today. This new release includes OpenID and OpenID Information Cards, further enhancing the WSO2 -Identity Solution to cater to a wider audience for web based authentication. OpenID is a key feature in decentralizing single sign-on, much -favored by many users.</p> - -<p>The WSO2 Identity Solution is built on the open standards Security Assertion Mark-up Language (SAML) and WS-Trust. -This version supports SAML version 2.0 in addition to 1.1 which was available in the previous version of the WSO2 Identity Solution.</p> - -<p>WSO2's open source security offering features an easy-to-use Identity Provider that is controlled by a simple Web-based management console -and supports interoperability with multiple vendors' CardSpace components. This includes those provided by Microsoft .NET.</p> - -<p>The WSO2 Identity Solution also works with current enterprise identity directories, such as those based on the Lightweight Directory Access -Protocol (LDAP) and Microsoft Active Directory, allowing them to leverage their existing infrastructure. In addition to the Identity Provider -the WSO2 Identity Solution provides a Relying Party Component Set which plugs into the most common Web servers to add support for CardSpace -authentication and now OpenID.</p> - -<h2>New features in version 1.5</h2> - <ul> - <li>OpenID Provider and relying party component support</li> - <li>OpenID information cards based on user name-token credential and self issued credential</li> - <li>SAML 2.0 support</li> - </ul> - -<h2>Other Key Features</h2> +<h2>New Features</h2> +<ul> +<li>Entitlement Engine with XACML 2.0 support.</li> +<li>Claim based Security Token Service.</li> +<li>Extension points for SAML assertion handling.</li> +<li>XMPP based multi-factor authentication.</li> +<li>Improved User Management.</li> +<li>Claim Management.</li> +<li>User Profiles and Profile Management.</li> +<li>XKMS.</li> +<li>Separable front-end and back-end - a single front-end server can be used to administer several back-end servers.</li> +<li>Bug fixes and enhancements.</li> +</ul> +<h2>Other Features</h2> <ul> - <li>Identity provider - <ul> - <li>Simple management console</li> - <li>Ability to connect to custom user stores (LDAP/Microsoft ActiveDirectory, JDBC)</li> - <li>Built in user store</li> - <li>Support for the CardSpace default claim set</li> - <li>Support for custom claim dialects and claims types</li> - <li>Statistics/reporting/audit trail</li> - <li>Ability to revoke information cards</li> - <li>Issues information cards based on username-token credential and self issued credential</li> - </ul> - </li> - <li>Apache HTTPD relying party module - mod_cspace</li> - <ul> - <li>CardSpace authentication support for static web content</li> - <li>Support for any server side scripting language supported by Apache2</li> - <li>Easy integration interface for developers</li> - <li>Support for content management frameworks such as Drupal, MediaWiki</li> - </ul> - - <li>Java Servlet Filter relying party component</li> - <ul> - <li>Provides an intuitive plug-in for J2EE web application developers to - enable CardSpace authentication</li> - <li>Supports multi-valued claims</li> - <li>Supports a set of simple operation modes</li> - </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.1/2.0.</li> +<li>OpenID Provider.</li> +<li>Multi-factor authentication with Information Cards.</li> </ul> <h2>Reporting Problems</h2> -Issues can be reported using the public JIRA available at <a -href="https://wso2.org/jira/browse/IDENTITY">https://wso2.org/jira/browse/IDENTITY</a> +<p>Issues can be reported using the public JIRA available at <a href="https://wso2.org/jira/browse/IDENTITY">https://wso2.org/jira/browse/IDENTITY</a></p> <h2>Contact us</h2> -WSO2 Identity Solution developers can be contacted via mailing lists: <br/> -<strong>For Users: </strong><a -href="mailto:[email protected]">[email protected]</a> <br/> -<strong>For Developers:</strong><a -href="mailto:[email protected]">[email protected]</a><br/> -For details on subscriptions see <a -href="http://www.wso2.org/projects/solutions/identity#mail"> -http://www.wso2.org/projects/solutions/identity#mail</a><br/> +<p>WSO2 Identity Server developers can be contacted via mailing lists: <br/> +<strong>For Users: </strong><a href="mailto:[email protected]">[email protected]</a> <br/> +<strong>For Developers:</strong><a href="mailto:[email protected]">[email protected]</a><br/> +For details on subscriptions see <a href="http://wso2.org/mail">http://wso2.org/mail</a></p> <br/> -Alternatively, questions can also be raised in the forums: <br/> -<a -href="http://www.wso2.org/forum/308">http://www.wso2.org/forum/308</a> - -<p>For more information on WSO2 Identity Solution, visit the <a -href="http://wso2.org/library">WSO2 Oxygen Tank</a></p> - - -<p>Thank you for your interest in WSO2 Identity Solution</p> -<strong><em>-The WSO2 Identity Solution Development Team</em></strong> +<p>Alternatively, questions can also be raised in the forums:<a href="http://www.wso2.org/forum/308">http://www.wso2.org/forum/308</a></p> +<br/> +<p>For more information on WSO2 Identity Server, visit the <a href="http://wso2.org/library">WSO2 Oxygen Tank</a></p> +<br/> +<p>Thank you for your interest in WSO2 Identity Server<strong><em>-The WSO2 Identity Server Development Team</em></strong></p> <hr /> -<p>Copyright 2008 WSO2 Inc.</p> +<p>Copyright 2009 WSO2 Inc.</p> </body> </html> \ No newline at end of file Added: trunk/solutions/identity/modules/documentation/src/site/xdoc/teamlist.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/documentation/src/site/xdoc/teamlist.xml?pathrev=40623 ============================================================================== --- (empty file) +++ trunk/solutions/identity/modules/documentation/src/site/xdoc/teamlist.xml Thu Jul 2 05:37:17 2009 @@ -0,0 +1,96 @@ + +<!-- + ~ 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> + +<h2>The Team</h2> +<p>A successful project requires many people to play many roles. +Some members write code or documentation, while others are valuable as +testers, submitting patches and suggestions.</p> +<p>The team is comprised of Members and Contributors. Members have +direct access to the source of a project and actively evolve the +code-base. Contributors improve the project through submission of +patches and suggestions to the Members. The number of Contributors to +the project is unbounded. Get involved today. All contributions to the +project are greatly appreciated.</p> + +<h3>Members</h3> +<p>The following is a list of developers with commit privileges that +have directly contributed to the project in one way or another.</p> +<table class="bodyTable"> + <tr class="a"> + <th>Id</th> + <th>Name</th> + <th>Email</th> + <th>Organization</th> + </tr> + <tr class="b"> + <td><a name="ruchith"></a>ruchith</td> + <td>Ruchith Fernando</td> + <td>ruchith AT wso2.com</td> + <td>WSO2</td> + </tr> + <tr class="a"> + <td><a name="dimuthul"></a>dimuthul</td> + <td>Dimuthu Leelaratne</td> + <td>dimuthul AT wso2.com</td> + <td>WSO2</td> + </tr> + <tr class="b"> + <td><a name="dumindu"></a>dumindu</td> + <td>Dumindu Perera</td> + <td>dumindu AT wso2.com</td> + <td>WSO2</td> + </tr> + <tr class="a"> + <td><a name="saminda"></a>saminda</td> + <td>Saminda Abeyruwan</td> + <td>saminda AT wso2.com</td> + <td>WSO2</td> + </tr> + <tr class="b"> + <td><a name="nandana"></a>nandana</td> + <td>Nandana Mihindukulasooriya</td> + <td>nandana AT wso2.com</td> + <td>WSO2</td> + </tr> + <tr class="a"> + <td><a name="prabath"></a>prabath</td> + <td>Prabath Siriwardena</td> + <td>prabath AT wso2.com</td> + <td>WSO2</td> + </tr> + <tr class="b"> + <td><a name="thilinab"></a>thilinab</td> + <td>Thilina Buddhika</td> + <td>thilinab AT wso2.com</td> + <td>WSO2</td> + </tr> +</table> + +<h3>Contributors</h3> +<p>There are no contributors listed for this project. Please check +back again later.</p> + +</body> +</html> Added: trunk/solutions/identity/modules/documentation/src/site/xdoc/userguide.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/documentation/src/site/xdoc/userguide.xml?pathrev=40623 ============================================================================== --- (empty file) +++ trunk/solutions/identity/modules/documentation/src/site/xdoc/userguide.xml Thu Jul 2 05:37:17 2009 @@ -0,0 +1,81 @@ + <!-- + ~ 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"> + <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 Home</a>] | [<a href="release-notes.html">Release Note</a>]</p> + + <h2>Identity Server - User Guide</h2> + + <ul> + <li><a href="#t1">How to sign up as a new user?</a></li> + <li><a href="#t2">How to login to Identity Server as a user?</a></li> + <li><a href="#t3">How to use an external OpenID to log in to Identity Server?</a></li> + <li><a href="#t4">How to get a Managed Information Card?</a></li> + <li><a href="#t5">How to get an OpenID Information Card?</a></li> + <li><a href="#t6">How to get an OpenID?</a></li> + <li><a href="#t7">How to add a trusted Relying Party?</a></li> + <li><a href="#t8">How to enable XMPP based authentication for OpenIDs?</a></li> + </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.<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.<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> + <p>From the home page click on the "Sign-in" under the menu "Identity"</p> + <p>Enter your external OpenID there.</p> + <p>Once you return back from your OpenID Provider to the Identity Server, you can either create a new account with it or + associate that OpenID with an existing user account</p> + + <h3><a name="t4">How to get a Managed Information Card?</a></h3> + <p>Once you logged in to the Identity Server, you can download a managed information card against your profile.</p> + <p>Click on the "InfoCard/OpenID Dashboard" under the menu "My Identity"</p> + <p><img alt="Managed InfoCard" src="./images/dashboardinfocard.png" /></p> + + <h3><a name="t5">How to get an OpenID Information Card?</a> </h3> + <p>Once you logged in to the Identity Server, you can download an OpenID information card against your profile.</p> + <p>Click on the "InfoCard/OpenID Dashboard" under the menu "My Identity"</p> + <p><img alt="OpenID InfoCard" src="./images/dashboardopinfo.png" /></p> + + <h3><a name="t6">How to get an OpenID?</a></h3> + <p>Once you register with the Identity Server, you are automatically assigned an OpenID.</p> + <p>Click on the "InfoCard/OpenID Dashboard" under the menu "My Identity"</p> + <p><img alt="OpenID" src="./images/dashboard.png" /></p> + + <h3><a name="t7">How to add a trusted Relying Party?</a></h3> + <p>Once you logged in to the Identity Server, you can upload the public certificates of the trusted relying parties.</p> + <p>Click on the "Relying Parties" under the menu "My Identity"</p> + <p><img alt="Trusted RP" src="./images/rp1.png" /></p> + + <h3><a name="t8">How to enable XMPP based authentication for OpenIDs?</a></h3> + <p>Once you logged in to the Identity Server, you can configure to enable XMPP based authentication for OpenIDs.</p> + <p>Click on the "Multifactor Authentication" under the menu "My Identity"</p> + <p><img alt="XMPP" src="./images/xmpp_config.png" /></p> + + </body> +</html> _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
