We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5fc4f commit 585645bCopy full SHA for 585645b
src/content/docs/cloudflare-one/identity/service-tokens.mdx
@@ -63,7 +63,7 @@ To authenticate using a single header:
63
2. Add the header to any HTTP request. For example,
64
65
```sh
66
- curl -H "Authorization: {"CF-Access-Client-Id": "<CLIENT_ID>", "CF_Access-Client-Secret": "<CLIENT_SECRET>"}" https://app.example.com
+ curl -H "Authorization: {\"cf-access-client-id\": \"<CLIENT_ID>\", \"cf-access-client-secret\": \"<CLIENT_SECRET>\"}" https://app.example.com
67
```
68
69
### Subsequent requests
0 commit comments