From 637ec2803f3e9fcfe949d08bd13e7f72146ddc7f Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:11:36 +0000 Subject: [PATCH 1/2] Fix issue: WorkspaceTaskSubType.META_DESCRIPTION --- .../identity/devices/service-providers/custom.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx b/src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx index e73bbb39ac389fe..178bf156b6a786b 100644 --- a/src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx +++ b/src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx @@ -5,6 +5,8 @@ sidebar: label: Custom integration order: 1 +description: Configure custom device posture checks in Cloudflare Zero Trust using WARP service-to-service integration. Set API calls for device posture scoring. + --- import { Render } from "~/components" @@ -21,7 +23,6 @@ sequenceDiagram WARP->>External API: JSON with user and device identity External API-->>WARP: JSON with 0-100 result ``` - ## External API requirements The custom service provider integration works with any API service that meets the following specifications. For an example of a custom device posture integration API, refer to our [Cloudflare Workers sample code](https://github.com/cloudflare/custom-device-posture-integration-example-worker). From 130820bdbb3f8fe856566c844687e83ba23355d7 Mon Sep 17 00:00:00 2001 From: ranbel <101146722+ranbel@users.noreply.github.com> Date: Fri, 14 Mar 2025 16:51:35 -0400 Subject: [PATCH 2/2] Update src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx --- .../identity/devices/service-providers/custom.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx b/src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx index 178bf156b6a786b..0ef8752d0fc00e4 100644 --- a/src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx +++ b/src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx @@ -5,7 +5,7 @@ sidebar: label: Custom integration order: 1 -description: Configure custom device posture checks in Cloudflare Zero Trust using WARP service-to-service integration. Set API calls for device posture scoring. +description: Configure custom device posture checks in Cloudflare Zero Trust using a service-to-service integration. ---