Use > JMX Reference > Hardening Methods > How to Enable Login to Universal CMDB with LW-SSO

How to Enable Login to Universal CMDB with LW-SSO

  1. Access the JMX console by entering the following address into your Web browser: https://<server_name>:8443/jmx-console, where <server_name> is the name of the machine on which Universal CMDB is installed.
  2. Under UCMDB-UI, click the name=LW-SSO Configuration to open the Operations page.
  3. Set the init string using the setInitString method.
  4. Set the domain name of the machine on which UCMDB is installed using the setDomain method.
  5. Invoke the method setEnabledForUI with the parameter set to True.
  6. Optional. If you want to work using multi-domain functionality, select the addTrustedDomains method, enter the domain values and click Invoke.
  7. Optional. If you want to work using a reverse proxy, select the updateReverseProxy method, set the Is reverse proxy enabled parameter to True, enter a URL for the Reverse proxy full server URL parameter, and click Invoke. If you want to access UCMDB both directly and using a reverse proxy, set the following additional configuration: select the setReverseProxyIPs method, enter the IP address for the Reverse proxy ip/s parameter and click Invoke.
  8. Optional. If you want to access UCMDB using an external authentication point, select the setValidationPointHandlerEnable method, set the Is validation point handler enabled parameter to True, enter the URL for the authentication point in the Authentication point server parameter, and click Invoke.
  9. To view the LW-SSO configuration as it is saved in the settings mechanism, invoke the retrieveConfigurationFromSettings method.
  10. To view the actual loaded LW-SSO configuration, invoke the retrieveConfiguration method.

Note You cannot enable LW-SSO via the user interface.