From 877f3121454a2c801472a7a96cb2fec0e4249aed Mon Sep 17 00:00:00 2001 From: Dominic R Date: Sat, 28 Jun 2025 06:13:19 -0400 Subject: [PATCH] website/integrations: bookstack: fix redirect URI (#15295) Signed-off-by: Dominic R --- website/integrations/services/bookstack/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/integrations/services/bookstack/index.mdx b/website/integrations/services/bookstack/index.mdx index bfa2e3640a..54fe403629 100644 --- a/website/integrations/services/bookstack/index.mdx +++ b/website/integrations/services/bookstack/index.mdx @@ -48,7 +48,7 @@ To support the integration of BookStack with authentik, you need to create an ap - **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://bookstack.company/oidc/callback/`. + - Set a `Strict` redirect URI to `https://bookstack.company/oidc/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.