Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,19 @@ To start, you will need to collect a couple of pieces of data from Cloudflare an
6. Disable **Automatically log in when user lands on login page**.
7. Select **Next**, then select **Done**.

### Integrate the Cloudflare API.
### Integrate the Cloudflare API

:::note
The **Update User Attributes** option is not supported.
:::

1. In your integration page, go to **Provisioning** > **Configure API Integration**.
2. Enable **Enable API Integration**.
3. In SCIM 2.0 Base URL, enter: `https://api.cloudflare.com/client/v4/accounts/<accountID>/scim/v2`.
4. In OAuth Bearer Token, enter your API token value.
5. Select **Save**.

### Set up your SCIM users.
### Set up your SCIM users

1. In **Provisioning to App**, select **Edit**.
2. Enable **Create Users** and **Deactivate Users**. Select **Save**.
Expand Down Expand Up @@ -122,14 +126,14 @@ Adding any users to these groups will grant them the role. Removing the users fr

## Provision with Microsoft Entra ID

### Set up the Microsoft Entra ID Enterprise application.
### Set up the Microsoft Entra ID Enterprise application

1. Go to your Microsoft Entra ID instance and select **Enterprise Applications**.
2. Select **Create your own application** and name your application.
3. Select **Integrate any other application you don’t find in the gallery (Non-gallery)**.
4. Select **Create**.

### Provision the Microsoft Entra ID Enterprise application.
### Provision the Microsoft Entra ID Enterprise application

1. Under **Manage** on the sidebar menu, select **Provisioning**.
2. Select **Automatic** on the dropdown menu for the Provisioning Mode.
Expand Down