Skip to content

Commit 793d9d7

Browse files
authored
[Fundamentals] Update user attributes note (#21898)
* Added noted about user attributes * Removed punctuation from headers
1 parent 0581f63 commit 793d9d7

File tree

1 file changed

+8
-4
lines changed
  • src/content/docs/fundamentals/setup/account/account-security

1 file changed

+8
-4
lines changed

src/content/docs/fundamentals/setup/account/account-security/scim-setup.mdx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,19 @@ To start, you will need to collect a couple of pieces of data from Cloudflare an
7878
6. Disable **Automatically log in when user lands on login page**.
7979
7. Select **Next**, then select **Done**.
8080

81-
### Integrate the Cloudflare API.
81+
### Integrate the Cloudflare API
82+
83+
:::note
84+
The **Update User Attributes** option is not supported.
85+
:::
8286

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

89-
### Set up your SCIM users.
93+
### Set up your SCIM users
9094

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

123127
## Provision with Microsoft Entra ID
124128

125-
### Set up the Microsoft Entra ID Enterprise application.
129+
### Set up the Microsoft Entra ID Enterprise application
126130

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

132-
### Provision the Microsoft Entra ID Enterprise application.
136+
### Provision the Microsoft Entra ID Enterprise application
133137

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

0 commit comments

Comments
 (0)