Skip to content

Commit be3e38e

Browse files
committed
Small fixes
1 parent ead7145 commit be3e38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cloudflare-one/applications/configure-apps/dash-sso-apps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Once you configure your IdP, make sure you also [test your IdP](/cloudflare-one/
3939
Cloudflare recommends creating an [Account API token](/fundamentals/api/get-started/create-token/) with the role `SSO Connector Edit` and storing it securely. This acts as a backup plan, allowing you to disable SSO via the API if you are accidentally locked out, such as due to changes in your IdP configuration later.
4040
:::
4141

42-
Using a command line terminal where you have already set the environment variable `CF_API_TOKEN` to a user or account API token which has the SSO Connector Edit permission, run the following command to create an SSO connector. Replace `{account_id}` with your account ID, and `{domain}` with your email domain.
42+
Using a command line terminal where you have already set the environment variable `CLOUDFLARE_API_TOKEN` to a user or account API token which has the `SSO Connector Edit` permission, run the following command to create an SSO connector. Replace `{account_id}` with your account ID, and `{domain}` with your email domain.
4343

4444
```bash title="cURL command"
4545
curl "https://api.cloudflare.com/client/v4/accounts/{account_id}/sso_connectors" \

0 commit comments

Comments
 (0)