From bd94e3dc8d0ee15da27276e628cfabb77f89d679 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 06:12:05 +0000 Subject: [PATCH 1/2] Fix issue: WorkspaceTaskSubType.META_DESCRIPTION --- .../docs/cloudflare-one/identity/idp-integration/okta.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/identity/idp-integration/okta.mdx b/src/content/docs/cloudflare-one/identity/idp-integration/okta.mdx index 051bf61ca19ae80..78940165f8ca7df 100644 --- a/src/content/docs/cloudflare-one/identity/idp-integration/okta.mdx +++ b/src/content/docs/cloudflare-one/identity/idp-integration/okta.mdx @@ -1,6 +1,7 @@ --- pcx_content_type: how-to title: Okta +description: Integrate Okta with Cloudflare Zero Trust to manage user authentication using OIDC or SAML protocols. Set up SCIM for user and group synchronization. --- import { Render } from "~/components"; @@ -8,7 +9,6 @@ import { Render } from "~/components"; Okta provides cloud software that helps companies manage and secure user authentication to modern applications, and helps developers build identity controls into applications, website web services, and devices. You can integrate Okta with Cloudflare Zero Trust and build rules based on user identity and group membership. Cloudflare Zero Trust supports Okta integrations using either the OIDC (default) or [SAML](/cloudflare-one/identity/idp-integration/okta-saml/) protocol. Additionally, you can configure Okta to use risk information from Zero Trust [user risk scores](/cloudflare-one/insights/risk-score/) to create SSO-level policies. For more information, refer to [Send risk score to Okta](/cloudflare-one/insights/risk-score/#send-risk-score-to-okta). - ## Set up Okta as an OIDC provider 1. On your Okta admin dashboard, go to **Applications** > **Applications**. From 52e00a5385662a2ab52ba66aa266857c49f77ea1 Mon Sep 17 00:00:00 2001 From: ranbel <101146722+ranbel@users.noreply.github.com> Date: Fri, 14 Mar 2025 16:49:44 -0400 Subject: [PATCH 2/2] Update src/content/docs/cloudflare-one/identity/idp-integration/okta.mdx --- .../docs/cloudflare-one/identity/idp-integration/okta.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/identity/idp-integration/okta.mdx b/src/content/docs/cloudflare-one/identity/idp-integration/okta.mdx index 78940165f8ca7df..bf8470160e82906 100644 --- a/src/content/docs/cloudflare-one/identity/idp-integration/okta.mdx +++ b/src/content/docs/cloudflare-one/identity/idp-integration/okta.mdx @@ -1,7 +1,7 @@ --- pcx_content_type: how-to title: Okta -description: Integrate Okta with Cloudflare Zero Trust to manage user authentication using OIDC or SAML protocols. Set up SCIM for user and group synchronization. +description: Integrate Okta as an identity provider for Cloudflare Zero Trust. --- import { Render } from "~/components";