Author: prabath Date: Wed Jul 1 02:29:20 2009 New Revision: 40496 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40496
Log: renaming key store to wso2carbon Modified: trunk/wsas/java/docs/xdoc/sts_guide.xml Modified: trunk/wsas/java/docs/xdoc/sts_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/docs/xdoc/sts_guide.xml?rev=40496&r1=40495&r2=40496&view=diff ============================================================================== --- trunk/wsas/java/docs/xdoc/sts_guide.xml (original) +++ trunk/wsas/java/docs/xdoc/sts_guide.xml Wed Jul 1 02:29:20 2009 @@ -1,57 +1,57 @@ -<!-- - ~ 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> - <body> - <h1>Security Service Token Sample Guide</h1> - <p>In this sample we will demonstrate the usage of wso2wsas-sts service and its applications. - The demonstration of this sample also uses the default echo service as the service provider. - </p> - <h2>HOW TO BUILD AND RUN THE SAMPLE</h2> - <ol type="1"> - <li>Setup the sample by running the given Apache Ant build. $ ant</li> - - <li>Start WSO2 WSAS (If you haven't already started it)</li> - <li>Log into WSO2 WSAS administration console.</li> - <li>Select "wso2wsas-sts" service and setup security scenario "Sign and encrypt - X509 - Authentication; on it. - Make sure wso2wsas.jks keystore (WSO2WSAS keystore) is used - </li> - <li>Select "HelloService" service and copy the http service address. - Select "wso2wsas-sts" service and navigate to STS Configuration. - Paste/type the http endpoint address of "HelloService" service in - "Add new trusted service"->"Endpoint Address" - - Select the WSO2WSAS private key's certificate alias (wso2wsas) - </li> - <li>Select Hello Service and setup security scenario "SecureConversation - Sign and Encrypt - Service - as STS - Bootstrap policy - Sign and Encrypt , X509; Authentication on it. - Makesure wso2wsas.jks keystore (WSO2WSAS keystore) is used. - </li> - <li>Upload sts-sample/conf/client.cert into the wso2wsas keystore using the - WSO2WSAS admin console. - </li> - <li>Run client - $ ./run-client.sh <wso2wsas-sts-http-address> <hello-service-http-address> - OR - run-client.bat <wso2wsas-sts-http-address> <hello-service-http-address></li> - - </ol> - </body> +<!-- + ~ 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> + <body> + <h1>Security Service Token Sample Guide</h1> + <p>In this sample we will demonstrate the usage of wso2carbon-sts service and its applications. + The demonstration of this sample also uses the default echo service as the service provider. + </p> + <h2>HOW TO BUILD AND RUN THE SAMPLE</h2> + <ol type="1"> + <li>Setup the sample by running the given Apache Ant build. $ ant</li> + + <li>Start WSO2 WSAS (If you haven't already started it)</li> + <li>Log into WSO2 WSAS administration console.</li> + <li>Select "wso2carbon-sts" service and setup security scenario "Sign and encrypt - X509 + Authentication; on it. + Make sure wso2carbon.jks keystore (wso2carbon keystore) is used + </li> + <li>Select "HelloService" service and copy the http service address. + Select "wso2carbon-sts" service and navigate to STS Configuration. + Paste/type the http endpoint address of "HelloService" service in + "Add new trusted service"->"Endpoint Address" + + Select the wso2carbon private key's certificate alias (wso2carbon) + </li> + <li>Select Hello Service and setup security scenario "SecureConversation - Sign and Encrypt - Service + as STS - Bootstrap policy - Sign and Encrypt , X509; Authentication on it. + Makesure wso2carbon.jks keystore (WSO2 WSAS keystore) is used. + </li> + <li>Upload sts-sample/conf/client.cert into the wso2carbon keystore using the + WSO2 WSAS admin console. + </li> + <li>Run client + $ ./run-client.sh <wso2carbon-sts-http-address> <hello-service-http-address> + OR + run-client.bat <wso2carbon-sts-http-address> <hello-service-http-address></li> + + </ol> + </body> </html> \ No newline at end of file _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
