> For the complete documentation index, see [llms.txt](https://docs.trustlogix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trustlogix.io/integrations/single-sign-on/generate-scim-token.md).

# Generate SCIM token

### Important Note

* **SCIM token regeneration is supported only if user provisioning is already enabled** for the SSO integration.

### Prerequisites

Before you begin, ensure the following:

* An existing SSO integration is already configured
* User provisioning is enabled for the SSO integration
* Access to the external user provisioning application
* Log in to the TrustLogix console as **Tenant Root user.**

### Steps to Regenerate the SCIM Token

#### Step 1: Navigate to the Existing SSO Integration

1. Log in to the **TrustLogix Console**
2. Go to **Integrations** using left corner hamburger menu
3. Open the existing SSO integration for which SCIM provisioning is enabled

#### Step 2: Regenerate the SCIM Token

1. Click on **Regenerate SCIM Token**
2. A new SCIM token will be generated

#### Step 3: Copy and Test the Token

1. Copy the newly generated SCIM token
2. Navigate to the **User Provisioning** section in your external application
3. Paste the token and test the SCIM connection using the provisioning test option

#### Step 4: Update the Token in the External Application

Once the connection test is successful:

1. Save the regenerated SCIM token in the external user provisioning application
2. Ensure the updated token is active and applied

#### Step 5: Update the Token in the TrustLogix Console

1. Return to the **TrustLogix Console**
2. Update the SCIM token for the corresponding SSO integration
3. Click **Update** to complete the configuration


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.trustlogix.io/integrations/single-sign-on/generate-scim-token.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
