From 8943539957338a5565d309f23e5a502f615e28da Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 08:11:58 +0000 Subject: [PATCH 1/2] Fix issue: WorkspaceTaskSubType.META_DESCRIPTION --- .../docs/cloudflare-one/identity/idp-integration/adfs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/identity/idp-integration/adfs.mdx b/src/content/docs/cloudflare-one/identity/idp-integration/adfs.mdx index 76049cd16258ff2..d20c72b84b3c1bc 100644 --- a/src/content/docs/cloudflare-one/identity/idp-integration/adfs.mdx +++ b/src/content/docs/cloudflare-one/identity/idp-integration/adfs.mdx @@ -1,6 +1,7 @@ --- pcx_content_type: how-to title: Active Directory (SAML) +description: Integrate Active Directory with Cloudflare Access using SAML for secure identity management. Follow step-by-step AD FS setup and configuration guide. --- import { GlossaryTooltip } from "~/components"; @@ -12,7 +13,6 @@ To set up the Microsoft Entra ID IdP integration with Zero Trust, refer to [Micr ::: Active Directory is a directory service developed by Microsoft for Windows domain networks. It is included in most Windows Server operating systems as a set of processes and services. Active Directory integrates with Cloudflare Access using Security Assertion Markup Language (SAML). - ## Before you start To get started, you need: From b16224d73a8877144a5b16cc803a2c3207249a02 Mon Sep 17 00:00:00 2001 From: ranbel <101146722+ranbel@users.noreply.github.com> Date: Fri, 14 Mar 2025 16:45:42 -0400 Subject: [PATCH 2/2] Update src/content/docs/cloudflare-one/identity/idp-integration/adfs.mdx --- .../docs/cloudflare-one/identity/idp-integration/adfs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/identity/idp-integration/adfs.mdx b/src/content/docs/cloudflare-one/identity/idp-integration/adfs.mdx index d20c72b84b3c1bc..aa2e7e5a6db90ec 100644 --- a/src/content/docs/cloudflare-one/identity/idp-integration/adfs.mdx +++ b/src/content/docs/cloudflare-one/identity/idp-integration/adfs.mdx @@ -1,7 +1,7 @@ --- pcx_content_type: how-to title: Active Directory (SAML) -description: Integrate Active Directory with Cloudflare Access using SAML for secure identity management. Follow step-by-step AD FS setup and configuration guide. +description: Integrate Active Directory with Cloudflare Zero Trust for secure identity management. --- import { GlossaryTooltip } from "~/components";