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

# Okta

> How to set up SCIM provisioning in Tuple with Okta

This guide walks through configuring SCIM provisioning with Okta to automatically manage Tuple user accounts.

<Info>
  SCIM provisioning requires an existing [Okta SAML integration](/team-management/sso-okta). Complete the SSO setup first.
</Info>

## Prerequisites

Your Okta app must be [configured at creation time](https://support.okta.com/help/s/article/SCIM-Provisioning-Enabled-in-Custom-App?language=en_US) to use SCIM. If you have an existing app that was not configured for SCIM, contact [Okta Support](https://support.okta.com/help/s/opencase).

## Setup

<Steps>
  <Step title="Request SCIM credentials">
    Send an email to [support@tuple.app](mailto:support@tuple.app) to enable SCIM for your team.

    Once approved, your SCIM credentials appear on the [Team Management page](https://production.tuple.app/team_management/invitations) in Tuple:

    <img src="https://mintcdn.com/tuple-0f82e5be/mvUxndXY5Na4FaZB/images/team-management/sso/okta/scim-credentials-backend.png?fit=max&auto=format&n=mvUxndXY5Na4FaZB&q=85&s=29d6a528ccc0b9e06a3b2bcd6c2f3c64" alt="SCIM credentials on the Team Management page" width="2184" height="532" data-path="images/team-management/sso/okta/scim-credentials-backend.png" />
  </Step>

  <Step title="Enable SCIM in Okta">
    In your Tuple application in Okta, enable SCIM provisioning:

    <img src="https://mintcdn.com/tuple-0f82e5be/mvUxndXY5Na4FaZB/images/team-management/sso/okta/scim-1.png?fit=max&auto=format&n=mvUxndXY5Na4FaZB&q=85&s=b99b07754b448f66494a04c280effee7" alt="Enable SCIM provisioning" width="665" height="773" data-path="images/team-management/sso/okta/scim-1.png" />
  </Step>

  <Step title="Configure provisioning">
    In **Provisioning**, configure with the following values:

    <img src="https://mintcdn.com/tuple-0f82e5be/mvUxndXY5Na4FaZB/images/team-management/sso/okta/scim-2.png?fit=max&auto=format&n=mvUxndXY5Na4FaZB&q=85&s=fb9e65d5861b201a380ddc862122e66c" alt="Provisioning settings" width="925" height="852" data-path="images/team-management/sso/okta/scim-2.png" />

    **SCIM connector base URL**

    ```
    https://production.tuple.app/scim/v2
    ```

    **Unique identifier field for users**

    ```
    email
    ```

    Enable the following features:

    * Import new users and Profile Updates
    * Push New Users
    * Push Profile Updates

    Use the credentials from your Team Management page.
  </Step>

  <Step title="Enable features to app">
    Once the integration step is successful, enable features **To App**:

    <img src="https://mintcdn.com/tuple-0f82e5be/mvUxndXY5Na4FaZB/images/team-management/sso/okta/scim-3.png?fit=max&auto=format&n=mvUxndXY5Na4FaZB&q=85&s=e1328fbfcdc7f9799581e58753de2b0c" alt="Enable SCIM features" width="1029" height="842" data-path="images/team-management/sso/okta/scim-3.png" />
  </Step>
</Steps>
