Skip to content

Commit 3b2b2c0

Browse files
Update src/content/docs/reference-architecture/design-guides/designing-ztna-access-policies.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 7a8bd79 commit 3b2b2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/reference-architecture/design-guides/designing-ztna-access-policies.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ And now let's define the policy.
454454
| Device Posture \- Serial Number List | Company Managed Device Serial Numbers |
455455
| External Evaluation | \[Time Evaluator URL\] |
456456

457-
Inside the policy, weve made this application available to our new access group for IT Admins. Under Require, were enforcing the use of Cloudflare WARP specifically (as opposed to only Cloudflare Gateway); the user must be on a company-managed device, with an active device client thats authenticated to the companys instance of Cloudflare, MFA must be used during login, and there is an additional option below for external evaluation.
457+
Inside the policy, we've made this application available to our new access group for IT Admins. Under "Require," we're enforcing the use of Cloudflare WARP specifically (as opposed to only Cloudflare Gateway); the user must be on a company-managed device, with an active device client that's authenticated to the company's instance of Cloudflare, MFA must be used during login, and there is an additional option below for external evaluation.
458458

459459
[External evaluation](/cloudflare-one/policies/access/external-evaluation/) means we have an API endpoint containing some sort of [access logic](https://github.com/cloudflare/workers-access-external-auth-example) — in this case, time of day access. We’re making an API call to this endpoint, and defining the key that Cloudflare is using to verify that the response came from the API. This is useful for several reasons:
460460

0 commit comments

Comments
 (0)