Skip to content

Commit 637ec28

Browse files
Fix issue: WorkspaceTaskSubType.META_DESCRIPTION
1 parent 8b4c6ad commit 637ec28

File tree

1 file changed

+2
-1
lines changed
  • src/content/docs/cloudflare-one/identity/devices/service-providers

1 file changed

+2
-1
lines changed

src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar:
55
label: Custom integration
66
order: 1
77

8+
description: Configure custom device posture checks in Cloudflare Zero Trust using WARP service-to-service integration. Set API calls for device posture scoring.
9+
810
---
911

1012
import { Render } from "~/components"
@@ -21,7 +23,6 @@ sequenceDiagram
2123
WARP->>External API: JSON with user and device identity
2224
External API-->>WARP: JSON with 0-100 result
2325
```
24-
2526
## External API requirements
2627

2728
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).

0 commit comments

Comments
 (0)