From 23184d80d0b51f6321f1060f1049c9fe99bfc583 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 10:12:28 +0000 Subject: [PATCH 1/5] Fix issue: WorkspaceTaskSubType.META_DESCRIPTION --- .../docs/cloudflare-one/identity/authorization-cookie/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..97db3b3145fe183 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 HTTP requests, manage multi-domain applications, and configure cookie settings for enhanced security. 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. From f043674deab45c375f4b32dabd95dcfaa6203844 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 10:12:30 +0000 Subject: [PATCH 2/5] Fix issue: WorkspaceTaskSubType.META_DESCRIPTION --- .../identity/authorization-cookie/application-token.mdx | 1 + 1 file changed, 1 insertion(+) 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..58276f8e6a2f8bc 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 for secure identity-based authentication. Understand JWT structure, validation, and integration. --- Cloudflare Access includes the application token with all authenticated requests to your origin. A typical JWT looks like this: From a38c45fd097f71d4141062239ae873cc859b364f Mon Sep 17 00:00:00 2001 From: ranbel <101146722+ranbel@users.noreply.github.com> Date: Fri, 14 Mar 2025 16:54:37 -0400 Subject: [PATCH 3/5] Update src/content/docs/cloudflare-one/identity/authorization-cookie/application-token.mdx --- .../identity/authorization-cookie/application-token.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 58276f8e6a2f8bc..0eaaa0446b7e909 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,7 +3,7 @@ pcx_content_type: reference title: Application token sidebar: order: 2 -description: Learn how Cloudflare Access uses application tokens for secure identity-based authentication. Understand JWT structure, validation, and integration. +description: Understand the Cloudflare Access application token structure and contents. --- Cloudflare Access includes the application token with all authenticated requests to your origin. A typical JWT looks like this: From 9d171de2ed0c482ee3f93e3fec963ef346ed9fc0 Mon Sep 17 00:00:00 2001 From: ranbel <101146722+ranbel@users.noreply.github.com> Date: Fri, 14 Mar 2025 16:56:28 -0400 Subject: [PATCH 4/5] Update src/content/docs/cloudflare-one/identity/authorization-cookie/index.mdx --- .../docs/cloudflare-one/identity/authorization-cookie/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 97db3b3145fe183..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,7 +1,7 @@ --- pcx_content_type: concept title: Authorization cookie -description: Learn how Cloudflare Access uses CF_Authorization cookies to secure HTTP requests, manage multi-domain applications, and configure cookie settings for enhanced security. +description: Learn how Cloudflare Access uses CF_Authorization cookies to secure self-hosted web applications. sidebar: order: 12 From 3c827ca3ce450eeedf612d056640fe2e8eb6e14d Mon Sep 17 00:00:00 2001 From: ranbel <101146722+ranbel@users.noreply.github.com> Date: Fri, 14 Mar 2025 16:59:47 -0400 Subject: [PATCH 5/5] Update src/content/docs/cloudflare-one/identity/authorization-cookie/application-token.mdx --- .../identity/authorization-cookie/application-token.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0eaaa0446b7e909..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,7 +3,7 @@ pcx_content_type: reference title: Application token sidebar: order: 2 -description: Understand the Cloudflare Access application token structure and contents. +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: