From 19af97c67eacda4e072a3ea20e483fc5625bb13c Mon Sep 17 00:00:00 2001 From: kennyj42 <73258453+kennyj42@users.noreply.github.com> Date: Wed, 19 Nov 2025 14:01:33 -0600 Subject: [PATCH 1/2] Correct team domain format in Okta integration Updated the team domain format in Okta integration instructions. --- .../cloudflare-one/integrations/identity-providers/okta.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/integrations/identity-providers/okta.mdx b/src/content/docs/cloudflare-one/integrations/identity-providers/okta.mdx index 4932f5c35be0b2..7aa76318bcdc30 100644 --- a/src/content/docs/cloudflare-one/integrations/identity-providers/okta.mdx +++ b/src/content/docs/cloudflare-one/integrations/identity-providers/okta.mdx @@ -37,7 +37,7 @@ To set up the Okta integration using the Okta Integration Network (OIN) App Cata 7. In **Team domain**, enter your Cloudflare Zero Trust team domain: ```txt - .cloudflareaccess.com + ``` You can find your team domain in Cloudflare One under **Settings** > **Team name**. From 9a58e2d5f0a8c69f2f8954deab246c3cce53dd4f Mon Sep 17 00:00:00 2001 From: kennyj42 <73258453+kennyj42@users.noreply.github.com> Date: Wed, 19 Nov 2025 14:33:49 -0600 Subject: [PATCH 2/2] Update Okta integration instructions for clarity Clarified instructions for entering team domain and added details for pasting Client ID and Client secret. --- .../cloudflare-one/integrations/identity-providers/okta.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/content/docs/cloudflare-one/integrations/identity-providers/okta.mdx b/src/content/docs/cloudflare-one/integrations/identity-providers/okta.mdx index 7aa76318bcdc30..2ea4c28746b6e8 100644 --- a/src/content/docs/cloudflare-one/integrations/identity-providers/okta.mdx +++ b/src/content/docs/cloudflare-one/integrations/identity-providers/okta.mdx @@ -34,7 +34,7 @@ To set up the Okta integration using the Okta Integration Network (OIN) App Cata 4. Search for `Cloudflare` and select the **Cloudflare One** app. 5. Select **Add integration**. 6. In **Application label**, enter a name for the application (for example, `Cloudflare Access`). -7. In **Team domain**, enter your Cloudflare Zero Trust team domain: +7. In **Team domain**, enter your Cloudflare Zero Trust team name (only the subdomain prefix, do not include `.cloudflareaccess.com`): ```txt @@ -42,7 +42,8 @@ To set up the Okta integration using the Okta Integration Network (OIN) App Cata You can find your team domain in Cloudflare One under **Settings** > **Team name**. -8. In the **Sign On** tab, copy the **Client ID** and **Client secret**. +8. In the **Sign On** tab, copy the **Client ID** and **Client secret** and paste these into `App ID` and `Client secret`. +9. Copy your Okta Account URL (without the `-admin` value) and copy it into the Cloudflare Okta setup field. ## Set up Okta as an OIDC provider (Custom App Integration)