--- 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**. Okta: SSO 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

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](https://developer.okta.com/docs/concepts/auth-servers/#org-authorization-server) to find the well known URL.