You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enterprise customers using Okta or Microsoft Entra can now provision access to the Cloudflare dashboard with SCIM. Refer to the [SCIM setup documentation](fundamentals/setup/account/account-security/scim-setup/) for more details.
11
+
Dashboard SCIM is now self-serve. Previously, users configuring SCIM required assistance from Cloudflare to configure SCIM to onboard users. Now, with account owned tokens, SCIM can be configured by Enterprise customers that use Okta or Microsoft Entra without any assistance from Cloudflare. Refer to the [SCIM documentation](fundamentals/setup/account/account-security/scim-setup/) for more details.
12
12
- publish_date: "2024-09-26"
13
-
title: Account Owned Tokens
13
+
title: Account owned tokens
14
14
description: |-
15
-
Customers can now create API Tokens that are owned by their account. Refer to the [Account Owned Tokens documentation](/fundamentals/api/get-started/account-owned-tokens/) or the [blog post]( https://blog.cloudflare.com/account-owned-tokens-automated-actions-zaraz/) for more details.
15
+
Account owned tokens are now generally available. Unlike user-owned tokens, account owned tokens are tied with the Cloudflare account instead of the user that created them. This ensures that long term integrations like CI/CD are not broken if the user that set it up leaves your organization. Refer to the [Account owned tokens documentation](/fundamentals/api/get-started/account-owned-tokens/) or the [blog post]( https://blog.cloudflare.com/account-owned-tokens-automated-actions-zaraz/) for more details.
16
16
- publish_date: "2024-09-24"
17
17
title: Terraform v5 SDK Preview
18
18
description: |-
19
-
Terraform v5 SDK is now available as a preview. Refer to the [Terraform documentation](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/guides/version-5-upgrade) or the [blog post](https://blog.cloudflare.com/automatically-generating-cloudflares-terraform-provider/) for more details.
19
+
The Terraform v5 Provider is now available as a preview. This new provider is automatically generated based on the OpenAPI Specifications for our REST API, and provides improved user experiences overall. Refer to the [Terraform documentation](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/guides/version-5-upgrade) or the [blog post](https://blog.cloudflare.com/automatically-generating-cloudflares-terraform-provider/) for more details.
20
20
- publish_date: "2024-09-24"
21
-
title: API Documentation preview page
21
+
title: API Documentation Preview
22
22
description: |-
23
-
Customers can now preview the new API documentation page. Refer to the [blog post](https://blog.cloudflare.com/automatically-generating-cloudflares-terraform-provider/) for more details.
23
+
Cloudflare's API documentation is now [available in preview](https://developers.cloudflare.com/api-next/) with new automatically generated documentation. This documentation includes code snippets that refer to language specific SDKs to make it easier to get started than ever. Refer to the [blog post](https://blog.cloudflare.com/automatically-generating-cloudflares-terraform-provider/) for more details.
Copy file name to clipboardExpand all lines: src/content/docs/fundamentals/setup/account/account-security/scim-setup.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Accounts provisioned with SCIM need to verify their email addresses.
38
38
39
39
:::note
40
40
41
-
Cloudflare recommends using Account Owned API Tokens for SCIM Provisioning. Using user-specific API tokens, while supported, will lead to a broken SCIM connection in the event that the user's policies are revoked from the account with the SCIM integration. Learn more about [Account Owned Tokens](/fundamentals/api/get-started/account-owned-tokens/).
41
+
Cloudflare recommends using Account Owned API Tokens for SCIM Provisioning. Using user-specific API tokens, while supported, will lead to a broken SCIM connection in the event that the user's policies are revoked from the account with the SCIM integration. Learn more about [account owned tokens](/fundamentals/api/get-started/account-owned-tokens/).
42
42
:::
43
43
44
44
2. Under **Account Resources**, select the specific account to include or exclude from the dropdown menu, if applicable.
Copy file name to clipboardExpand all lines: src/content/partials/fundamentals/account-owned-tokens.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,28 +4,28 @@
4
4
5
5
---
6
6
7
-
Account Owned Tokens are the first step that Cloudflare is taking to represent service principals in our service.
7
+
Account owned tokens are the first step that Cloudflare is taking to represent service principals in our service.
8
8
9
-
Cloudflare is working to ensure that all features eventually become compatible with Account Owned Tokens.
9
+
Cloudflare is working to ensure that all features eventually become compatible with account owned tokens.
10
10
11
-
If you are working with a service that is not currently supported by Account Owned Tokens, it is recommended that you continue to use the existing user tokens.
11
+
If you are working with a service that is not currently supported by account owned tokens, it is recommended that you continue to use the existing user tokens.
12
12
13
13
:::note
14
14
User tokens will continue to work and we do not have plans to deprecate them.
15
15
:::
16
16
17
-
Account Owned Tokens are available to all customers. Super Administrators of accounts on the [Cloudflare dashboard](https://dash.cloudflare.com/) can find them via **Manage Account** > **API Tokens**.
17
+
Account owned tokens are available to all customers. Super Administrators of accounts on the [Cloudflare dashboard](https://dash.cloudflare.com/) can find them via **Manage Account** > **API Tokens**.
18
18
19
19
You can still create tokens using the Cloudflare dashboard, and it can also be accessed via the API at `/accounts/<accountID>/tokens`.
20
20
21
-
Try using Account Owned Tokens specifically in these scenarios:
21
+
Try using account owned tokens specifically in these scenarios:
22
22
23
23
- You require business continuity when managing tokens as a team of super administrators.
24
24
- You need to restrict API access on your account and want to centralize visibility and management of these tokens.
25
25
26
26
## Compatibility matrix
27
27
28
-
Account Owned Tokens are a new credential type that is currently in open beta. Refer to the table below for products currently supported and their compatibility status.
28
+
Account owned tokens are a new credential type that is currently in open beta. Refer to the table below for products currently supported and their compatibility status.
Copy file name to clipboardExpand all lines: src/content/partials/fundamentals/create-token.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Before you begin, [find your zone and account IDs](/fundamentals/setup/find-acco
13
13
14
14
:::
15
15
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).
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).
17
17
18
18
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**.
0 commit comments