Configuring BMC Remedy Single Sign-On integration for BMC Digital Workplace Catalog
Overview of integrating BMC Digital Workplace Catalog with Remedy Single Sign-On
To integrate BMC Digital Workplace Catalog with Remedy Single Sign-On, perform the following tasks:
- Task 1: Perform the pre-integration preparation tasks
- Task 2: Configure for integration with
- Task 3: Configure the server for integration with
- Task 4: To configure integrated applications to not require the tenant domain
- Task 5: To configure logging to help troubleshoot issues with
- Task 6: To validate the integration between and
Task 1: Perform the pre-integration preparation tasks
- Create a catalog administrator user with admin, myit admin, and myit super admin permissions on the ITSM server.
- To leverage and use the default BMC Digital Workplace Catalog system users, you must enable AR authentication for bypasswhile using any of the supported authentication systems.
- Ensure you can access BMC Digital Workplace Catalog server from the command line as <BMC_DWP_USER>. Example: Demo
Obtain the following installation settings, used for the BMC Digital Workplace Catalog installation:
Installation parameter
Description
Example
installLocationThe location of the BMC Digital Workplace Catalog installation.
/opt/bmc/digitalworkplacetenant_domain_nameThe tenant domain name configured for the BMC Digital Workplace Catalog.
calbro.combmc_dwp_server_host_nameThe fully qualified domain name or IP address of the server on which BMC Digital Workplace Catalog is installed
127.0.0.1
Now you can configure the BMC Digital Workplace Catalog server to authenticate through Remedy Single Sign-On.
Task 2: Configure Remedy Single Sign-On for integration with BMC Digital Workplace Catalog
To configure the authentication scheme to prepare for integration with BMC Digital Workplace Catalog:
- Log onto the Remedy Single Sign-On Administration Console.
Go to General > Advanced and set values based on the following example:
- Cookie Name: Any arbitrary value.
- Backchannel Service URL: The URL to access Remedy Single Sign-On.
Go to Realm > General to confirm that the value of the Tenant field matches the tenant domain name configured for BMC Digital Workplace Catalog.
In the Application Domains field, add the domain of the BMC Digital Workplace Catalog server.
- Go to Realm > Authentication to confirm the AR Server Information settings.
Click Test.
The success message will appear if the configuration is correct.- Save the configuration.
Task 3: Configure the BMC Digital Workplace Catalog server for integration with Remedy Single Sign-On
- Navigate to /opt/bmc/digitalworkplace/sb/configure_rsso/
- Type ./configure_rsso.sh
You will be prompted to provide the following details:
Prompt
Example
Enter agent id
Note:
The agent-id value for BMC Digital Workplace Catalog and BMC Digital Workplace must match for the single logout functionality to work.
agent-dwpcatalogEnter SSO External URL
http://<RemedySSO_Server>:<Port>/rssoEnter SSO Service URL
http://<RemedySSO_Server>:<Port>/rssoEnter Tenant domain set in SSO Realm configuration
Enter the BMC Helix Digital Workplace Catalog system administrator login name
DWPCAdminPassword for BMC Helix Digital Workplace Catalog system administrator
***************Enter Tenant administrator login name
Password for Tenant administrator
***************Restart the BMC Digital Workplace Catalog server.
The following video (14:20) describes how to configure BMC Digital Workplace Catalog with Remedy Single Sign-On:
The [confluence_iframe] macro is a standalone macro and it cannot be used inline.
https://www.youtube.com/watch?v=K6T5MzQqGNM
- (High availability) To configure additional BMC Digital Workplace Catalog servers to authenticate using Remedy Single Sign-On as an ID provider, ensure that all the servers share the same values for the following settings:
- sso-external-url
- sso-service-url
- agent-id
Task 4: To configure integrated applications to not require the tenant domain
BMC Digital Workplace Catalog by default requires end users to enter the tenant domain when logging in to BMC Digital Workplace Catalog.
- User login that requires a tenant domain has the following format <user login>@<domain.com>
- User login that does not require a tenant domain has the following login format - <user>
You can configure integrated applications not to require the tenant domain. Without this setting, applications require login requests in a format used by BMC Digital Workplace Catalog. With this setting, applications accept login requests that do not include a tenant domain.
Configure the following applications not to require the tenant domain:
- To configure BMC Remedy Mid Tier to not require the tenant domain
- To configure to not require the tenant domain
To configure BMC Remedy Mid Tier to not require the tenant domain
- On the server that hosts the mid tier, go to the mid tier location (for example, /opt/bmc/ARSystem/midtier/) and create a configuration folder named conf.
- Create a new file called rsso-authenticator.properties.
Open the rsso-authenticator.properties file in a text editor, and add the following line:
ignore-tenant=true- Save and close the file.
- Go to <Mid Tier installation directory>/WEB-INF/classes (for instance, /opt/bmc/ARSystem/midtier/WEB-INF/classes).
Open the config.properties file in a text editor, and add the following line to reference the rsso-authenticator.properties file:
Windowsarsystem.authenticator.config.file=rsso-authenticator.propertiesLinuxarsystem.authenticator.config.file=rsso-authenticator.propertiesIn the apache tomcat\conf\catalina.properties file, add the following line:
shared.loader=<Mid Tier installation directory>\conf
OR
shared.loader="C:/MidtierPath/conf"- Save and close the file.
- (Windows server only) On a Windows server that hosts the mid tier, perform the following tasks:
- Open the Tomcat console, and add <Mid Tier installation directory>\conf to the Java Classpath:
- Restart the Tomcat server.
- Open the Tomcat console, and add <Mid Tier installation directory>\conf to the Java Classpath:
To configure BMC Helix Digital Workplace to not require the tenant domain
- On the BMC Helix Digital Workplace server, go to <BMC Digital Workplace tomcat directory>/external-conf
Open the sso-sdk.properties file in a text editor, and add the following line:
ignore-tenant=true- Save and close the file.
Task 5: To configure logging to help troubleshoot issues with Remedy Single Sign-On
- On the BMC Digital Workplace Catalog server, open /opt/bmc/dw/bin/arserverd.conf.
- Copy the last jvm.option.xx parameter, and add it to the file.
Replace the xx value of the jvm.option.xx parameter with the "+1" value. In the following example, the previous line was 22:
jvm.option.23=-Drsso.log.cfg.file=/opt/bmc/digitalworkplace/conf/rsso-log.cfgOpen /opt/bmc/digitalworkplace/conf/rsso-log.cfg, and make sure it has the following configuration:
rsso.log.name.format=rs_Try.%g.log
rsso.log.level=FINEST
rsso.log.roll=10
rsso.log.limit=5242880
rsso.log.dir=/opt/bmc/digitalworkplace/db/- Open /opt/bmc/digitalworkplace/pluginsvr/log4j_pluginsvr.xml
Make the following changes to debug:
<logger name="com.bmc.arsys.pluginsvr">
<level value="debug" />
</logger>
......
<root>
<priority value ="error" />
<appender-ref ref="PluginLog" />
</root>Open the /opt/bmc/digitalworkplace/conf/logback_server.xml
<logger name="com.bmc.rsso" level="DEBUG" additivity="false">
<appender-ref ref="BUNDLE" />
</logger>- Restart the BMC Digital Workplace Catalog server.
- Log in to the Mid tier tool as Demo.
- Click on the AR System Administration Console, and go to Common Server Configuration > General > Plugin Server Configuration.
- Click OK through the warning messages that show up.
- Once the Plugin Server Configuration screen appears, click on the Plugin Server Configuration tab.
- Under the Logging Configuration, switch the Enable Plugin Log to True and the Log Level to Debug, and click Apply.
- Click OK through the warning messages that show up.
Task 6: To validate the integration between BMC Digital Workplace Catalog and Remedy Single Sign-On
Once you have carried out all the necessary steps, log in to BMC Digital Workplace Catalog and BMC Digital Workplace to ensure Remedy Single Sign-On has been installed and configured correctly. If it is correctly installed, you will be able to access both servers by logging in just once.
Where to go from here
Complete the remaining procedures in Configuring-after-installation-of-BMC-Digital-Workplace-Catalog that are required for your deployment scenario.