Configuring a SecureAuth integration with Immuta
Creating an IAM integration with SecureAuth (SAML)
Immuta Configuration
Issuer = base Immuta url (
https://<your_immuta_url>.com
)Entry point = SSO URL generated in SecureAuth
Cert = generated .cer in SecureAuth converted to .pem with
openssl x509 -in downloaded_file.cer -out downloaded_file.pem
SecureAuth Configuration
Identifier = Same value as the Issuer in Immuta (
https://<your_immuta_url>.com
)Assertion Consumer Service = Callback URL generated at the top of the IAM configuration in Immuta -
https://<your_immuta_url>.com/bim/iam/${IAM_ID}/user/authenticate/callback
Ensure the Application is configured as SP initiated rather than IdP initiated.
Last updated