Sun OpenSSO Enterprise 8.0 Developer's Guide

ProcedureTo Test the Liberty ID-WSF 1.1 Configuration

  1. Deploy the OpenSSO Enterprise client WAR on a third web container.

    • Use opensso-client-jdk15.war for web containers running the Java Development Kit (JDK) 1.5 and above.

    • Use opensso-client-jdk14.war for web containers running JDK 1.4.

  2. Configure the client sample and then configure the WSC sample.

  3. Find AMConfig.properties for the Client SDK under the user_home/OpenSSOClient directory.

    For example, path_to_client_sample_deployment_AMConfig.properties

  4. Edit the following properties in AMConfig.properties.

    • com.sun.identity.liberty.ws.wsc.certalias=test

    • com.sun.identity.liberty.ws.ta.certalias=test

    • com.sun.identity.liberty.ws.trustedca.certalias=test


    Note –

    test is the default self-signed certificate shipped with OpenSSO Enterprise. Use your own key and CA name for your customized deployment.


  5. Restart the Client SDK web container and follow the client SDK sample README to run the sample.

    All Liberty ID-WSF traffic is using version 1.1 now. You can validate this by looking at the XML message; the name space for the SOAP binding should be urn:liberty:sb:2004-04 as opposed to urn:liberty:sb: 2003-08 for version 1.0.