From 5fbc8cf41f3d17c3cdb8f6d82c3f3d42529a8869 Mon Sep 17 00:00:00 2001 From: "Tamires T." Date: Mon, 14 Apr 2025 16:02:19 +0100 Subject: [PATCH] Fix Docs to use Global API Key when disabling SSO This API only accepts Global API authentication; example using token is inaccurate. --- .../applications/configure-apps/dash-sso-apps.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/applications/configure-apps/dash-sso-apps.mdx b/src/content/docs/cloudflare-one/applications/configure-apps/dash-sso-apps.mdx index a17df8a52b4708..5ec9b7726c938e 100644 --- a/src/content/docs/cloudflare-one/applications/configure-apps/dash-sso-apps.mdx +++ b/src/content/docs/cloudflare-one/applications/configure-apps/dash-sso-apps.mdx @@ -150,7 +150,8 @@ curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/sso/v2/connectors ```bash title="cURL command" curl --request PATCH \ 'https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/sso/v2/connectors/2828' \ ---header "Authorization: Bearer $CLOUDFLARE_API_TOKEN" \ +--header "X-Auth-Email: $CLOUDFLARE_EMAIL" \ +--header "X-Auth-Key: $CLOUDFLARE_API_KEY" \ --header "Content-Type: application/json" \ --data '{ "sso_connector_status": "DIS"