diff --git a/src/content/docs/cloudflare-one/identity/authorization-cookie/application-token.mdx b/src/content/docs/cloudflare-one/identity/authorization-cookie/application-token.mdx index 8d0f8af84942ee2..12294719c8c382b 100644 --- a/src/content/docs/cloudflare-one/identity/authorization-cookie/application-token.mdx +++ b/src/content/docs/cloudflare-one/identity/authorization-cookie/application-token.mdx @@ -3,6 +3,7 @@ pcx_content_type: reference title: Application token sidebar: order: 2 +description: Learn how Cloudflare Access uses application tokens to secure your origin. Understand JWT structure and payloads. --- Cloudflare Access includes the application token with all authenticated requests to your origin. A typical JWT looks like this: diff --git a/src/content/docs/cloudflare-one/identity/authorization-cookie/index.mdx b/src/content/docs/cloudflare-one/identity/authorization-cookie/index.mdx index 0b5fce86c4636d1..e8d48956484cb5a 100644 --- a/src/content/docs/cloudflare-one/identity/authorization-cookie/index.mdx +++ b/src/content/docs/cloudflare-one/identity/authorization-cookie/index.mdx @@ -1,6 +1,7 @@ --- pcx_content_type: concept title: Authorization cookie +description: Learn how Cloudflare Access uses CF_Authorization cookies to secure self-hosted web applications. sidebar: order: 12 @@ -9,7 +10,6 @@ sidebar: import { Details, GlossaryTooltip } from "~/components" When you protect a site with Cloudflare Access, Cloudflare checks every HTTP request bound for that site to ensure that the request has a valid `CF_Authorization` cookie. If a request does not include the cookie, Access will block the request. - ## Access JWTs The `CF_Authorization` cookie contains the user's identity in the form of a JSON Web Token (JWT). Cloudflare securely creates these tokens through the OAUTH or SAML integration between Cloudflare Access and the configured identity provider.