Single Sign-On Configurations (Legacy)
This document covers TestOps Legacy version only.
Katalon TestOps offers users the Ultimate Plan to manage logins with Single Sign-On (SSO) for a more personalized and secure connection. This guide shows how to set up SSO for your enterprise connection.
You must be an Owner or Admin of your Organization.
You need to subscribe to Katalon TestOps Ultimate plan. See: Katalon Plans.
You need to configure a Custom Domain. Refer the following topic for further information: Configure a Custom Domain for an Organization.
Configure an identity provider (IdP)​
To configure SSO in Katalon TestOps, you need to generate metadata by setting up an identity provider (IdP).
Katalon supports all SAML IdPs that conform to the SAML 2.0 protocol. You can refer to these 3 platform to configure your IdP:
- Okta. To learn more about Okta, see:Â Okta.
- Auth0. To learn more about Auth0, see:Â Auth0.
- Ping. To learn more about Ping, see:Â Ping.
To set up the IdP, input the bellow values into your IdP settings. Refer to the guidelines provided by the specific platform or IdP service you are integrating with for detailed instructions.
-
Single sign-on SSO URL:Â
https://login.katalon.com/realms/katalon/broker/{custom-domain}/endpoint- Example: If you've set up a Custom Domain such as
testops.katalon.io, the SSO URL will be:https://login.katalon.com/realms/katalon/broker/testops/endpoint
- Example: If you've set up a Custom Domain such as
-
SP Entity ID:Â
https://login.katalon.com/realms/katalon/broker/{custom-domain}/endpoint- Example: If you've set up a Custom Domain such as
testops.katalon.io, the SP Entity ID will be:https://login.katalon.com/realms/katalon/broker/testops/endpoint
- Example: If you've set up a Custom Domain such as
-
Attribute statement:Â
Email
Note:
- All values for the above configurations are case-sensitive.
{custom-domain}Â is your Custom Domain that you have configured. See:Â Custom Domain Configurations.
Metadata of the IdP is usually represented in the form of an XML file and typically provided by the IdP itself. Your metadata is then automatically encrypted in the Katalon database.