Skip to content

Commit

Permalink
[IAM] Update dash SCIM docs with new API token role
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
Mike Escalante committed Nov 13, 2024
1 parent f584ddc commit 88ecb85
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Currently, we only provide SCIM support for Enterprise customers, and for Micros

:::note

Accounts provisioned with SCIM need to verify their email addresses.
Accounts provisioned with SCIM need to verify their email addresses.
:::

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

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

| Type | Item | Permission |
| ------- | ---------------- | ---------- |
| Account | Account Settings | Read |
| Account | Account Settings | Edit |
| User | Memberships | Read |
| User | Memberships | Edit |
| Type | Item | Permission |
| ------- | ----------------- | ---------- |
| Account | SCIM Provisioning | Edit |

2. Under **Account Resources**, select the specific account to include or exclude from the dropdown menu.
:::note

Cloudflare recommends using Account Owned API tokens, but User API tokens are also supported.
:::

2. Under **Account Resources**, select the specific account to include or exclude from the dropdown menu, if applicable.

3. Select **Continue to summary**.

Expand Down
2 changes: 1 addition & 1 deletion src/content/partials/fundamentals/create-token.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Before you begin, [find your zone and account IDs](/fundamentals/setup/find-acco

:::

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.
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).

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**.

Expand Down

0 comments on commit 88ecb85

Please sign in to comment.