# Other OIDC SSO providers

This guide explains how to configure Single Sign-On (SSO) for your Cortex instance with OpenID Connect (OIDC) providers that are not available as native integrations.

You must have the `Configure OpenID Connector & SCIM` permission.

### Step 1: Configure your provider

In your OIDC provider, before setting up SSO with a third-party application, you will need to configure:

* An application and permissions
* The Cortex redirect URI: `https://cortexapp.auth0.com/login/callback`
* A client ID and client secret

See your provider's documentation for instructions.

### Step 2: Configure SSO in Cortex

1. In Cortex, navigate to the [OIDC settings page](https://app.getcortexapp.com/admin/settings/oidc).
2. Configure the OIDC settings:
   * **Type**: Click the dropdown and type in the name of the OIDC provider. In the dropdown, click **+Add**.
   * **Identifier**: Enter your OIDC provider client ID.
   * **Secret**: Enter your OIDC provider client secret.
   * **Issuer**: Enter the auth URL from your SSO provider, e.g., `https://oauth.id.jumpcloud.com/`
3. Click **Save**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cortex.io/configure/settings/managing-users/configuring-sso/oidc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
