Configuring BMC Atrium Single Sign-On as an IdP
If you configure the BMC Atrium Single Sign-On server as an Identity Provider (IdP), do not use this server as the integration server for BMC products. Instead, a separate BMC Atrium Single Sign-On server should be configured as a Service Provider (SP) and used as the integration host.
Importing a Circle of Trust certificate (X509 certificate)
Before creating the IdP, a X509 certificate is needed for signing communications between the IdP and SP of the SAML Circle of Trust (COT). When you want to add a certificate in an existing COT, the certificate must be imported into the keystore. A default certificate is created and stored in the keystore during the installation with the alias name of test. This certificate can be used without creating and importing a new certificate. For more information, see Managing-certificates-in-BMC-Atrium-Single-Sign-On.
To import the Circle of Trust certificate
When BMC Atrium Single Sign-On is configured as an IdP, the Circle of Trust certificate must be imported into a keystore for the server to use.
Navigate to the keystore location, and replace the test certificate with your generated certificate.
- If the password for the keystore was changed, update the default .keypass and .storepass configuration files with the encrypted form of the new password.
The configuration files are located in the same <installationDirectory>/tomcat/ directory as the Circle of Trust keystore. Stop and restart the Tomcat server.
To encrypt the password for storage in the files
- Enter the following URL into the browser:
https://<host>:<port>/atriumsso/encode.jsp
In this case:- host is the FQDN of the BMC Atrium Single Sign-On host.
- port is the port number that BMC Atrium Single Sign-On is using for secure communication.
- Enter a new password.
- To encrypt the value, click Encode.
- Copy the encrypted password into the configuration files.
- Stop and restart the BMC Atrium Single Sign-On server.
Creating a local IdP
The Local Identity Provider (IdP) Editor has the following options:
To create a local IdP
- On the BMC Atrium SSO Admin Console, select the realm that you want to edit.
- On the Federation tab, click Add.
- Select Local Identity Provider (IdP).
- Enter the values for fields on the Local IdP editor.
- Click Save.
The fields on the local IdP editor are as follows:
Services tab
Signing/Encryption tab
Logging tab
Assertion Processing tab
Creating a remote SP
- On the BMC Atrium SSO Admin Console, select the realm that you want to edit.
- On the Federation panel, click Add.
- Select Remote Service Provider (SP).
- Add a URL for the remote SP and upload the SP metadata to the Create Service Provider (SP) window. For more information about parameters, see Create-Remote-Service-Provider.
- Click Save
- On the Federation panel, select the remote IdP.
- Click Edit.
- Provide the remote SP parameters.
- Click Save.
Remote SP Editor parameters
The Remote Service Provider (SP) Editor has the following options:
The fields on the Remote SP editor are:
Services tab
Signing/Encryption tab
Authentication Request
Assertion Processing
(Optional) Federate your user accounts in bulk
For information about using bulk federation, see Federating-user-accounts-in-bulk.
Where to go from here
- For information about managing users, user groups, and authentication modules, see Administering.
- For information about troubleshooting SAMLv2 authentication, see Troubleshooting-SAMLv2.