ToolJet/docs/versioned_docs/version-3.16.0-LTS/user-management/sso/oidc/okta.md

29 lines
1.7 KiB
Markdown
Raw Normal View History

2025-08-04 06:49:49 +00:00
---
id: okta
title: 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](/docs/user-management/sso/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](https://developer.okta.com/).
2. Navigate to the **Applications** section and click **Create App Integration**.
<img className="screenshot-full" src="/img/user-management/sso/oidc/okta/create-app.png" alt="Okta: SSO"/>
2025-11-03 08:12:05 +00:00
3. Select **OIDC - OpenID Connect** as the **Sign-in method** and select the **Application type**:
- **Web Application** for Authorization Code
- **Single Page Application** for Authorization Code with PKCE <br/><br/>
Click on the **Next** button. <br/><br/>
2025-08-04 06:49:49 +00:00
<img className="screenshot-full img-l" src="/img/user-management/sso/oidc/okta/app-type.png" alt="Okta: SSO" />
4. Enter an **App integration name** and set the **Sign-in redirect URIs** to Redirect URL from ToolJet.
<img className="screenshot-full img-l" src="/img/user-management/sso/oidc/okta/redirect.png" alt="Okta: SSO" />
5. Create the application.
6. Copy the Client Credential and configure them in ToolJet.
<img className="screenshot-full img-l" src="/img/user-management/sso/oidc/okta/client-cred.png" alt="Okta: SSO" />
7. Follow [Okta Auth Servers Documentation](https://developer.okta.com/docs/concepts/auth-servers/#org-authorization-server) to find the well known URL.