Skip to content

Commit 7415fde

Browse files
authored
[ZT] Custom service provider GA (#18664)
* unhide page * update changelog * fix typo * Update src/content/changelogs/warp.yaml
1 parent f35a3a1 commit 7415fde

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/content/changelogs/warp.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ productLink: "/cloudflare-one/connections/connect-devices/warp/"
55
productArea: Cloudflare One
66
productAreaLink: /cloudflare-one/changelog/
77
entries:
8+
- publish_date: "2024-12-04"
9+
title: Custom device posture integration
10+
description: |-
11+
WARP now supports setting up [custom device posture integrations](/cloudflare-one/identity/devices/service-providers/custom/) using a third-party API of your choice.
812
- publish_date: "2024-11-19"
913
title: MASQUE GA
1014
description: |-

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ title: Custom device posture integration
44
sidebar:
55
label: Custom integration
66
order: 1
7-
hidden: true
87

98
---
109

1110
import { Render } from "~/components"
1211

13-
Cloudflare Zero Trust allows you to enforce custom device posture checks on your applications. This involves configuring a WARP service-to-service integration that periodially calls the external API of your choice, whether it is a third-party endpoint provider or a home built solution. When called, the API will receive device identifying information from Cloudflare and be expected to return a value between `0` to `100`. You can then set up a device posture check that determines if the returned value counts as a pass or fail; for example, you could allow access to a user only if their device has a posture value greater than `60`.
12+
Cloudflare Zero Trust allows you to enforce custom device posture checks on your applications. This involves configuring a WARP service-to-service integration that periodically calls the external API of your choice, whether it is a third-party endpoint provider or a home built solution. When called, the API will receive device identifying information from Cloudflare and be expected to return a value between `0` to `100`. You can then set up a device posture check that determines if the returned value counts as a pass or fail; for example, you could allow access to a user only if their device has a posture value greater than `60`.
1413

1514
```mermaid
1615
sequenceDiagram

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Service-to-service integrations allow the WARP client to get device posture data
1818

1919
| Device posture check | macOS | Windows | Linux | iOS | Android/ChromeOS |
2020
| ------------------------------------------------------------------------------------------- | ----- | ------- | ----- | --- | ---------------- |
21-
| [Custom service provider](/cloudflare-one/identity/devices/service-providers/custom/) ||||||
21+
| [Custom integration](/cloudflare-one/identity/devices/service-providers/custom/) ||||||
2222
| [Crowdstrike](/cloudflare-one/identity/devices/service-providers/crowdstrike/) ||||||
2323
| [Kolide](/cloudflare-one/identity/devices/service-providers/kolide/) ||||||
2424
| [Microsoft Endpoint Manager](/cloudflare-one/identity/devices/service-providers/microsoft/) ||||||

0 commit comments

Comments
 (0)