-
Run this command in your shell to create a
keystore.p12key store file using the certificate in thecertificate.crtfile and a corresponding private key in theprivateKey.keyfile:After entering the command, you will be prompted to enter and verify an export password to protect the key store file. Remember this password as you will need it in step #6. -
Switch to the CLI of the XCC and execute the following instructions one by one:
-
Copy the
keystore.p12file into the folder specified above. -
Execute the following instructions one by one:
-
Open the
auth/auth/auth.ymlfile using the XCC Expert Editor. -
In the
saml2AuthBackendssection, under your IdP config (here asmySaml), add the following block and enter your key store password as thepasswordparameter:auth.yml - Click Publish. The authentication configuration becomes active within about one minute.
User Authentication
Enable Request Signing for SAML
Sign SAML authentication requests with a key store when your identity provider requires it.
This optional feature requires creating a key store containing the certificate of a custom certificate authority and a private key that is used to sign the authentication request.