From 617cf71cbfb7e43552446b207603a4e160e36771 Mon Sep 17 00:00:00 2001 From: Josh Roskos Date: Tue, 31 Mar 2026 13:48:30 -0500 Subject: [PATCH] Fix broken link for Okta testing guide (#42749) Fixes broken link for Okta conditional access testing guide. --- articles/okta-conditional-access-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/okta-conditional-access-integration.md b/articles/okta-conditional-access-integration.md index 8bd58ab2ac..4bc0088c3c 100644 --- a/articles/okta-conditional-access-integration.md +++ b/articles/okta-conditional-access-integration.md @@ -8,7 +8,7 @@ When a host fails a policy in Fleet, IT and Security teams can block access to t Conditional access with Okta requires an mTLS reverse proxy on a separate subdomain (e.g., `okta.fleet.example.com`). All other Fleet traffic continues to use your existing Fleet server URL. If you're a managed-cloud customer, please reach out to Fleet to set up the mTLS infrastructure for you. -If you would like to set up a testing environment, see the [Okta conditional access testing guide](https://github.com/fleetdm/fleet/tree/main/docs/contributing/guides/okta-conditional-access-testing). +If you would like to set up a testing environment, see the [Okta conditional access testing guide](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/okta-conditional-access-testing.md). If you use [fleet-terraform](https://github.com/fleetdm/fleet-terraform) modules for AWS hosting, see the [okta-conditional-access addon](https://github.com/fleetdm/fleet-terraform/tree/main/addons/okta-conditional-access) for streamlined mTLS proxy setup.