Integrating Remedy SSO with TrueSight Presentation Server
The TrueSight Presentation Server integrates with Remedy Single Sign-On to authenticate the TrueSight products that are registered with the Presentation Server. After registering Remedy Single Single Sign-On with the Presentation Server, you can configure some of the Remedy Single Sign-On settings from the TrueSight console.
Note
- You can also configure an existing Remedy Single Sign-On that is integrated with other BMC products to work the Presentation Server.
- If you are configuring the PostgreSQL database to work with the Presentation Server and Remedy Single Sign-On, you must have the PostgreSQL version 9.6.03 or later installed.
- For a POC deployment of the Presentation Server with a Remedy Single Sign-On on the same machine, during installation of the Presentation Server ensure that you have assigned different port numbers for Tomcat and PostgreSQL.
To update the Remedy SSO configuration from the TrueSight console
You can update the protocol, port number, and Admin password changes done to the Remedy SSO server settings from the TrueSight console.
- From the TrueSight console, select Administration > Remedy SSO.
Click the action menu for Configure Remedy SSO with TrueSight Presentation Server and select Edit.
The Remedy SSO Integration page displays the following fields:Field Description SSO Server Host Review the Fully Qualified Domain Name (FQDN) of the Remedy Single Sign-On server. You cannot change this setting. SSO Server Protocol Displays the protocol selected at the time of installation. It is either HTTP or HTTPS. You can change this settings. Import Certificate You can import a custom certificate of Remedy SSO into the TrueSight Presentation Server.
SSO Server Port Use the default port number, or enter a new port number. SSO Server Username Use the default Remedy Single Sign-On username (Admin). Do not change this. SSO Server Password Enter the password for the Admin user for Remedy Single Sign-On. - Click Test Connection to verify the connection to the Remedy Single Sign-On server. See the notification to ensure the connection was successful.
- From the command prompt window, run the following commands to restart the TrueSight Presentation Server:
tssh server stop
tssh server start
To update the Remedy SSO configuration using the tssh commands
You can configure the protocol, port number, and password for the Remedy SSO settings using the TrueSight Presentation Server tssh commands.
- Open a command prompt window and navigate to the following folder:
- (Windows) <installationDirectory>\truesightpserver\bin
- (Linux) <installationDirectory>/truesightpserver/bin
- Run the following commands to change the configurations:
tssh properties set bmc.sso.protocol <protocol>
tssh properties set bmc.sso.port <portNumber>
tssh properties set bmc.sso.password <new password> encrypt
- Run the following command to apply the changes:
tssh properties reload
- From the command prompt window, run the following commands to restart the TrueSight Presentation Server:
tssh server stop
tssh server start
Related topic
Installing the Presentation Server
Related video
Watch the video on how to create a keystore for Tomcat Web Server.
https://www.youtube.com/watch?v=opXO0OcLbno?rel=0
Related blogs in BMC Communities
TrueSight 11.00 & Remedy Single Sign-on 9.1.03.01 Install & Configuration
New supported authentications for Truesight 11.x with Remedy Single Sign-On
Comments
Log in or register to comment.