Skip to main content

Okta

Okta can be configured as the Identity Provider for OIDC, which is an authentication protocol that securely verifies user identities through a trusted provider. This document explains how to obtain the required credentials from the Okta Developer Console. Refer to the OIDC Setup guide to configure OIDC in your application.

Generating Client ID and Client Secret on Okta Developer Console​

  1. Sign in to the Okta Developer Console.

  2. Navigate to the Applications section and click Create App Integration.

    Okta: SSO
  3. Select OIDC - OpenID Connect as the Sign-in method and Web Application as the Application type. Click on the Next button.

    Okta: SSO
  4. Enter an App integration name and set the Sign-in redirect URIs to Redirect URL from ToolJet.

    Okta: SSO
  5. Create the application.

  6. Copy the Client Credential and configure them in ToolJet.

    Okta: SSO
  7. Follow Okta Auth Servers Documentation to find the well known URL.