Manually integrating BMC Helix Single Sign-On with Jetty server
A administrator can manually integrate () with the Jetty server. A manual integration is required when:
- You are using version 19.05 or earlier.
- The installation fails.
By default, the and Jetty server are installed on the same computer.
Before you begin
- Make sure that the server is up and running.
- Extract the installer on a Jetty server.
To manually integrate SSO with Jetty server
- Stop the .
In the ar.cfg file located in the ARSystemInstallationDirectory/conf folder, add the following lines:
Server-Plugin-Alias:
AREA AREA 127.0.0.1:9999
External-Authentication-RPC-Socket:390695
Authentication-Chaining-Mode:2
Use-Password-File:T
Crossref-Blank-Password:F
Allow-Guest-Users: F- In the rsso.cfg file, located in the RSSODistr/BMCRemedySSO/Disk1/files/rsso-area-plugin/rsso.cfg folder, perform the following steps:
- Define the server URL. Add the domain name registered with the server along with server name.
SSO-SERVICE-URL: http://RSSOServerName:Port/rsso
For example, RSSOServerName.domain.com - Copy the modified rsso.cfg file to the ARSystemInstallationDirectory/conf folder.
- Define the server URL. Add the domain name registered with the server along with server name.
- Add the rsso-agent.properties file, file and move the rsso-agent.properties file to the ARSystem/Conf folder.
Set the properties as shown in the following example.
Before setting the properties, ensure that the domain name you are using in the URL is registered with the server.agent-id=midtier_agent
sso-external-url=http://<RSSOServerName.domain name>:<RSSOServerPort>/rsso
sso-service-url=http://<RSSOServerName.domain name>:<RSSOServerPort>/rsso
logout-urls=/api/rsso-logout
- Perform the following steps to add the rsso-log.cfg file and move it to the AR_SERVER_HOME/conf folder:
- In the rsso-log.cfg file, update the required information (for example, log directory and log level).
- Copy the modified rsso-log.cfg file to the AR_SERVER_HOME/conf folder.
- Perform the following steps to update the pluginsvr_config.xml file located in the AR_SERVER_HOME/pluginsvr folder:
Comment the following plug-ins (if they exist):
ARSYS.ARF.ATSSOCONFIRMPWD
ARSYS.AREA.ATRIUMSSOAdd the following plug-ins:
<plugin>
<name>ARSYS.AREA.RSSO</name>
<classname>com.bmc.rsso.plugin.area.RSSOPlugin</classname>
<pathelement
type="location"><AR_SERVER_HOME>/pluginsvr/rsso-area-plugin-all.jar</pathelement>
<pathelement
type="location"><AR_SERVER_HOME>/pluginsvr/gson-2.3.1.jar</pathelement>
<userDefined>
<configFile><AR_SERVER_HOME>/conf/rsso.cfg</configFile>
</userDefined>
</plugin>Ensure that the version of the gson-2.3.1.jar file is compatible with the version installed.
To update the arserverd.config file, located in the ARSystemInstallationDirectory\bin folder, add the following line after JVM.Option.NN parameters, where NN is next number in the file. For example, if the file contains last number as 22, NN is 23.
jvm.option.23=-Drsso.log.cfg.file=<AR_SERVER_HOME>/conf/rsso-log.cfgCopy the following JAR files:
File name
From location
To location
rsso-area-plugin-all.jar
RSSODistr/BMCRemedySSO/Disk1/files/rsso-area-plugin/rsso-area-plugin-all.jar
AR_SERVER_HOME/pluginsvr
gson-2.3.1.jar
RSSODistr/BMCRemedySSO/Disk1/files/lib/gson-2.3.1.jar
AR_SERVER_HOME/pluginsvr
rsso-agent-osgi.jar
RSSODistr/BMCRemedySSO/Disk1/files/rsso-agent/rsso-agent-osgi.jar
AR_SERVER_HOME/deploy
- Start the .
is integrated with the Jetty server.
When the manual integration is complete, on the server, add a new realm for every tenant. See the following screenshot to learn where to configure a realm.
For more information, see Adding and configuring realms in online documentation.
Where to go from here