Skip to content

Commit 23184d8

Browse files
Fix issue: WorkspaceTaskSubType.META_DESCRIPTION
1 parent d9e65e1 commit 23184d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cloudflare-one/identity/authorization-cookie/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
pcx_content_type: concept
33
title: Authorization cookie
4+
description: Learn how Cloudflare Access uses CF_Authorization cookies to secure HTTP requests, manage multi-domain applications, and configure cookie settings for enhanced security.
45
sidebar:
56
order: 12
67

@@ -9,7 +10,6 @@ sidebar:
910
import { Details, GlossaryTooltip } from "~/components"
1011

1112
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.
12-
1313
## Access JWTs
1414

1515
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.

0 commit comments

Comments
 (0)