HCL Workload Automation, Version 9.4

Configuring the Dynamic Workload Console and master domain manager for Single Sign On

Configure the Dynamic Workload Console and master domain manager to enable Single Sing-On

About this task

Enabling Single Sing-On between Dynamic Workload Console and master domain manager requires that the WMMRealm property in your security settings be set to the same value in both the Dynamic Workload Console and master domain manager. The value itself is not relevant, but it must be same for both components. The default value for this property is WIMDefaultFileBasedRealm on the Dynamic Workload Console and TWSREALM on the master domain manager.

To enable Single Sing-On between the Dynamic Workload Console and master domain manager, perform the following steps:

Procedure

  1. Check the value of the WMMRealm property on both the Dynamic Workload Console and master domain manager, as follows:
    1. Browse to the folder where the WebSphere Application Server tools (or wastools) are stored:
      On the Dynamic Workload Console
      <TDWC_INSTALL_PATH>/wastools
      On the master domain manager
      <TWA_home>/wastools
    2. Run the following command:
      UNIX
      showSecurityProperties.sh
      Windows
      showSecurityProperties.bat
    3. Check that the WMMRealm property is set to the same value on both the Dynamic Workload Console and master domain manager. If the two values are equal, no other actions are required. If the two values are different, proceed to step 2
  2. You can perform this series of steps on either the Dynamic Workload Console or the master domain manager indifferently. Backup the WebSphere Application Server configuration using the following command:
    UNIX
    backupConfig.sh
    Windows
    backupConfig.bat
  3. Dump your current security properties to a text file by using the following command:
    UNIX
    showSecurityProperties.sh > text_file
    Windows
    showSecurityProperties.bat > text_file
  4. Customize the security properties by setting the value for the WMMRealm property to the same value as the other component.
  5. Stop the server by using the following command:
    UNIX
    stopWas.sh
    Windows
    stopWas.bat
    To stop the server, use the WebSphere Application Server administration credentials. For more information about this command, see Application server - starting and stopping.
  6. Load the new properties by entering the following command:
    UNIX
    changeSecurityProperties.sh < text_file
    Windows
    changeSecurityProperties.bat < text_file
  7. Restart the server by entering the following command:
    UNIX
    startWas.sh
    Windows
    startWas.bat
    For more information about this command, see Application server - starting and stopping.