> ## Documentation Index
> Fetch the complete documentation index at: https://docs.corridor.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# SSO & Okta

> Set up single sign-on with Okta for your Corridor enterprise account.

<Note>
  SSO is available on **Enterprise** plans.
</Note>

Corridor supports SSO with Okta for customers on an enterprise plan.

## Setup

To set up Corridor SSO with Okta for your organization, follow these steps:

<Steps>
  <Step title="Open Okta Admin dashboard">
    Go to the Okta Admin dashboard and navigate to the **Applications** page.
  </Step>

  <Step title="Create app integration">
    Click **Create App Integration**, and select **OIDC - OpenID Connect** and **Web Application**.
  </Step>

  <Step title="Configure the integration">
    Name your integration, and set **Sign-in redirect URIs** to:

    ```
    https://auth.corridor.dev/login/callback
    ```
  </Step>

  <Step title="Set access permissions">
    Select **Allow everyone in your organization to access** (or the appropriate level of access for your organization). Select **Enable immediate access with Federation Broker Mode**, then click **Save**.
  </Step>

  <Step title="Copy credentials">
    Copy the **Client ID** and **Client Secret** to your clipboard.
  </Step>

  <Step title="Complete setup with Corridor">
    Send the Corridor team your **Client ID**, **Client Secret**, and **Okta domain** (`*.okta.com`) at [support@corridor.dev](mailto:support@corridor.dev) to complete the setup process.
  </Step>
</Steps>

## Additional resources

You can also view [Okta's documentation](https://help.okta.com/en-us/content/topics/apps/apps_app_integration_wizard_oidc.htm) for a full set of instructions on how to set up SSO.
