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

# Overview

SCIM (System for Cross-domain Identity Management) is a standard for provisioning and deprovisioning users and groups in an organization.

Bytebase implements SCIM 2.0 and provides built-in support for the following identity providers:

* [Entra ID (Azure AD)](/administration/scim/entra-id)
* [Okta](/administration/scim/okta)

| IdP                 | User                | Group                                 | Role | Interval                                                                                                                                                                                      |
| ------------------- | ------------------- | ------------------------------------- | ---- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Entra ID (Azure AD) | Sync name and email | Sync group name, email and membership | ❌    | [40 minutes](https://learn.microsoft.com/en-us/entra/identity/app-provisioning/application-provisioning-when-will-provisioning-finish-specific-user#how-long-will-it-take-to-provision-users) |
| Okta                | Sync name and email | Sync group name, email and membership | ❌    | [Configured in Okta](https://developer.okta.com/docs/reference/scim/scim-20/)                                                                                                                 |

## Prerequisites

* You must be the **Workspace Admin** to configure SCIM.
* Configure [External URL](/get-started/self-host/external-url).
