Configuring the Sametime Proxy Server for single sign-on in Verse

Edit the stproxyconfig.xml file on the Sametime® Proxy Server to configure SAML settings.

Procedure

  1. Back up the stproxyconfig.xml file, which is stored in the following location on the deployment manager:

    wasroot/AppServer/profiles/dmgr_profile/config/cells/cell_name/nodes/node_name/servers/STProxyServer/stproxyconfig.xml

  2. Open the stproxyconfig.xml file with a text editor.
  3. Add or edit the SAMLAuth setting in the configuration/server section.
    For example,
    <configuration>
        <server>
            <SAMLAuth>true</SAMLAuth>
          </server>
      </configuration>
  4. Save and close the file.
  5. Synchronize and restart the Sametime Proxy Server nodes by completing steps 6 - 11.
  6. Log in to the deployment manager's (the Sametime System Console) Integrated Solutions Console as the WebSphere® administrator.
  7. Stop the deployment manager by completing the following steps:
    1. Click System Administration > Deployment manager.
    2. Click the Configuration tab.
    3. On the Configuration tab of the deployment manager settings, click Stop.
  8. Start the deployment manager by completing the following steps:
    1. Open a command window and navigate to the was_install_root/profiles/DeploymentManagerName/bin directory.
    2. Run the following command:
      • IBM® AIX® or Linux™

        ./startManager.sh

      • Microsoft™ Windows™

        startManager.bat

  9. Log in to the WebSphere Integrated Solutions Console.
  10. Wait until all of the nodes have started and then synchronize all nodes by completing these steps:
    1. Click System Administration > Nodes.
    2. Select all nodes in the cluster.
    3. Click Full Resynchronize.
  11. Restart all nodes in the cluster:
    1. Click System Administration > Node agents.
    2. Select all of the node agents, and then click Restart.
    3. Wait until all nodes have started before proceeding to another task.