Connecting Remedy SSO agent to multiple Remedy SSO servers
However, you can configure the Remedy SSO agent to support communication with multiple Remedy SSO servers on different domains.
The mapping between a domain and a Remedy SSO server (<domain>:<url>) is defined through the sso-external-url and sso-service-url properties in the rsso-agent.properties file.
To support multiple Remedy SSO servers on a single Remedy SSO agent, you must set different values of the domain-to-server mapping as comma-separated strings.
In the following configuration example, firstcompany and secondcompany are the Remedy SSO server domains, and firstcompany-rsso.bmc.com and secondcompany-rsso.bmc.com are the Remedy SSO server URLs:
sso-external-url=firstcompany:https://firstcompany-rsso.bmc.com:8443/rsso,secondcompany:https://secondcompany-rsso.bmc.com:8443/rsso
sso-service-url=firstcompany:http://firstcompany-rsso.bmc.com:8080/rsso,secondcompany:http://secondcompany-rsso.bmc.com:8080/rsso
sso-service-url=firstcompany:http://firstcompany-rsso.bmc.com:8080/rsso,secondcompany:http://secondcompany-rsso.bmc.com:8080/rsso