Skip to content

Commit daa0d21

Browse files
mcescalanteMike Escalante
andauthored
[IAM] Update dash SCIM docs with new API token role (#18161)
- Add new SCIM Provisioning API token role to SCIM setup docs - Add note recommending Account Owned Tokens for SCIM - Improve wording in API token creation fundamentals and add links Co-authored-by: Mike Escalante <[email protected]>
1 parent 46745fc commit daa0d21

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Currently, we only provide SCIM support for Enterprise customers, and for Micros
2323

2424
:::note
2525

26-
Accounts provisioned with SCIM need to verify their email addresses.
26+
Accounts provisioned with SCIM need to verify their email addresses.
2727
:::
2828

2929
---
@@ -32,14 +32,16 @@ Accounts provisioned with SCIM need to verify their email addresses.
3232

3333
1. [Create an API token](/fundamentals/api/get-started/create-token/) with the following permissions:
3434

35-
| Type | Item | Permission |
36-
| ------- | ---------------- | ---------- |
37-
| Account | Account Settings | Read |
38-
| Account | Account Settings | Edit |
39-
| User | Memberships | Read |
40-
| User | Memberships | Edit |
35+
| Type | Item | Permission |
36+
| ------- | ----------------- | ---------- |
37+
| Account | SCIM Provisioning | Edit |
4138

42-
2. Under **Account Resources**, select the specific account to include or exclude from the dropdown menu.
39+
:::note
40+
41+
Cloudflare recommends using Account Owned API tokens, but User API tokens are also supported.
42+
:::
43+
44+
2. Under **Account Resources**, select the specific account to include or exclude from the dropdown menu, if applicable.
4345

4446
3. Select **Continue to summary**.
4547

src/content/partials/fundamentals/create-token.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Before you begin, [find your zone and account IDs](/fundamentals/setup/find-acco
1313

1414
:::
1515

16-
1. Determine if you want a user token or an account owned token. If you are developing a new service that you want multiple superadministrators to use and the endpoints that you are calling are compatible with account owned tokens, the option exists to use account tokens that are not connected to a specific user.
16+
1. Determine if you want a user token or an [Account Owned Token](/fundamentals/api/get-started/account-owned-tokens/). Use Account Owned Tokens if you prefer service tokens that are not associated with users and your [desired API endpoints are compatible](/fundamentals/api/get-started/account-owned-tokens/#compatibility-matrix).
1717

1818
2. From the [Cloudflare dashboard](https://dash.cloudflare.com/profile/api-tokens/), go to **My Profile** > **API Tokens** for user tokens. For Account Tokens, go to **Manage Account** > **API Tokens**.
1919

0 commit comments

Comments
 (0)