Okta
Testiny can be configured to use Okta as your identity provider for single sign-on (SSO). Testiny supports configuring both SSO and email login, or restricting logins by requiring SSO logins. This guide explains how to configure the Okta integration using the OpenID Connect protocol.
This feature is only available in the enterprise plan. Please contact us at [email protected] for more information.
Configuring SSO
To configure SSO with Okta, you first need to create a web app integration in Okta and then configure Okta as the SSO provider in Testiny.
Configuration in Okta
If you've already created an OAuth client for Testiny in Okta, then you can skip this section and continue configuring SSO in Testiny.
-
Log into Okta, go to (1) applications and click (2)
Create App integration
as shown in the screenshot below. -
Choose
OIDC - OpenID Connect
as the sign-in method and then selectWeb Application
. -
First, define the app integration name, i.e.
Testiny
, in (1) and optionally upload the Testiny logo in (2). You can download the Testiny logo here. Then define the grant type in (3).
In (4), set the following URL as the sign-in redirect URL:
https://app.testiny.io/api/v1/oauth/redirect
In (5), set the following URL as the sign-out redirect URL:
https://app.testiny.io/api/v1/auth/logout
-
Scroll down and choose an option for controlled access. If you're unsure now, you can select
Skip group assignment for now
. Then clickSave
to create the app integration. -
You then see the created app integration. Click
Edit
to modify the client credentials, check theRequire PKCE as additional verification
checkbox and clickSave
. -
Note that you'll need the client ID (1) and client secret (2) in the next step when configuring SSO in Testiny.
Configuration in Testiny
To configure Okta as your SSO provider, you need to have admin rights in Testiny. In Testiny, go to the settings and select Organization (1), as shown in the screenshot below. Click on 'Configure single sign-on' (2). A side panel (3) opens where you need to define the following options:
- Provider — Choose 'Okta' from the list.
- OpenID Configuration — Specify the URL to the OpenID Connect metadata. In Okta, the URL should look like the following example:
https://((oktadomain))/oauth2/((oktaAuthServerId:a))/.well-known/openid-configuration
You need to replace ((oktadomain)) and ((oktaAuthServerId:a)) with the values from your Okta account. You can also see the official Okta documentation on how to create this URL. - SSO Domains — Enter the domains that will be able to use single sign-on.
3.1 If you have already invited users from these domains to your Testiny organization, an option will show up to change the login type of these users. By default, the users' login type will be set to "SSO allowed". - Client ID — Enter the client ID of the client app created in Okta.
- Client Secret — Enter the client secret of the client app created in Okta.
- Click on "Save". Once SSO is successfully configured, you can invite SSO users to your organization or update existing users to use SSO login in the user management settings.
To invite users to your organization, navigate to Settings > User management and click the "Invite" button in the top left corner. A side panel will appear, where you can choose whether the SSO login is allowed, required or disabled:
- allowed — the user can log in via SSO, but can also create a password in Testiny and use the email login
- required — the user must log in via SSO
- disabled — the user cannot log in via SSO, only with email login
Then, enter the email address of the user to be added and optionally the first and last name. In the "Role" drop-down, you can adjust the user’s permissions. Learn more about the user management in Testiny.
Logging into Testiny
When SSO is configured in your Testiny organization and the user is invited as an SSO user, they can simply log in to Testiny on the login page. When SSO is required, the user can only log in with SSO. If SSO is allowed but not required, the user might also log in via email and password.
Please note that the owner of the organization in Testiny cannot be restricted to require SSO login so that the owner can always log in with email & password.
Disabling SSO
To disable SSO, go to Settings > Organization and click the next to the configured provider. A dialog will be shown to see which users are affected and cannot log in via SSO anymore. After confirming, SSO is disabled and you continue using email/password login or set up a new SSO provider.
Changing your SSO provider
If you want to modify your SSO configuration or change to another SSO provider, simply click the "Configure sinlge sign-on" button to open the configuration side panel. You can change the SSO provider and set up a new SSO configuration, or add new SSO domains to your current configuration. If you remove an SSO domain, single sign-on may be deactivated for users in this SSO domain.