From 34d67a36d1aeb8673c1bef16dc400899536eec8d Mon Sep 17 00:00:00 2001 From: Denise Pena Date: Tue, 22 Apr 2025 11:22:27 -0500 Subject: [PATCH 1/2] Added noted about user attributes --- .../setup/account/account-security/scim-setup.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/docs/fundamentals/setup/account/account-security/scim-setup.mdx b/src/content/docs/fundamentals/setup/account/account-security/scim-setup.mdx index f6a9554539352ac..fd80dfc39bf9930 100644 --- a/src/content/docs/fundamentals/setup/account/account-security/scim-setup.mdx +++ b/src/content/docs/fundamentals/setup/account/account-security/scim-setup.mdx @@ -80,6 +80,10 @@ To start, you will need to collect a couple of pieces of data from Cloudflare an ### 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//scim/v2`. From 2b4d9a7ec1692e62e2020b409878b1e37991b44f Mon Sep 17 00:00:00 2001 From: Denise Pena Date: Tue, 22 Apr 2025 11:23:22 -0500 Subject: [PATCH 2/2] Removed punctuation from headers --- .../setup/account/account-security/scim-setup.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/docs/fundamentals/setup/account/account-security/scim-setup.mdx b/src/content/docs/fundamentals/setup/account/account-security/scim-setup.mdx index fd80dfc39bf9930..d0ee72a88fc2ea1 100644 --- a/src/content/docs/fundamentals/setup/account/account-security/scim-setup.mdx +++ b/src/content/docs/fundamentals/setup/account/account-security/scim-setup.mdx @@ -78,7 +78,7 @@ 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. @@ -90,7 +90,7 @@ The **Update User Attributes** option is not supported. 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**. @@ -126,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.