|
4 | 4 |
|
5 | 5 | --- |
6 | 6 |
|
7 | | -## What are Account Owned Tokens? |
| 7 | +Account Owned Tokens are the first step that Cloudflare is taking to represent service principals in our service, and it is currently being released in open beta. |
8 | 8 |
|
9 | | -Account Owned Tokens are Cloudflare's first step to represent service principals in our service. Account Owned Tokens are currently in Open Beta. |
10 | | -Cloudflare is working to enable all features to be compatible with Account Owned tokens, and a short compatibility list is provided below. |
11 | | -If you are working with a product or feature that is not currently supported by Account Owned Tokens, continue to use the existing user tokens. |
12 | | -User tokens will continue to work, and we do not have plans to deprecate them. |
| 9 | +Cloudflare is working to ensure that all features eventually become compatible with Account Owned Tokens. |
13 | 10 |
|
14 | | -Account Owned Tokens are visible for Super Administrators of accounts on the Cloudflare dashboard via **Manage Account** > **API Tokens**. |
15 | | -The existing token creation UI is available and can also be accessed from the API at /accounts/:accountID/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 | + |
| 13 | +:::note |
| 14 | +User tokens will continue to work and we do not have plans to deprecate them. |
| 15 | +::: |
| 16 | + |
| 17 | +Account Owned Tokens will be visible for Super Administrators of accounts on the [Cloudflare dashboard](https://dash.cloudflare.com/) via **Manage Account** > **API Tokens**. |
| 18 | + |
| 19 | +You can still create tokens using the Cloudflare dashboard, and it can also be accessed via the API at `/accounts/<accountID>/tokens`. |
16 | 20 |
|
17 | 21 | Try using Account Owned Tokens specifically in these scenarios: |
18 | 22 |
|
19 | | -1. If you require business continuity when managing tokens as a team of super administrators |
20 | | -2. If you need to restrict API access on your account and want to centralize visibility and management of these tokens |
| 23 | +- You require business continuity when managing tokens as a team of super administrators. |
| 24 | +- You need to restrict API access on your account and want to centralize visibility and management of these tokens. |
21 | 25 |
|
22 | | -## Account Owned Tokens Compatibility Matrix |
| 26 | +## Compatibility matrix |
23 | 27 |
|
24 | | -Account Owned Tokens are a new credential type that is in Open Beta. This is the list of currently supported products and their compatability 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. |
25 | 29 |
|
26 | 30 | | Product | Compatible | |
27 | 31 | | ------------------------------- | ----------------------- | |
|
0 commit comments