From 94b49773978af005e0ba597d6c397a59fce28ad7 Mon Sep 17 00:00:00 2001 From: terafirmanz <53923271+terafirmanz@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:44:27 +1200 Subject: [PATCH] website/integrations: update cloudflare access callback url (#14807) Update CLoudflare Access index.md The callback URL had a trailing / that breaks the callback URL being matched by a strict policy. Signed-off-by: terafirmanz <53923271+terafirmanz@users.noreply.github.com> --- website/integrations/services/cloudflare-access/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/integrations/services/cloudflare-access/index.md b/website/integrations/services/cloudflare-access/index.md index a9c8e20938..57a9f2e6c0 100644 --- a/website/integrations/services/cloudflare-access/index.md +++ b/website/integrations/services/cloudflare-access/index.md @@ -36,7 +36,7 @@ To support the integration of Cloudflare Access with authentik, you need to crea - **Choose a Provider type**: select **OAuth2/OpenID Connect** as the provider type. - **Configure the Provider**: provide a name (or accept the auto-provided name), the authorization flow to use for this provider, and the following required configurations. - Note the **Client ID**,**Client Secret**, and **slug** values because they will be required later. - - Set a `Strict` redirect URI to https://company.cloudflareaccess.com/cdn-cgi/access/callback/. + - Set a `Strict` redirect URI to https://company.cloudflareaccess.com/cdn-cgi/access/callback. - Select any available signing key. - **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/flows-stages/bindings/) (policy, group, or user) to manage the listing and access to applications on a user's **My applications** page.