From bd0d7edbc4802a4f2c4a0c7e471e906366762b53 Mon Sep 17 00:00:00 2001 From: 4d62 Date: Thu, 2 Jan 2025 14:20:34 -0500 Subject: [PATCH] website/integrations: cloudflare access: upd placeholder for saas (#12536) Each Cloudflare Access company has a subdomain of `cloudflareaccess.com`. As a result, `cloudflareaccess.com` should be hardcoded into the documentation and only the company subdomain changes. Signed-off-by: 4d62 --- website/integrations/services/cloudflare-access/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/integrations/services/cloudflare-access/index.mdx b/website/integrations/services/cloudflare-access/index.mdx index e935603aa5..04f1e1fa88 100644 --- a/website/integrations/services/cloudflare-access/index.mdx +++ b/website/integrations/services/cloudflare-access/index.mdx @@ -17,7 +17,7 @@ sidebar_label: Cloudflare Access The following placeholders are used in this guide: -- `mysubdomain.cloudflareaccess.company` is the FQDN of your Cloudflare Access subdomain. +- `company.cloudflareaccess.com` is the FQDN of your Cloudflare Access subdomain. - `authentik.company` is the FQDN of the authentik install. To proceed, you need to register for a free Cloudflare Access account and have both a Cloudflare account and a publicly accessible authentik instance with a trusted SSL certificate. @@ -35,7 +35,7 @@ To proceed, you need to register for a free Cloudflare Access account and have b 4. Choose **OAuth2/OpenID Provider** and then click **Next**. 5. Set the authorization flow to **Authorize Application** (`default-provider-authorization-explicit-consent`). 6. Set the client type to **Confidential**. -7. Set the redirect URI to `https://mysubdomain.cloudflareaccess.company/cdn-cgi/access/callback`. +7. Set the redirect URI to `https://company.cloudflareaccess.com/cdn-cgi/access/callback`. 8. Ensure that the signing key is set to **Authentik Self-signed Certificate**. 9. Click **Finish** to create the provider.