website/integrations: bookstack: fix redirect URI (#15295)

Signed-off-by: Dominic R <dominic@sdko.org>
This commit is contained in:
Dominic R
2025-06-28 06:13:19 -04:00
committed by GitHub
parent f471a98bc7
commit 877f312145

View File

@ -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.