Configuring Workspace to Use Kerberos

If you are using Kerberos with TIBCO Workspace, you must configure Workspace not to display the Workspace login page if the user is already authenticated by Kerberos, and not to display the Workspace logout button.

Procedure

  1. Open the config.xml file.
    For information about how this file should be opened (that is, via the Configuration Administrator or via the file system), see the "Introduction" section in the TIBCO Workspace Configuration and Customization guide.
  2. Locate the authenticationMode record.
  3. Ensure that the mode attribute has the value useSessionByDefault to hide the Workspace login page if the user is already authenticated. For example:
    <record jsxid="authenticationMode" mode="useSessionByDefault">
  4. Locate the showLogoutButton record.
  5. Amend the showLogout attribute to false to hide the Workspace logout button. For example:
    <record jsxid="showLogoutButton" showLogout="false">
  6. Save and close the config.xml file.