> ## 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.

# OneLogin

> How to set up SCIM provisioning in Tuple with OneLogin

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

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

## Prerequisites

You need the SCIM credentials from your [Team Management page](https://production.tuple.app/team_management/invitations) in Tuple. If you don't see them, contact [support@tuple.app](mailto:support@tuple.app) to enable SCIM for your team.

## Setup

<Steps>
  <Step title="Add the SCIM provisioner app">
    In OneLogin, navigate to **Apps > Add Apps**. Search for **SCIM Provisioner with SAML (Core Schema)** and select it.

    <img src="https://mintcdn.com/tuple-0f82e5be/mvUxndXY5Na4FaZB/images/team-management/scim/onelogin/add-scim-app.png?fit=max&auto=format&n=mvUxndXY5Na4FaZB&q=85&s=89356bf316cd13affc11bf1bbb142bc4" alt="Add SCIM Provisioner app" width="978" height="668" data-path="images/team-management/scim/onelogin/add-scim-app.png" />

    Enter "Tuple" as the **Display Name** and click **Save**.
  </Step>

  <Step title="Configure the SCIM connection">
    Go to the **Configuration** tab. Fill in the SAML fields from your existing [OneLogin SAML integration](/team-management/sso-onelogin), then fill in the SCIM fields:

    <img src="https://mintcdn.com/tuple-0f82e5be/mvUxndXY5Na4FaZB/images/team-management/scim/onelogin/scim-config.png?fit=max&auto=format&n=mvUxndXY5Na4FaZB&q=85&s=e4754af8e37799d1336880ca3abe2ba5" alt="SCIM configuration fields" width="978" height="1022" data-path="images/team-management/scim/onelogin/scim-config.png" />

    **SCIM Base URL**

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

    **SCIM Bearer Token** -- paste the bearer token from your Tuple Team Management page.

    Leave **SCIM JSON Template** and **Custom Headers** empty.
  </Step>

  <Step title="Enable the connection">
    Click **Enable** on the Configuration tab. OneLogin sends a test request to verify the SCIM endpoint.

    A successful connection shows **API Status** as **Enabled**.

    <img src="https://mintcdn.com/tuple-0f82e5be/mvUxndXY5Na4FaZB/images/team-management/scim/onelogin/scim-connected.png?fit=max&auto=format&n=mvUxndXY5Na4FaZB&q=85&s=fe94a6a9fd92d0732af989a60519a6e0" alt="SCIM connection enabled" width="983" height="532" data-path="images/team-management/scim/onelogin/scim-connected.png" />
  </Step>

  <Step title="Enable provisioning">
    Go to the **Provisioning** tab and check **Enable provisioning**.

    Select the actions you want OneLogin to handle:

    * Create user
    * Delete user
    * Update user

    Click **Save**.
  </Step>
</Steps>
