Skip to content

Commit 099fdd9

Browse files
Update src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx
Co-authored-by: marciocloudflare <[email protected]>
1 parent 071629c commit 099fdd9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebar:
1010

1111
import { Render } from "~/components"
1212

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.
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`.
1414

1515
```mermaid
1616
sequenceDiagram

0 commit comments

Comments
 (0)