diff --git a/website/docs/install-config/first-steps/index.mdx b/website/docs/install-config/first-steps/index.mdx
index 25f0f1e0ed..e07e6d0ffe 100644
--- a/website/docs/install-config/first-steps/index.mdx
+++ b/website/docs/install-config/first-steps/index.mdx
@@ -102,7 +102,7 @@ Every application that you add to authentik requires a provider, which is used t
authorization, etc.
- **Protocol settings**: provide the following required configurations:
- Note the **Client ID**, **Client Secret**, and **Slug** values because they will be required later when you configure Grafana to use authentik.
- - Set the **Redirect URI** as a `Strict` redirect to `https://grafana.company/login/generic_oauth`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://grafana.company/login/generic_oauth`.
- TIP: The Redirect URI is where a user is directed to,
as soon as authentik's authorization flow is successfully completed.
- **Grant Types** (required): Select at least one [grant type](../../add-secure-apps/providers/oauth2/#oauth-20-flows-and-grant-types) that the provider can use.
diff --git a/website/integrations/_redirect-uri-2026-5-note.mdx b/website/integrations/_redirect-uri-2026-5-note.mdx
new file mode 100644
index 0000000000..309aa5dc3f
--- /dev/null
+++ b/website/integrations/_redirect-uri-2026-5-note.mdx
@@ -0,0 +1,3 @@
+:::info Redirect URI changes in authentik 2026.5
+In authentik versions earlier than 2026.5, all **Redirect URIs** are automatically treated as `Authorization` type. If you are using one of these older authentik versions, add only the `Authorization` URL to your **Redirect URIs** and do not configure a `Post Logout` URI.
+:::
diff --git a/website/integrations/chat-communication-collaboration/affine/index.md b/website/integrations/chat-communication-collaboration/affine/index.md
index 62d37b65e3..260489d9b8 100644
--- a/website/integrations/chat-communication-collaboration/affine/index.md
+++ b/website/integrations/chat-communication-collaboration/affine/index.md
@@ -4,6 +4,8 @@ sidebar_label: AFFiNE
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is AFFiNE?
> AFFiNE is an open-source, self-hostable workspace for documents, whiteboards, and databases.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of AFFiNE with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of AFFiNE with authentik, you need to create an appli
- **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.
- - Add one `Strict` redirect URI and set it to `https://affine.company/oauth/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://affine.company/oauth/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/chat-communication-collaboration/chatgpt/index.mdx b/website/integrations/chat-communication-collaboration/chatgpt/index.mdx
index 8108314f42..427cccdcd9 100644
--- a/website/integrations/chat-communication-collaboration/chatgpt/index.mdx
+++ b/website/integrations/chat-communication-collaboration/chatgpt/index.mdx
@@ -4,6 +4,7 @@ sidebar_label: ChatGPT
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
import SAMLProvider20265Warning from "../../_saml-provider-2026-5-warning.mdx";
import TabItem from "@theme/TabItem";
import Tabs from "@theme/Tabs";
@@ -38,6 +39,8 @@ You can configure ChatGPT to use either OIDC or SAML; this guide explains both o
## authentik configuration
+
+
To support the integration of ChatGPT with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -48,7 +51,7 @@ To support the integration of ChatGPT with authentik, you need to create an appl
- **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** and **Client Secret** values because they will be required later.
- - Temporarily set a `Strict` redirect URI to `https://temp.temp`.
+ - Temporarily add a **Redirect URI** of type `Strict` `Authorization` as `https://temp.temp`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
@@ -77,7 +80,7 @@ ChatGPT only enables the **Manage SSO** wizard after you verify ownership of you
1. Log in to authentik as an administrator and open the authentik Admin interface.
2. Navigate to **Applications** > **Providers** and click the **Edit** icon of the newly created ChatGPT provider.
-3. Under **Protocol settings**, set the **Redirect URIs** to the **Login redirect URI** from ChatGPT.
+3. Under **Protocol settings**, add a **Redirect URI** of type `Strict` `Authorization` as the **Login redirect URI** value from ChatGPT.
4. Click **Update**.
diff --git a/website/integrations/chat-communication-collaboration/espo-crm/index.md b/website/integrations/chat-communication-collaboration/espo-crm/index.md
index f497fdb616..072cab9d27 100644
--- a/website/integrations/chat-communication-collaboration/espo-crm/index.md
+++ b/website/integrations/chat-communication-collaboration/espo-crm/index.md
@@ -4,6 +4,8 @@ sidebar_label: EspoCRM
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is EspoCRM?
> EspoCRM is a CRM (customer relationship management) web application that allows users to store, visualize, and analyze their company's business-related relationships such as opportunities, people, businesses, and projects.
@@ -27,6 +29,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of EspoCRM with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -37,7 +41,7 @@ To support the integration of EspoCRM with authentik, you need to create an appl
- **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://espocrm.company/oauth-callback.php`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://espocrm.company/oauth-callback.php`.
- Select any available signing key.
- Under **Advanced protocol settings**, set **Subject mode** to **Based on the User's username**.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/chat-communication-collaboration/grommunio/index.md b/website/integrations/chat-communication-collaboration/grommunio/index.md
index 3671d94f37..052a2a2eb9 100644
--- a/website/integrations/chat-communication-collaboration/grommunio/index.md
+++ b/website/integrations/chat-communication-collaboration/grommunio/index.md
@@ -4,6 +4,8 @@ sidebar_label: grommunio
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is grommunio?
@@ -25,6 +27,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To integrate authentik with grommunio, you will need to create an application and provider pair in authentik.
:::info Keycloak-compatible endpoints
@@ -39,7 +43,7 @@ grommunio-web expects Keycloak-compatible OIDC endpoints. Because authentik does
- **Choose a Provider type**: select **OAuth2/OpenID Connect** as the provider type.
- **Configure the Provider**: provide a name, the authorization flow to use, and the following required configurations.
- Note the **Client ID** and **Client Secret** values because they will be required later.
- - Set a `Strict` redirect URI to `https://grommunio.company/web`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://grommunio.company/web`.
- Set **Signing Key** to an available RSA key.
- Under **Advanced protocol settings**:
- Add the `authentik default OAuth Mapping: OpenID 'offline_access'` scope to **Selected Scopes**.
diff --git a/website/integrations/chat-communication-collaboration/hedgedoc/index.md b/website/integrations/chat-communication-collaboration/hedgedoc/index.md
index b4e41f8dab..50883c1ca1 100644
--- a/website/integrations/chat-communication-collaboration/hedgedoc/index.md
+++ b/website/integrations/chat-communication-collaboration/hedgedoc/index.md
@@ -4,6 +4,8 @@ sidebar_label: HedgeDoc
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is HedgeDoc?
> HedgeDoc lets you create real-time collaborative markdown notes.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of HedgeDoc with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of HedgeDoc with authentik, you need to create an app
- **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** and **Client Secret** values because they will be required later.
- - Set a `Strict` redirect URI to `https://hedgedoc.company/auth/oauth2/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://hedgedoc.company/auth/oauth2/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
3. Click **Submit** to save the new application and provider.
diff --git a/website/integrations/chat-communication-collaboration/kanboard/index.md b/website/integrations/chat-communication-collaboration/kanboard/index.md
index b204eca231..389713f351 100644
--- a/website/integrations/chat-communication-collaboration/kanboard/index.md
+++ b/website/integrations/chat-communication-collaboration/kanboard/index.md
@@ -4,6 +4,8 @@ sidebar_label: Kanboard
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Kanboard?
> Kanboard is a free and open source Kanban project management software.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Kanboard with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of Kanboard with authentik, you need to create an app
- **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** and **Client Secret** values because they will be required later.
- - Set a `Strict` redirect URI to `https://kanboard.company/oauth/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://kanboard.company/oauth/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/chat-communication-collaboration/mailcow-logs-viewer/index.md b/website/integrations/chat-communication-collaboration/mailcow-logs-viewer/index.md
index 609173069d..9f30192c53 100644
--- a/website/integrations/chat-communication-collaboration/mailcow-logs-viewer/index.md
+++ b/website/integrations/chat-communication-collaboration/mailcow-logs-viewer/index.md
@@ -4,6 +4,8 @@ sidebar_label: mailcow Logs Viewer
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is mailcow Logs Viewer?
> A modern, self-hosted dashboard for monitoring, analyzing, and managing your mailcow mail server. Track email delivery, investigate spam, manage quarantine, detect bounce-based abuse, and validate DNS configurations, all from a single interface.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of mailcow Logs Viewer with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of mailcow Logs Viewer with authentik, you need to cr
- **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 **application slug** values because they will be required later.
- - Set a `Strict` redirect URI to `https://mailcow-logs-viewer.company/api/auth/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://mailcow-logs-viewer.company/api/auth/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/chat-communication-collaboration/mailcow/index.md b/website/integrations/chat-communication-collaboration/mailcow/index.md
index d5fe636eb3..1fcdc73dc4 100644
--- a/website/integrations/chat-communication-collaboration/mailcow/index.md
+++ b/website/integrations/chat-communication-collaboration/mailcow/index.md
@@ -4,6 +4,8 @@ sidebar_label: mailcow
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is mailcow?
> mailcow is a Dockerized, open-source groupware and email suite based on Docker. It relies on many well-known and long-used components, which, when combined, result in a comprehensive email server solution.
@@ -27,6 +29,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of mailcow with authentik, you need to create a property mapping, set the `email_verified` attribute on required users, and create an application/provider pair in authentik.
### Create a property mapping
@@ -56,7 +60,7 @@ Repeat these steps for all users that need to use the Mailcow integration.
- **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** and **Client Secret** values because they will be required later.
- - Set a `Strict` redirect URI to `https://mailcow.company`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://mailcow.company`.
- Select any available signing key.
- Under **Advanced protocol settings**:
- Remove the `authentik default OAuth Mapping: OpenID 'email'` scope from **Selected Scopes**.
diff --git a/website/integrations/chat-communication-collaboration/mastodon/index.md b/website/integrations/chat-communication-collaboration/mastodon/index.md
index 61aaa6c24b..6b2a6589e8 100644
--- a/website/integrations/chat-communication-collaboration/mastodon/index.md
+++ b/website/integrations/chat-communication-collaboration/mastodon/index.md
@@ -4,6 +4,8 @@ sidebar_label: Mastodon
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Mastodon?
> Mastodon is free and open-source software for running self-hosted social networking services. It has microblogging features similar to Twitter
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Mastodon with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of Mastodon with authentik, you need to create an app
- **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://mastodon.company/auth/auth/openid_connect/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://mastodon.company/auth/auth/openid_connect/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/chat-communication-collaboration/matrix-synapse/index.md b/website/integrations/chat-communication-collaboration/matrix-synapse/index.md
index d57e7f6b50..1d79d8ac53 100644
--- a/website/integrations/chat-communication-collaboration/matrix-synapse/index.md
+++ b/website/integrations/chat-communication-collaboration/matrix-synapse/index.md
@@ -4,6 +4,8 @@ sidebar_label: Matrix Synapse
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Matrix Synapse?
> Matrix is an open source project that publishes the Matrix open standard for secure, decentralized, real-time communication, and its Apache licensed reference implementations.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Matrix Synapse with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of Matrix Synapse with authentik, you need to create
- **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://matrix.company/_synapse/client/oidc/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://matrix.company/_synapse/client/oidc/callback`.
- Select any available RSA signing key. Matrix Synapse doesn't support ECC keys.
- Do not set an encryption key because this is not supported by Matrix Synapse.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/chat-communication-collaboration/mattermost-team-edition/index.mdx b/website/integrations/chat-communication-collaboration/mattermost-team-edition/index.mdx
index 3311917e88..6ac90c4476 100644
--- a/website/integrations/chat-communication-collaboration/mattermost-team-edition/index.mdx
+++ b/website/integrations/chat-communication-collaboration/mattermost-team-edition/index.mdx
@@ -4,6 +4,7 @@ sidebar_label: Mattermost Team Edition
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
import SAMLProvider20265Warning from "../../_saml-provider-2026-5-warning.mdx";
import TabItem from "@theme/TabItem";
import Tabs from "@theme/Tabs";
@@ -45,6 +46,8 @@ Once configured, Mattermost will display a login button with the GitLab icon, bu
## authentik configuration
+
+
To support the integration of Mattermost Team Edition with authentik, you need to create property mappings and an application/provider pair in authentik.
### Create property mappings
@@ -84,7 +87,7 @@ The following `id` property mapping is optional. If omitted, Mattermost will gen
- **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** and **Client Secret** values because they will be required later.
- - Set a `Strict` redirect URI to `https://mattermost.company/signup/gitlab/complete`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://mattermost.company/signup/gitlab/complete`.
- Select any available signing key.
- Under **Advanced protocol settings**, add the scopes you just created to the list of selected scopes.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/chat-communication-collaboration/mobilizon/index.md b/website/integrations/chat-communication-collaboration/mobilizon/index.md
index 51fb0c597f..f3a190d6fe 100644
--- a/website/integrations/chat-communication-collaboration/mobilizon/index.md
+++ b/website/integrations/chat-communication-collaboration/mobilizon/index.md
@@ -4,6 +4,8 @@ sidebar_label: Mobilizon
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Mobilizon?
> Gather, organize and mobilize yourselves with a convivial, ethical, and emancipating tool. https://joinmobilizon.org
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Mobilizon with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of Mobilizon 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://mobilizon.company/auth/keycloak/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://mobilizon.company/auth/keycloak/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/chat-communication-collaboration/nextcloud/index.mdx b/website/integrations/chat-communication-collaboration/nextcloud/index.mdx
index 04dbde3697..476f1b7e38 100644
--- a/website/integrations/chat-communication-collaboration/nextcloud/index.mdx
+++ b/website/integrations/chat-communication-collaboration/nextcloud/index.mdx
@@ -4,6 +4,7 @@ sidebar_label: Nextcloud
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
import SAMLProvider20265Warning from "../../_saml-provider-2026-5-warning.mdx";
## What is Nextcloud?
@@ -116,6 +117,8 @@ To connect to an existing Nextcloud user, set the `nextcloud_user_id` attribute
## Create an application and provider in authentik
+
+
1. Log in to authentik as an administrator and open the authentik Admin interface.
2. Navigate to **Applications** > **Applications** and click **New Application** to create an application and provider pair. (Alternatively you can first create a provider separately, then create the application and connect it with the provider.)
- **Application**: provide a descriptive name, an optional group for the type of application, the policy engine mode, and optional UI settings.
diff --git a/website/integrations/chat-communication-collaboration/opencloud/index.mdx b/website/integrations/chat-communication-collaboration/opencloud/index.mdx
index 9fcfc14a12..f082bd73df 100644
--- a/website/integrations/chat-communication-collaboration/opencloud/index.mdx
+++ b/website/integrations/chat-communication-collaboration/opencloud/index.mdx
@@ -4,6 +4,7 @@ sidebar_label: OpenCloud
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
import TabItem from "@theme/TabItem";
import Tabs from "@theme/Tabs";
@@ -35,6 +36,8 @@ Choose your setup below. The **Web only** tab logs in through the browser. The *
## authentik configuration
+
+
1. Log in to authentik as an administrator and open the Admin interface.
2. Navigate to **Applications** > **Applications** and click **New Application**.
- **Application**: provide a name and note the **slug**.
@@ -43,9 +46,9 @@ Choose your setup below. The **Web only** tab logs in through the browser. The *
- **Client type**: `Public`
- **Client ID**: `web`
- **Redirect URIs**:
- - Strict: `https://opencloud.company/oidc-callback.html`
- - Strict: `https://opencloud.company/oidc-silent-redirect.html`
- - Strict: `https://opencloud.company/`
+ - `Strict` `Authorization`: `https://opencloud.company/oidc-callback.html`
+ - `Strict` `Authorization`: `https://opencloud.company/oidc-silent-redirect.html`
+ - `Strict` `Authorization`: `https://opencloud.company/`
- **Signing Key**: select any available key.
- **Scopes**: `openid`, `profile`, `email`.
3. Click **Submit**.
@@ -112,12 +115,12 @@ With GLOBAL issuer mode enabled, tokens use an issuer of `iss = https://authenti
Repeat these steps for **each** of the four clients (Web, Desktop, Android, and iOS), using the per-client values from the table below.
-| Client | Client ID | Redirect URIs |
-| ------- | ------------------ | ------------------------------------------------------------------------------------------- |
-| Web | `web` | Strict: `https://opencloud.company/oidc-callback.html`, `…/oidc-silent-redirect.html`, `…/` |
-| Desktop | `OpenCloudDesktop` | Regex: `http://127.0.0.1(:[0-9]+)?(/.*)?` and `http://localhost(:[0-9]+)?(/.*)?` |
-| Android | `OpenCloudAndroid` | Strict: `oc://android.opencloud.eu` |
-| iOS | `OpenCloudIOS` | Strict: `oc://ios.opencloud.eu` |
+| Client | Client ID | Redirect URIs |
+| ------- | ------------------ | ------------------------------------------------------------------------------------------------------------- |
+| Web | `web` | `Strict` `Authorization`: `https://opencloud.company/oidc-callback.html`, `…/oidc-silent-redirect.html`, `…/` |
+| Desktop | `OpenCloudDesktop` | `Regex` `Authorization`: `http://127.0.0.1(:[0-9]+)?(/.*)?` and `http://localhost(:[0-9]+)?(/.*)?` |
+| Android | `OpenCloudAndroid` | `Strict` `Authorization`: `oc://android.opencloud.eu` |
+| iOS | `OpenCloudIOS` | `Strict` `Authorization`: `oc://ios.opencloud.eu` |
1. Log in to authentik as an administrator and open the Admin interface.
2. Navigate to **Applications** > **Applications** and click **New Application**.
diff --git a/website/integrations/chat-communication-collaboration/openproject/index.md b/website/integrations/chat-communication-collaboration/openproject/index.md
index 810faadcb7..5fa39a36f0 100644
--- a/website/integrations/chat-communication-collaboration/openproject/index.md
+++ b/website/integrations/chat-communication-collaboration/openproject/index.md
@@ -4,6 +4,8 @@ sidebar_label: OpenProject
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is OpenProject?
> OpenProject is a web-based project management software. Use OpenProject to manage your projects, tasks and goals. Collaborate via work packages and link them to your pull requests on GitHub.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of OpenProject with authentik, you need to create a property mapping and an application/provider pair in authentik.
### Create a scope mapping
@@ -61,7 +65,7 @@ OpenProject requires a first and last name for each user. By default authentik o
- **Protocol settings**:
- Note the **Client ID**, **Client Secret**, and **slug** values because they will be required later.
- **Redirect URI**:
- - Strict: `https://openproject.company/auth/oidc-authentik/callback`
+ - `Strict` `Authorization`: `https://openproject.company/auth/oidc-authentik/callback`
- **Signing key**: select any available signing key.
- **Advanced protocol settings**:
- **Scopes**:
diff --git a/website/integrations/chat-communication-collaboration/owncloud/index.md b/website/integrations/chat-communication-collaboration/owncloud/index.md
index 3fe9e17576..2ffe8b378d 100644
--- a/website/integrations/chat-communication-collaboration/owncloud/index.md
+++ b/website/integrations/chat-communication-collaboration/owncloud/index.md
@@ -4,6 +4,8 @@ sidebar_label: ownCloud
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is ownCloud?
> ownCloud is a free and open-source software project for content collaboration and sharing and syncing of files.
@@ -23,6 +25,8 @@ This guide focuses on deploying ownCloud installations using Docker. If you depl
## authentik configuration
+
+
To support the integration of ownCloud with authentik, you need to create multiple application/provider pairs in authentik. A different pair is required for the Web UI, Desktop application, Android application, and iOS application.
The configuration for each application is nearly identical, except for the **Client ID**, **Client Secret**, and the **Redirect URI** values, which are [predefined](https://doc.owncloud.com/server/latest/admin_manual/configuration/user/oidc/oidc.html#client-ids-secrets-and-redirect-uris) by ownCloud for the Desktop, Android, and iOS applications.
@@ -43,29 +47,29 @@ The configuration for each application is nearly identical, except for the **Cli
- **Client ID**: Use the value generated by authentik.
- **Client Secret**: Use the value generated by authentik.
- **Redirect URIs**:
- - Strict: `https://owncloud.company/apps/openidconnect/redirect`
+ - `Strict` `Authorization`: `https://owncloud.company/apps/openidconnect/redirect`
**Desktop Application**
- **Signing Key**: Select any available signing key.
- **Client ID**: Use the predefined value found in the [ownCloud admin manual](https://doc.owncloud.com/server/latest/admin_manual/configuration/user/oidc/oidc.html#client-id).
- **Client Secret**: Use the predefined value found in the [ownCloud admin manual](https://doc.owncloud.com/server/latest/admin_manual/configuration/user/oidc/oidc.html#client-secret).
- **Redirect URIs**:
- - Regex: `http://localhost:\d+`
- - Regex: `http://127.0.0.1:\d+`
+ - `Regex` `Authorization`: `http://localhost:\d+`
+ - `Regex` `Authorization`: `http://127.0.0.1:\d+`
**Android Application**
- **Signing Key**: Select any available signing key.
- **Client ID**: Use the predefined value found in the [ownCloud admin manual](https://doc.owncloud.com/server/latest/admin_manual/configuration/user/oidc/oidc.html#client-id).
- **Client Secret**: Use the predefined value found in the [ownCloud admin manual](https://doc.owncloud.com/server/latest/admin_manual/configuration/user/oidc/oidc.html#client-secret).
- **Redirect URI**:
- - Strict: `oc://android.owncloud.com`
+ - `Strict` `Authorization`: `oc://android.owncloud.com`
**iOS Application**
- **Signing Key**: Select any available signing key.
- **Client ID**: Use the predefined value found in the [ownCloud admin manual](https://doc.owncloud.com/server/latest/admin_manual/configuration/user/oidc/oidc.html#client-id).
- **Client Secret**: Use the predefined value found in the [ownCloud admin manual](https://doc.owncloud.com/server/latest/admin_manual/configuration/user/oidc/oidc.html#client-secret).
- **Redirect URI**:
- - Strict: `oc://ios.owncloud.com`
+ - `Strict` `Authorization`: `oc://ios.owncloud.com`
- **Advanced protocol settings:**
- **Scopes**: Select the following scopes for each of the four application/provider pairs: `email`, `offline_access`, `openid`, `profile`.
diff --git a/website/integrations/chat-communication-collaboration/planka/index.mdx b/website/integrations/chat-communication-collaboration/planka/index.mdx
index 3cb8a3938c..184f8fb23a 100644
--- a/website/integrations/chat-communication-collaboration/planka/index.mdx
+++ b/website/integrations/chat-communication-collaboration/planka/index.mdx
@@ -4,6 +4,8 @@ sidebar_label: Planka
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
+
## What is Planka?
> Planka is an open-source, Trello-like application with a Kanban board system, used for project management.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Planka with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of Planka with authentik, you need to create an appli
- **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** and **Client Secret** values because they will be required later.
- - Set a `Strict` redirect URI to `https://planka.company/oidc-callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://planka.company/oidc-callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/chat-communication-collaboration/rocketchat/index.md b/website/integrations/chat-communication-collaboration/rocketchat/index.md
index ec6b751bc9..eb4dc1657f 100644
--- a/website/integrations/chat-communication-collaboration/rocketchat/index.md
+++ b/website/integrations/chat-communication-collaboration/rocketchat/index.md
@@ -4,6 +4,8 @@ sidebar_label: Rocket.chat
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Rocket.chat?
> Rocket.Chat is an open-source fully customizable communications platform developed in JavaScript for organizations with high standards of data protection. It is licensed under the MIT License with some other licenses mixed in. See [Rocket.chat GitHub](https://github.com/RocketChat/Rocket.Chat/blob/develop/LICENSE) for licensing information.
@@ -27,6 +29,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Rocket.chat with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -38,7 +42,7 @@ To support the integration of Rocket.chat with authentik, you need to create an
- **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://rocket.company/\_oauth/authentik`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://rocket.company/\_oauth/authentik`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/chat-communication-collaboration/roundcube/index.md b/website/integrations/chat-communication-collaboration/roundcube/index.md
index 16ea18ad68..a87f28148e 100644
--- a/website/integrations/chat-communication-collaboration/roundcube/index.md
+++ b/website/integrations/chat-communication-collaboration/roundcube/index.md
@@ -4,6 +4,8 @@ sidebar_label: Roundcube
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Roundcube?
> Roundcube is a browser-based multilingual IMAP client with an application-like user interface. It provides the full functionality you expect from an email client, including MIME support, address book, folder manipulation, message searching and spell checking.
@@ -29,6 +31,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Roundcube with authentik, you need to create an application/provider pair in authentik.
### Create property mappings
@@ -59,7 +63,7 @@ To support the integration of Roundcube 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://roundcube.company/index.php?\_task=settings&\_action=plugin.oauth_redirect`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://roundcube.company/index.php?\_task=settings&\_action=plugin.oauth_redirect`.
- Select any available signing key.
- Under **Advanced protocol settings**:
- Under **Scopes**, add `dovecotprofile` and `authentik default OAuth Mapping: OpenID 'offline_access'` to the list of selected scopes.
diff --git a/website/integrations/chat-communication-collaboration/sharepoint-se/index.md b/website/integrations/chat-communication-collaboration/sharepoint-se/index.md
index b10ca7489b..8f1ecac453 100644
--- a/website/integrations/chat-communication-collaboration/sharepoint-se/index.md
+++ b/website/integrations/chat-communication-collaboration/sharepoint-se/index.md
@@ -4,6 +4,8 @@ sidebar_label: SharePoint Server SE
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Microsoft SharePoint?
> SharePoint is a proprietary, web-based collaborative platform that integrates natively with Microsoft 365.
@@ -66,6 +68,8 @@ These guidelines use the following placeholders for the overall setup:
## authentik configuration
+
+
### Step 1: Create authentik OpenID property mappings
SharePoint requires additional properties within the OpenID and profile scopes in order to operate OIDC properly and map incoming authentik OID claims with Microsoft claims.
@@ -140,7 +144,7 @@ From the authentik Admin Dashboard:
:::info
use the explicit flow if user consents are required
:::
- - **Redirect URIs / Origins**: `auth.providerRedirectURI`
+ - **Redirect URIs / Origins** (`Strict` `Authorization`): `auth.providerRedirectURI`
- **Signing Key**: authentik Self-signed Certificate
:::info
The certificate is used for signing JWT tokens; if you change it after the integration do not forget to update your SharePoint Trusted Certificate.
diff --git a/website/integrations/chat-communication-collaboration/vikunja/index.mdx b/website/integrations/chat-communication-collaboration/vikunja/index.mdx
index ffc336152c..8d528ffe16 100644
--- a/website/integrations/chat-communication-collaboration/vikunja/index.mdx
+++ b/website/integrations/chat-communication-collaboration/vikunja/index.mdx
@@ -4,6 +4,7 @@ sidebar_label: Vikunja
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
import TabItem from "@theme/TabItem";
import Tabs from "@theme/Tabs";
@@ -31,6 +32,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Vikunja with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -41,8 +44,8 @@ To support the integration of Vikunja with authentik, you need to create an appl
- **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.
- - For web login, set a `Strict` redirect URI to `https://vikunja.company/auth/openid/authentik`.
- - If using the Vikunja desktop client, add a `Regex` redirect URI such as `^http://127\\.0\\.0\\.1:[0-9]+/auth/openid/authentik$` to allow loopback redirects to `127.0.0.1`.
+ - For web login, add a **Redirect URI** of type `Strict` `Authorization` as `https://vikunja.company/auth/openid/authentik`.
+ - If using the Vikunja desktop client, add a **Redirect URI** of type `Regex` `Authorization` such as `^http://127\\.0\\.0\\.1:[0-9]+/auth/openid/authentik$` to allow loopback redirects to `127.0.0.1`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
3. Click **Submit** to save the new application and provider.
diff --git a/website/integrations/chat-communication-collaboration/wekan/index.mdx b/website/integrations/chat-communication-collaboration/wekan/index.mdx
index bc3c91a631..008d8557bf 100644
--- a/website/integrations/chat-communication-collaboration/wekan/index.mdx
+++ b/website/integrations/chat-communication-collaboration/wekan/index.mdx
@@ -4,6 +4,8 @@ sidebar_label: Wekan
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
+
## What is Wekan?
> Wekan is an open-source kanban board which allows a card-based task and to-do management.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Wekan with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of Wekan with authentik, you need to create an applic
- **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://wekan.company/_oauth/oidc`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://wekan.company/_oauth/oidc`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/chat-communication-collaboration/writefreely/index.md b/website/integrations/chat-communication-collaboration/writefreely/index.md
index 435217e1f9..180e536ddd 100644
--- a/website/integrations/chat-communication-collaboration/writefreely/index.md
+++ b/website/integrations/chat-communication-collaboration/writefreely/index.md
@@ -4,6 +4,8 @@ sidebar_label: Writefreely
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Writefreely?
> An open source platform for building a writing space on the web.
@@ -27,6 +29,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Writefreely with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -38,7 +42,7 @@ To support the integration of Writefreely with authentik, you need to create an
- **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://writefreely.company/oauth/callback/generic`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://writefreely.company/oauth/callback/generic`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/cloud-providers/aws-classic/index.mdx b/website/integrations/cloud-providers/aws-classic/index.mdx
index 21a3c348a8..6838258512 100644
--- a/website/integrations/cloud-providers/aws-classic/index.mdx
+++ b/website/integrations/cloud-providers/aws-classic/index.mdx
@@ -4,6 +4,7 @@ sidebar_label: Amazon Web Services (Classic IAM)
support_level: authentik
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
import SAMLProvider20265Warning from "../../_saml-provider-2026-5-warning.mdx";
import TabItem from "@theme/TabItem";
import Tabs from "@theme/Tabs";
@@ -44,6 +45,8 @@ SCIM Provisioning is only supported in conjunction with [IAM Identity Center](..
## authentik configuration
+
+
To support the integration of AWS with authentik via the Classic IAM method, you need to create two property mappings, an application/provider pair, and application entitlements for the AWS roles that users can assume.
### Create property mappings
@@ -273,7 +276,7 @@ To support the integration of AWS with authentik using OIDC, you need to create
- **Choose a Provider type**: Select OAuth2/OpenID Provider 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** and **slug** values because they will be required later.
- - Set a `Strict` redirect URI to match the AWS resource that you want to access via OIDC.
+ - Add a **Redirect URI** of type `Strict` `Authorization` that matches the AWS resource that you want to access via OIDC.
- Select any available signing key.
- Under **Advanced protocol settings** > **Selected Scopes**, add `authentik default OAuth Mapping: OpenID 'entitlements'`.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/cloud-providers/digitalocean/index.md b/website/integrations/cloud-providers/digitalocean/index.md
index 12fb4abfd6..a0b6dbacd8 100644
--- a/website/integrations/cloud-providers/digitalocean/index.md
+++ b/website/integrations/cloud-providers/digitalocean/index.md
@@ -4,6 +4,8 @@ sidebar_label: DigitalOcean
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is DigitalOcean?
> DigitalOcean is a cloud infrastructure provider that offers developers simple, scalable virtual servers (droplets), managed databases, and other cloud services to deploy and manage applications efficiently.
@@ -22,6 +24,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of DigitalOcean with authentik, you need to create a scope mapping, an application/provider pair, and application entitlements for the DigitalOcean roles that users should receive.
### Create a scope mapping
@@ -72,7 +76,7 @@ To support the integration of DigitalOcean with authentik, you need to create a
- **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://cloud.digitalocean.com/sessions/sso/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://cloud.digitalocean.com/sessions/sso/callback`.
- Select any available signing key.
- Under **Advanced protocol settings**:
- Add the `profile` scope created in the previous section. Do not remove authentik’s `authentik default OAuth Mapping: OpenID 'profile'`, as claims such as `name` are required by DigitalOcean.
diff --git a/website/integrations/cloud-providers/oracle-cloud/index.md b/website/integrations/cloud-providers/oracle-cloud/index.md
index 70ba59ce8b..2eb4bea93e 100644
--- a/website/integrations/cloud-providers/oracle-cloud/index.md
+++ b/website/integrations/cloud-providers/oracle-cloud/index.md
@@ -4,6 +4,8 @@ sidebar_label: Oracle Cloud
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Oracle Cloud?
> Oracle Cloud is the first public cloud built from the ground up to be a better cloud for every application. By rethinking core engineering and systems design for cloud computing, we created innovations that accelerate migrations, deliver better reliability and performance for all applications, and offer the complete services customers need to build innovative cloud applications.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Oracle Cloud with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -35,7 +39,7 @@ To support the integration of Oracle Cloud with authentik, you need to create an
- **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://tenant.identity.oraclecloud.com/oauth2/v1/social/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://tenant.identity.oraclecloud.com/oauth2/v1/social/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/dashboards/dashy/index.md b/website/integrations/dashboards/dashy/index.md
index 382d70586f..580e689017 100644
--- a/website/integrations/dashboards/dashy/index.md
+++ b/website/integrations/dashboards/dashy/index.md
@@ -4,6 +4,8 @@ sidebar_label: Dashy
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Dashy?
> Dashy is a self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Dashy with authentik, you need to create an application/provider pair in authentik.
If you want to manage Dashy administrator access through authentik, create or choose a group for Dashy administrators and add the appropriate users to it. Note the exact group name because it will be required later.
@@ -36,7 +40,7 @@ If you want to manage Dashy administrator access through authentik, create or ch
- **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** and **slug** values because they will be required later.
- Set the **Client type** to `Public`. Dashy runs entirely in the browser and does not store a client secret.
- - Create two `Strict` redirect URIs:
+ - Add two **Redirect URIs** of type `Strict` `Authorization`:
- `https://dashy.company`
- `https://dashy.company/`
- Select any available signing key.
diff --git a/website/integrations/dashboards/homarr/index.md b/website/integrations/dashboards/homarr/index.md
index 0005de3bcc..550e93b9e8 100644
--- a/website/integrations/dashboards/homarr/index.md
+++ b/website/integrations/dashboards/homarr/index.md
@@ -4,6 +4,8 @@ sidebar_label: Homarr
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Homarr?
> A sleek, modern dashboard that puts all of your apps and services at your fingertips. Control everything in one convenient location. Seamlessly integrates with the apps you've added, providing you with valuable information.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Homarr with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of Homarr with authentik, you need to create an appli
- **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.
- - Create two `Strict` redirect URIs: `https://homarr.company/api/auth/callback/oidc` and `http://localhost:50575/api/auth/callback/oidc`.
+ - Add two **Redirect URIs** of type `Strict` `Authorization` as `https://homarr.company/api/auth/callback/oidc` and `http://localhost:50575/api/auth/callback/oidc`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/dashboards/linkwarden/index.md b/website/integrations/dashboards/linkwarden/index.md
index 60cffdfc14..73d572ed29 100644
--- a/website/integrations/dashboards/linkwarden/index.md
+++ b/website/integrations/dashboards/linkwarden/index.md
@@ -4,6 +4,8 @@ sidebar_label: Linkwarden
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Linkwarden?
> Linkwarden is an open-source collaborative bookmark manager used to collect, organize, and preserve webpages.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Linkwarden with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of Linkwarden with authentik, you need to create an a
- **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://linkwarden.company/api/v1/auth/callback/authentik`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://linkwarden.company/api/v1/auth/callback/authentik`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/development/coder/index.md b/website/integrations/development/coder/index.md
index a0d75d89eb..94570c3081 100644
--- a/website/integrations/development/coder/index.md
+++ b/website/integrations/development/coder/index.md
@@ -4,6 +4,8 @@ sidebar_label: Coder
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Coder?
> Coder is an open-source platform that provides browser-based cloud development environments, enabling developers and teams to securely write, edit, and manage code remotely without the need for local setup.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Coder with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of Coder with authentik, you need to create an applic
- **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://coder.company/api/v2/users/oidc/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://coder.company/api/v2/users/oidc/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/development/engomo/index.mdx b/website/integrations/development/engomo/index.mdx
index d9cedfb59f..c8f3967bf3 100644
--- a/website/integrations/development/engomo/index.mdx
+++ b/website/integrations/development/engomo/index.mdx
@@ -4,6 +4,8 @@ sidebar_label: engomo
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
+
## What is engomo?
> engomo is a low-code app development platform to create enterprise apps for smartphones and tablets based on Android, iOS, or iPadOS.
@@ -25,6 +27,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Engomo with authentik, you need to create an application/provider pair in authentik.
### Create property mappings
@@ -46,7 +50,7 @@ To support the integration of Engomo with authentik, you need to create an appli
- **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** and **slug** values because they will be required later.
- Set the **Client type** to `Public`.
- - Add two `Strict` redirect URIs and set them to `https://engomo.company/auth` and `com.engomo.engomo://callback/`.
+ - Add two **Redirect URIs** of type `Strict` `Authorization` as `https://engomo.company/auth` and `com.engomo.engomo://callback/`.
- Select any available signing key.
- Under **Advanced protocol settings**, add the scope you just created to the list of available scopes.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/development/forgejo/index.md b/website/integrations/development/forgejo/index.md
index a29b10f261..df34aa3bf3 100644
--- a/website/integrations/development/forgejo/index.md
+++ b/website/integrations/development/forgejo/index.md
@@ -4,6 +4,8 @@ sidebar_label: Forgejo
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Forgejo?
> Forgejo is a lightweight, self‑hosted alternative to GitHub/GitLab, with a strong emphasis on community governance and open development.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Forgejo with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of Forgejo with authentik, you need to create an appl
- **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:///user/oauth2/authentik/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https:///user/oauth2/authentik/callback`.
- Select any available signing key.
- Under **Advanced protocol settings** > **Selected Scopes**, add `authentik default OAuth Mapping: OpenID 'entitlements'`.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/development/frappe/index.md b/website/integrations/development/frappe/index.md
index e5664a78a1..b893d8de94 100644
--- a/website/integrations/development/frappe/index.md
+++ b/website/integrations/development/frappe/index.md
@@ -4,6 +4,8 @@ sidebar_label: Frappe
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
:::info
These instructions apply to all projects in the Frappe Family, including ERPNext.
:::
@@ -28,6 +30,8 @@ This documentation only lists the settings that have been changed from their def
## authentik configuration
+
+
To support the integration of Frappe with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -39,7 +43,7 @@ To support the integration of Frappe with authentik, you need to create an appli
- **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://frappe.company/api/method/frappe.integrations.oauth2_logins.custom/`. Replace `` with the name of the provider in Frappe.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://frappe.company/api/method/frappe.integrations.oauth2_logins.custom/`. Replace `` with the name of the provider in Frappe.
- Select any available signing key.
- Under **Advanced protocol settings**, set **Subject mode** to be `Based on the Users's username`.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/development/gitea/index.md b/website/integrations/development/gitea/index.md
index 33dfaa2094..eda4ad538f 100644
--- a/website/integrations/development/gitea/index.md
+++ b/website/integrations/development/gitea/index.md
@@ -4,6 +4,8 @@ sidebar_label: Gitea
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Gitea?
> Gitea is a community managed lightweight code hosting solution written in Go. It is published under the MIT license.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Gitea with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of Gitea with authentik, you need to create an applic
- **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:///user/oauth2/authentik/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https:///user/oauth2/authentik/callback`.
- Select any available signing key.
- Under **Advanced protocol settings** > **Selected Scopes**, add `authentik default OAuth Mapping: OpenID 'entitlements'`.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/development/gitlab/index.mdx b/website/integrations/development/gitlab/index.mdx
index 6154cc6239..e8e243e85d 100644
--- a/website/integrations/development/gitlab/index.mdx
+++ b/website/integrations/development/gitlab/index.mdx
@@ -4,6 +4,8 @@ sidebar_label: GitLab
support_level: authentik
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
+
## What is GitLab?
> GitLab is a complete DevOps platform with features for version control, CI/CD, issue tracking, and collaboration, facilitating efficient software development and deployment workflows.
@@ -43,6 +45,8 @@ import Tabs from "@theme/Tabs";
## authentik configuration
+
+
To support the integration of GitLab with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -110,7 +114,7 @@ To support the integration of GitLab with authentik, you need to create an appli
- **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://gitlab.company/users/auth/openid_connect/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://gitlab.company/users/auth/openid_connect/callback`.
- Select any available signing key.
- Under **Advanced protocol settings**, set the **Subject mode** to `Based on the User's Email`.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/development/gravitee/index.md b/website/integrations/development/gravitee/index.md
index f05fdfd16f..0e4565936f 100644
--- a/website/integrations/development/gravitee/index.md
+++ b/website/integrations/development/gravitee/index.md
@@ -4,6 +4,8 @@ sidebar_label: Gravitee
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Gravitee?
> Gravitee.io API Management is a flexible, lightweight and blazing-fast Open Source solution that helps your organization control who, when and how users access your APIs.
@@ -25,6 +27,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Gravitee with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -36,7 +40,7 @@ To support the integration of Gravitee with authentik, you need to create an app
- **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.
- - Add two `Strict` redirect URI and set them to `https://gravitee.company/user/login` and `https://gravitee.company/console/`. Ensure a trailing slash is present at the end of the second redirect URI.
+ - Add two **Redirect URIs** of type `Strict` `Authorization` as `https://gravitee.company/user/login` and `https://gravitee.company/console/`. Ensure a trailing slash is present at the end of the second redirect URI.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/development/jenkins/index.md b/website/integrations/development/jenkins/index.md
index 0ce37bf2c0..470bc2dd47 100644
--- a/website/integrations/development/jenkins/index.md
+++ b/website/integrations/development/jenkins/index.md
@@ -4,6 +4,8 @@ sidebar_label: Jenkins
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Jenkins?
> The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Jenkins with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of Jenkins with authentik, you need to create an appl
- **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://jenkins.company/securityRealm/finishLogin`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://jenkins.company/securityRealm/finishLogin`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/development/node-red/index.md b/website/integrations/development/node-red/index.md
index f0ef11869f..4e21606981 100644
--- a/website/integrations/development/node-red/index.md
+++ b/website/integrations/development/node-red/index.md
@@ -4,6 +4,8 @@ sidebar_label: Node-RED
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Node-RED?
> Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways.
@@ -29,6 +31,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Node-RED with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -40,7 +44,7 @@ To support the integration of Node-RED with authentik, you need to create an app
- **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://nodered.company/auth/strategy/callback/`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://nodered.company/auth/strategy/callback/`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/device-management/apple/index.md b/website/integrations/device-management/apple/index.md
index 5a259e2680..37d0798933 100644
--- a/website/integrations/device-management/apple/index.md
+++ b/website/integrations/device-management/apple/index.md
@@ -13,6 +13,8 @@ authentik_enterprise: true
authentik_preview: true
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Apple Business Manager?
> Apple Business Manager is a web-based portal for IT administrators, managers, and procurement professionals to manage devices and automate device enrollment.
@@ -71,6 +73,8 @@ Be aware that Apple Business Manager imposes the following restrictions on feder
## authentik configuration
+
+
The workflow to configure authentik as an identity provider for Apple Business Manager involves creating scope mappings, signing keys, a Shared Signals Framework provider, and an OIDC provider/application pair.
Together, these components will handle the authentication flow and backchannel communication between authentik and Apple Business Manager.
@@ -160,7 +164,7 @@ You will need to create an [OAuth2/OpenID Provider](/docs/add-secure-apps/provid
- **Choose a Provider type**: select **OAuth2/OpenID Provider** 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** and **Client Secret** values because they will be required later.
- - Set a `Strict` redirect URI to `https://gsa-ws.apple.com/grandslam/GsService2/acs`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://gsa-ws.apple.com/grandslam/GsService2/acs`.
- Select any available signing key.
- Under **Advanced protocol settings**, in addition to the default scopes, add the four following **Selected Scopes** to the provider.
- `Apple Business Manager ssf.manage`
diff --git a/website/integrations/device-management/meshcentral/index.md b/website/integrations/device-management/meshcentral/index.md
index 226adb7a07..9329c80bc7 100644
--- a/website/integrations/device-management/meshcentral/index.md
+++ b/website/integrations/device-management/meshcentral/index.md
@@ -4,6 +4,8 @@ sidebar_label: MeshCentral
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is MeshCentral?
> MeshCentral is a free, open source, web-based platform for remote device management.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of MeshCentral with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of MeshCentral with authentik, you need to create an
- **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://meshcentral.company/auth-oidc-callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://meshcentral.company/auth-oidc-callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/device-management/omnissa-workspace-one-access/index.md b/website/integrations/device-management/omnissa-workspace-one-access/index.md
index 6b8a5baa32..8bc4bc2330 100644
--- a/website/integrations/device-management/omnissa-workspace-one-access/index.md
+++ b/website/integrations/device-management/omnissa-workspace-one-access/index.md
@@ -4,6 +4,8 @@ sidebar_label: Omnissa Workspace ONE Access
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Omnissa Workspace ONE Access?
> Omnissa Workspace ONE Access, now Omnissa Access, is the identity and access service for the Omnissa Workspace ONE platform. It provides single sign-on, access policies, and identity federation for applications and devices, and can delegate authentication to external identity providers such as authentik.
@@ -31,6 +33,8 @@ You can leave the form open in another browser tab while configuring authentik.
## authentik configuration
+
+
To support the integration of Omnissa Workspace ONE Access with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -43,8 +47,8 @@ To support the integration of Omnissa Workspace ONE Access with authentik, you n
- Note the **Client ID** and **Client Secret** values because they will be required later.
- **Protocol Settings**:
- **Redirect URI**:
- - Strict: the redirect URI you noted in the Omnissa Workspace ONE Access pre-configuration step.
- - Strict: `awgb://oauth2`. This URI is used by the Workspace ONE mobile applications.
+ - `Strict` `Authorization`: the redirect URI you noted in the Omnissa Workspace ONE Access pre-configuration step.
+ - `Strict` `Authorization`: `awgb://oauth2`. This URI is used by the Workspace ONE mobile applications.
- **Signing Key**: select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/documentation/bookstack/index.mdx b/website/integrations/documentation/bookstack/index.mdx
index a73e7894fb..e80c785311 100644
--- a/website/integrations/documentation/bookstack/index.mdx
+++ b/website/integrations/documentation/bookstack/index.mdx
@@ -4,6 +4,7 @@ sidebar_label: BookStack
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
import TabItem from "@theme/TabItem";
import Tabs from "@theme/Tabs";
@@ -38,6 +39,8 @@ You can configure Bookstack to use either OIDC or SAML, and this guide explains
## authentik configuration
+
+
To support the integration of BookStack with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -48,7 +51,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`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://bookstack.company/oidc/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/documentation/dokuwiki/index.md b/website/integrations/documentation/dokuwiki/index.md
index 2dd3bc1cb0..1d45852a02 100644
--- a/website/integrations/documentation/dokuwiki/index.md
+++ b/website/integrations/documentation/dokuwiki/index.md
@@ -4,6 +4,8 @@ sidebar_label: DokuWiki
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is DokuWiki?
> DokuWiki is an open source wiki application licensed under GPLv2 and written in the PHP programming language. It works on plain text files and thus does not need a database. Its syntax is similar to the one used by MediaWiki and it is often recommended as a more lightweight, easier to customize alternative to MediaWiki.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of DokuWiki with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
diff --git a/website/integrations/documentation/karakeep/index.md b/website/integrations/documentation/karakeep/index.md
index 19d6b625ad..1eb9d46a33 100644
--- a/website/integrations/documentation/karakeep/index.md
+++ b/website/integrations/documentation/karakeep/index.md
@@ -4,6 +4,8 @@ sidebar_label: Karakeep
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Karakeep?
> A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full-text search.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Karakeep with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of Karakeep with authentik, you need to create an app
- **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://karakeep.company/api/auth/callback/custom`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://karakeep.company/api/auth/callback/custom`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/documentation/kitchenowl/index.md b/website/integrations/documentation/kitchenowl/index.md
index 87aa24dbb0..802e171e35 100644
--- a/website/integrations/documentation/kitchenowl/index.md
+++ b/website/integrations/documentation/kitchenowl/index.md
@@ -4,6 +4,8 @@ sidebar_label: KitchenOwl
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is KitchenOwl?
> KitchenOwl is a smart self-hosted grocery list and recipe manager. Easily add items to your shopping list before you go shopping. You can also create recipes and set up meal plans to help you organize your cooking.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of KitchenOwl with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of KitchenOwl with authentik, you need to create an a
- **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** values because they will be required later.
- - Create two `Strict` redirect URIs and set them to `https://kitchenowl.company/signin/redirect` and `kitchenowl:/signin/redirect`.
+ - Add two **Redirect URIs** of type `Strict` `Authorization` as `https://kitchenowl.company/signin/redirect` and `kitchenowl:/signin/redirect`.
3. Click **Submit** to save the new application and provider.
diff --git a/website/integrations/documentation/mealie/index.md b/website/integrations/documentation/mealie/index.md
index d21edafe32..96117a7172 100644
--- a/website/integrations/documentation/mealie/index.md
+++ b/website/integrations/documentation/mealie/index.md
@@ -4,6 +4,8 @@ sidebar_label: Mealie
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Mealie?
> Mealie is a self-hosted recipe manager and meal planner. Easily add recipes by providing the URL and Mealie will automatically import the relevant data or add a family recipe with the UI editor.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Mealie with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of Mealie with authentik, you need to create an appli
- **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.
- - Create two `Strict` redirect URIs and set to `https://mealie.company/login` and `https://mealie.company/login?direct=1`.
+ - Add two **Redirect URIs** of type `Strict` `Authorization` as `https://mealie.company/login` and `https://mealie.company/login?direct=1`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/documentation/netbox/index.md b/website/integrations/documentation/netbox/index.md
index 8a4cdaa9c8..0cdcffef91 100644
--- a/website/integrations/documentation/netbox/index.md
+++ b/website/integrations/documentation/netbox/index.md
@@ -4,6 +4,8 @@ sidebar_label: NetBox
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is NetBox?
> NetBox is the leading solution for modeling and documenting modern networks.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of NetBox with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of NetBox with authentik, you need to create an appli
- **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://netbox.company/oauth/complete/oidc/`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://netbox.company/oauth/complete/oidc/`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/documentation/outline/index.md b/website/integrations/documentation/outline/index.md
index ab058984bc..547fd9cc2e 100644
--- a/website/integrations/documentation/outline/index.md
+++ b/website/integrations/documentation/outline/index.md
@@ -4,6 +4,8 @@ sidebar_label: Outline
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Outline?
> Your team's knowledge base.
@@ -24,6 +26,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Outline with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -35,7 +39,7 @@ To support the integration of Outline with authentik, you need to create an appl
- **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://outline.company/auth/oidc.callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://outline.company/auth/oidc.callback`.
- Select any available signing key.
- Under **Advanced protocol settings**, set the **Subject Mode** to **Based on the User's username**.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/documentation/paperless-ngx/index.mdx b/website/integrations/documentation/paperless-ngx/index.mdx
index 758116cee2..c14dcbbc85 100644
--- a/website/integrations/documentation/paperless-ngx/index.mdx
+++ b/website/integrations/documentation/paperless-ngx/index.mdx
@@ -4,6 +4,8 @@ sidebar_label: Paperless-ngx
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
+
## What is Paperless-ngx?
> Paperless-ngx is an application that indexes your scanned documents and allows you to easily search for documents and store metadata alongside your documents. It was a fork from Paperless-ng, in turn a fork from the original Paperless, neither of which are maintained any longer.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Paperless-ngx with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of Paperless-ngx with authentik, you need to create a
- **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://paperless.company/accounts/oidc/authentik/login/callback/`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://paperless.company/accounts/oidc/authentik/login/callback/`.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
- **Advanced protocol settings**:
- **Selected Scopes**: Add the following
diff --git a/website/integrations/documentation/papra/index.mdx b/website/integrations/documentation/papra/index.mdx
index 06f04fd13a..3ded3f7628 100644
--- a/website/integrations/documentation/papra/index.mdx
+++ b/website/integrations/documentation/papra/index.mdx
@@ -4,6 +4,8 @@ sidebar_label: Papra
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
+
## What is Papra?
> An open-source document management platform designed to help you organize, secure, and archive your files effortlessly.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Papra with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of Papra with authentik, you need to create an applic
- **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://papra.company/api/auth/oauth2/callback/authentik`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://papra.company/api/auth/oauth2/callback/authentik`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/documentation/tandoor/index.md b/website/integrations/documentation/tandoor/index.md
index 75a7259e7c..dde4f187b1 100644
--- a/website/integrations/documentation/tandoor/index.md
+++ b/website/integrations/documentation/tandoor/index.md
@@ -4,6 +4,8 @@ sidebar_label: Tandoor
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Tandoor?
> Application for managing recipes, planning meals and building shopping lists.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Tandoor with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of Tandoor with authentik, you need to create an appl
- **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://tandoor.company/accounts/oidc/authentik/login/callback/`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://tandoor.company/accounts/oidc/authentik/login/callback/`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/documentation/wiki-js/index.md b/website/integrations/documentation/wiki-js/index.md
index d02f80d636..9353aec562 100644
--- a/website/integrations/documentation/wiki-js/index.md
+++ b/website/integrations/documentation/wiki-js/index.md
@@ -4,6 +4,8 @@ sidebar_label: Wiki.js
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Wiki.js?
> Wiki.js is a wiki engine running on Node.js and written in JavaScript. It is free software released under the Affero GNU General Public License. It is available as a self-hosted solution or using "single-click" install on the DigitalOcean and AWS marketplace.
@@ -33,6 +35,8 @@ Add a _Generic OpenID Connect / OAuth2_ strategy and take note of the _Callback
## authentik configuration
+
+
To support the integration of Wiki.js with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -44,7 +48,7 @@ To support the integration of Wiki.js with authentik, you need to create an appl
- **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://wiki.company/login/id-from-wiki/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://wiki.company/login/id-from-wiki/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/hypervisors-orchestrators/arcane/index.md b/website/integrations/hypervisors-orchestrators/arcane/index.md
index c2ca0a3774..805f50c3b0 100644
--- a/website/integrations/hypervisors-orchestrators/arcane/index.md
+++ b/website/integrations/hypervisors-orchestrators/arcane/index.md
@@ -4,6 +4,8 @@ sidebar_label: Arcane
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Arcane?
> Modern Docker Management, Designed for Everyone.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Arcane with authentik, you need to create an application/provider pair in authentik.
### Create custom scope mapping
@@ -53,7 +57,7 @@ Arcane either requires the email scope to return a `true` value for whether the
- **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://arcane.company/auth/oidc/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://arcane.company/auth/oidc/callback`.
- Select any available signing key.
- Under **Advanced protocol settings**:
- Remove the `authentik default OAuth Mapping: OpenID 'email'` scope, and add the custom scope mapping you created above.
diff --git a/website/integrations/hypervisors-orchestrators/portainer/index.md b/website/integrations/hypervisors-orchestrators/portainer/index.md
index be6161989c..8e43594255 100644
--- a/website/integrations/hypervisors-orchestrators/portainer/index.md
+++ b/website/integrations/hypervisors-orchestrators/portainer/index.md
@@ -4,6 +4,8 @@ sidebar_label: Portainer
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Portainer?
> Portainer is a powerful, GUI-based Container-as-a-Service solution that helps organizations manage and deploy cloud-native applications easily and securely.
@@ -27,6 +29,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Portainer with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -38,7 +42,7 @@ To support the integration of Portainer 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://portainer.company/`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://portainer.company/`.
- Select any available signing key.
- Under **Advanced protocol settings** > **Selected Scopes**, add `authentik default OAuth Mapping: OpenID 'entitlements'`.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/hypervisors-orchestrators/proxmox-ve/index.md b/website/integrations/hypervisors-orchestrators/proxmox-ve/index.md
index a9506d099f..b388bb87ad 100644
--- a/website/integrations/hypervisors-orchestrators/proxmox-ve/index.md
+++ b/website/integrations/hypervisors-orchestrators/proxmox-ve/index.md
@@ -4,6 +4,8 @@ sidebar_label: Proxmox VE
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Proxmox VE?
> Proxmox Virtual Environment is an open source server virtualization management solution based on QEMU/KVM and LXC. You can manage virtual machines, containers, highly available clusters, storage, and networks with an integrated, easy-to-use web interface or via CLI. Proxmox VE code is licensed under the GNU Affero General Public License, version 3. The project is developed and maintained by Proxmox Server Solutions GmbH.
@@ -27,6 +29,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Proxmox with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -38,7 +42,7 @@ To support the integration of Proxmox with authentik, you need to create an appl
- **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://proxmox.company:8006`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://proxmox.company:8006`.
- Select any available signing key.
- Ensure that encryption is disabled.
- Under **Advanced protocol settings**:
diff --git a/website/integrations/hypervisors-orchestrators/vmware-cloud-director/index.md b/website/integrations/hypervisors-orchestrators/vmware-cloud-director/index.md
index eaff37aad4..c969104797 100644
--- a/website/integrations/hypervisors-orchestrators/vmware-cloud-director/index.md
+++ b/website/integrations/hypervisors-orchestrators/vmware-cloud-director/index.md
@@ -4,6 +4,8 @@ sidebar_label: VMware Cloud Director
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is VMware Cloud Director?
> VMware Cloud Director is a platform that enables service providers and enterprises to create multi-tenant virtual data centers (VDCs) from underlying VMware vSphere infrastructure. It supports self-service resource provisioning, secure tenant isolation, and management of compute, storage, and networking via web portals and APIs.
@@ -21,6 +23,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of VMware Cloud Director with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -31,7 +35,7 @@ To support the integration of VMware Cloud Director with authentik, you need to
- **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://clouddirector.company/login/oauth?service=provider`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://clouddirector.company/login/oauth?service=provider`.
- 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 **Application Dashboard** page.
diff --git a/website/integrations/hypervisors-orchestrators/vmware-vcenter/index.md b/website/integrations/hypervisors-orchestrators/vmware-vcenter/index.md
index da00fb37bd..e4a44cab11 100644
--- a/website/integrations/hypervisors-orchestrators/vmware-vcenter/index.md
+++ b/website/integrations/hypervisors-orchestrators/vmware-vcenter/index.md
@@ -4,6 +4,8 @@ sidebar_label: VMware vCenter
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is vCenter?
> vCenter Server is the centralized management utility for VMware, and is used to manage virtual machines, multiple ESXi hosts, and all dependent components from a single centralized location. VMware vMotion and svMotion require the use of vCenter and ESXi hosts.
@@ -25,6 +27,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of vCenter with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -36,7 +40,7 @@ To support the integration of vCenter with authentik, you need to create an appl
- **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://vcenter.company/ui/login/oauth2/authcode`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://vcenter.company/ui/login/oauth2/authcode`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/hypervisors-orchestrators/xen-orchestra/index.md b/website/integrations/hypervisors-orchestrators/xen-orchestra/index.md
index e984d08396..4807639da1 100644
--- a/website/integrations/hypervisors-orchestrators/xen-orchestra/index.md
+++ b/website/integrations/hypervisors-orchestrators/xen-orchestra/index.md
@@ -4,6 +4,8 @@ sidebar_label: Xen Orchestra
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Xen Orchestra?
> Xen Orchestra provides a user friendly web interface for every Xen based hypervisor (XenServer, xcp-ng, etc.).
@@ -28,6 +30,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Xen Orchestra with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -39,7 +43,7 @@ To support the integration of Xen Orchestra with authentik, you need to create a
- **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://xenorchestra.company/signin/oidc/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://xenorchestra.company/signin/oidc/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/infrastructure/apache-guacamole/index.mdx b/website/integrations/infrastructure/apache-guacamole/index.mdx
index a91a85d647..be8e3ed55a 100644
--- a/website/integrations/infrastructure/apache-guacamole/index.mdx
+++ b/website/integrations/infrastructure/apache-guacamole/index.mdx
@@ -4,6 +4,7 @@ sidebar_label: Apache Guacamole
support_level: authentik
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
import TabItem from "@theme/TabItem";
import Tabs from "@theme/Tabs";
@@ -26,6 +27,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Apache Guacamole with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -37,7 +40,7 @@ To support the integration of Apache Guacamole with authentik, you need to creat
- **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://guacamole.company/`. If you have configured [Apache Tomcat](https://tomcat.apache.org/) to run Apache Guacamole on a subpath, you will need to update this value accordingly.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://guacamole.company/`. If you have configured [Apache Tomcat](https://tomcat.apache.org/) to run Apache Guacamole on a subpath, you will need to update this value accordingly.
- Select any available signing key.
- Note that Apache Guacamole does not support session tokens longer than 300 minutes (5 hours).
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/infrastructure/argocd/index.md b/website/integrations/infrastructure/argocd/index.md
index ae576f176d..6c201276c3 100644
--- a/website/integrations/infrastructure/argocd/index.md
+++ b/website/integrations/infrastructure/argocd/index.md
@@ -4,6 +4,8 @@ sidebar_label: ArgoCD
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is ArgoCD?
> Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of ArgoCD with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of ArgoCD with authentik, you need to create an appli
- **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.
- - Add two `Strict` redirect URI and set them to `https://argocd.company/api/dex/callback` and `https://localhost:8085/auth/callback`.
+ - Add two **Redirect URIs** of type `Strict` `Authorization` as `https://argocd.company/api/dex/callback` and `https://localhost:8085/auth/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/infrastructure/harbor/index.md b/website/integrations/infrastructure/harbor/index.md
index cb18da1d9c..4d7ec76acc 100644
--- a/website/integrations/infrastructure/harbor/index.md
+++ b/website/integrations/infrastructure/harbor/index.md
@@ -4,6 +4,8 @@ sidebar_label: Harbor
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Harbor?
> Harbor is an open source container image registry that secures images with role-based access control, scans images for vulnerabilities, and signs images as trusted. A CNCF Graduated project, Harbor delivers compliance, performance, and interoperability to help you consistently and securely manage images across cloud native compute platforms like Kubernetes and Docker.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Harbor with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -35,7 +39,7 @@ To support the integration of Harbor with authentik, you need to create an appli
- **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.
- **Protocol Settings**:
- **Redirect URI**:
- - Strict: `https://harbor.company/c/oidc/callback`.
+ - `Strict` `Authorization`: `https://harbor.company/c/oidc/callback`.
- **Signing Key**: select any available signing key.
- **Advanced Protocol Settings**:
- **Scopes**: add `authentik default OAuth Mapping: OpenID 'offline_access'` to **Selected Scopes**.
diff --git a/website/integrations/infrastructure/keycloak/index.mdx b/website/integrations/infrastructure/keycloak/index.mdx
index df90fb72c6..b4ba14dc11 100644
--- a/website/integrations/infrastructure/keycloak/index.mdx
+++ b/website/integrations/infrastructure/keycloak/index.mdx
@@ -4,6 +4,7 @@ sidebar_label: Keycloak
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
import SAMLProvider20265Warning from "../../_saml-provider-2026-5-warning.mdx";
import TabItem from "@theme/TabItem";
import Tabs from "@theme/Tabs";
@@ -39,6 +40,8 @@ Keycloak can be configured to use either OIDC or SAML for federated login source
## authentik configuration
+
+
To support the integration of Keycloak with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -49,7 +52,7 @@ To support the integration of Keycloak with authentik, you need to create an app
- **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://keycloak.company/access/oidc/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://keycloak.company/access/oidc/callback`.
- Set the **Logout URI** to `https://keycloak.company/realms//protocol/openid-connect/logout/backchannel-logout`.
- Set the **Logout Method** to `Back-channel`.
- Select any available signing key.
diff --git a/website/integrations/infrastructure/komodo/index.mdx b/website/integrations/infrastructure/komodo/index.mdx
index de4d83794a..a8abba5089 100644
--- a/website/integrations/infrastructure/komodo/index.mdx
+++ b/website/integrations/infrastructure/komodo/index.mdx
@@ -4,6 +4,8 @@ sidebar_label: Komodo
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
+
## What is Komodo?
> Komodo is a web-based application designed to organize and streamline the management of servers, builds, deployments, and automated tasks.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Komodo with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of Komodo with authentik, you need to create an appli
- **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** and **Client Secret** values because they will be required later.
- - Set a `Strict` redirect URI to `https://komodo.company/auth/oidc/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://komodo.company/auth/oidc/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
- **Configure Launch URL** _(optional)_: set to `https://komodo.company/auth/oidc/login`.
diff --git a/website/integrations/infrastructure/minio/index.mdx b/website/integrations/infrastructure/minio/index.mdx
index a82346f0c7..e53fc9e4d7 100644
--- a/website/integrations/infrastructure/minio/index.mdx
+++ b/website/integrations/infrastructure/minio/index.mdx
@@ -4,6 +4,7 @@ sidebar_label: MinIO
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
import TabItem from "@theme/TabItem";
import Tabs from "@theme/Tabs";
@@ -30,6 +31,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of MinIO with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -40,7 +43,7 @@ To support the integration of MinIO with authentik, you need to create an applic
- **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** and **Client Secret** values because they will be required later.
- - Set a `Strict` redirect URI to `https://minio.company/oauth_callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://minio.company/oauth_callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/infrastructure/nexterm/index.md b/website/integrations/infrastructure/nexterm/index.md
index ab4e0eb326..7a5284b1f3 100644
--- a/website/integrations/infrastructure/nexterm/index.md
+++ b/website/integrations/infrastructure/nexterm/index.md
@@ -4,6 +4,8 @@ sidebar_label: Nexterm
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Nexterm?
> Nexterm is an open-source server management platform for SSH, VNC, and RDP.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Nexterm with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of Nexterm with authentik, you need to create an appl
- **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://nexterm.company/api/auth/oidc/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://nexterm.company/api/auth/oidc/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/infrastructure/osticket/index.md b/website/integrations/infrastructure/osticket/index.md
index 57f6f202b1..e1a5976301 100644
--- a/website/integrations/infrastructure/osticket/index.md
+++ b/website/integrations/infrastructure/osticket/index.md
@@ -4,6 +4,8 @@ sidebar_label: osTicket
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is osTicket?
> osTicket is a web-based, open source user support/ticketing solution.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of osTicket with authentik, you need to create an application/provider pair in authentik.
1. Log in to authentik as an administrator and open the authentik Admin interface.
@@ -31,7 +35,7 @@ To support the integration of osTicket with authentik, you need to create an app
- **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://osticket.company/osticket/api/auth/oauth2`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://osticket.company/osticket/api/auth/oauth2`.
- Select any available signing key.
- Under **Advanced protocol settings**:
- **Subject Mode**: `Based on the User's Email`
diff --git a/website/integrations/infrastructure/pgadmin/index.md b/website/integrations/infrastructure/pgadmin/index.md
index ff0e1fb1fe..8f63db21c0 100644
--- a/website/integrations/infrastructure/pgadmin/index.md
+++ b/website/integrations/infrastructure/pgadmin/index.md
@@ -4,6 +4,8 @@ sidebar_label: pgAdmin
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is pgAdmin?
> pgAdmin is a management tool for PostgreSQL and derivative relational databases such as EnterpriseDB's EDB Advanced Server. It may be run either as a web or desktop application.
@@ -27,6 +29,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of pgAdmin with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -37,7 +41,7 @@ To support the integration of pgAdmin with authentik, you need to create an appl
- **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://pgadmin.company/oauth2/authorize`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://pgadmin.company/oauth2/authorize`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/infrastructure/plesk/index.md b/website/integrations/infrastructure/plesk/index.md
index 9a261458a7..54d57cd237 100644
--- a/website/integrations/infrastructure/plesk/index.md
+++ b/website/integrations/infrastructure/plesk/index.md
@@ -4,6 +4,8 @@ sidebar_label: Plesk
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Plesk?
> Plesk is a web hosting platform with a control panel that helps manage servers, applications, and websites through a comprehensive graphical user interface. It provides tools for web professionals, IT administrators, and hosting companies to simplify the process of hosting and managing websites.
@@ -27,6 +29,8 @@ Replace these placeholders in the guide with your values:
## authentik configuration
+
+
To support the integration of Plesk with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -38,7 +42,7 @@ To support the integration of Plesk with authentik, you need to create an applic
- **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://plesk.company/modules/oauth/public/login.php`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://plesk.company/modules/oauth/public/login.php`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/infrastructure/rabbitmq/index.mdx b/website/integrations/infrastructure/rabbitmq/index.mdx
index 5b10602f2b..cf4d6d9b25 100644
--- a/website/integrations/infrastructure/rabbitmq/index.mdx
+++ b/website/integrations/infrastructure/rabbitmq/index.mdx
@@ -4,6 +4,7 @@ sidebar_label: RabbitMQ
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
import TabItem from "@theme/TabItem";
import Tabs from "@theme/Tabs";
@@ -28,6 +29,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of RabbitMQ with authentik, you need to create a property mapping, two user groups, and an application/provider pair.
### Create a property mapping
@@ -66,7 +69,7 @@ After creating the groups, select a group, navigate to the **Users** tab, and ma
- Set **Client Type** to **Public**.
- Note the **Client ID** and **slug** values because they will be required later.
- Under **Grant Types**, select **Authorization Code** and **Client credentials**.
- - Set a `Strict` redirect URI to `https://rabbitmq.company:15672/js/oidc-oauth/login-callback.html`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://rabbitmq.company:15672/js/oidc-oauth/login-callback.html`.
- Select any available signing key.
- Under **Advanced protocol settings**:
- Add the `RabbitMQ claims` scope that you created in the previous section to **Selected Scopes**.
diff --git a/website/integrations/infrastructure/rustdesk-pro/index.mdx b/website/integrations/infrastructure/rustdesk-pro/index.mdx
index f50a6e2052..4aef8bb2ce 100644
--- a/website/integrations/infrastructure/rustdesk-pro/index.mdx
+++ b/website/integrations/infrastructure/rustdesk-pro/index.mdx
@@ -4,6 +4,8 @@ sidebar_label: RustDesk Server Pro
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
+
## What is RustDesk Server Pro?
> RustDesk Server Pro is a premium self-hosted solution for managing remote desktop connections securely and efficiently.
@@ -27,6 +29,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Rustdesk Server Pro with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -38,7 +42,7 @@ To support the integration of Rustdesk Server Pro with authentik, you need to cr
- **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://rustdesk.company/api/oidc/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://rustdesk.company/api/oidc/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/infrastructure/semaphore/index.mdx b/website/integrations/infrastructure/semaphore/index.mdx
index e2e7f7117a..4ffdeb8337 100644
--- a/website/integrations/infrastructure/semaphore/index.mdx
+++ b/website/integrations/infrastructure/semaphore/index.mdx
@@ -4,6 +4,8 @@ sidebar_label: Semaphore
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
+
## What is Semaphore UI?
> Semaphore UI is a modern web interface for managing popular DevOps tools.
@@ -25,6 +27,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Semaphore with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -35,7 +39,7 @@ To support the integration of Semaphore 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://semaphore.company/api/auth/oidc/authentik/redirect`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://semaphore.company/api/auth/oidc/authentik/redirect`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/infrastructure/synology-dsm/index.md b/website/integrations/infrastructure/synology-dsm/index.md
index b3d9fe326a..c5811b0909 100644
--- a/website/integrations/infrastructure/synology-dsm/index.md
+++ b/website/integrations/infrastructure/synology-dsm/index.md
@@ -4,6 +4,8 @@ sidebar_label: Synology DSM (DiskStation Manager)
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Synology DSM?
> Synology Inc. is a Taiwanese corporation that specializes in network-attached storage (NAS) appliances. Synology's line of NAS is known as the DiskStation for desktop models, FlashStation for all-flash models, and RackStation for rack-mount models. Synology's products are distributed worldwide and localized in several languages.
@@ -27,6 +29,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Synology DSM with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -38,7 +42,7 @@ To support the integration of Synology DSM with authentik, you need to create an
- **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://synology.company`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://synology.company`.
- Select any available signing key.
- Under **Advanced protocol settings**, set the **subject mode** to be based on the user's email.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/infrastructure/termix/index.mdx b/website/integrations/infrastructure/termix/index.mdx
index 5db31fb6ce..4eac67e7a4 100644
--- a/website/integrations/infrastructure/termix/index.mdx
+++ b/website/integrations/infrastructure/termix/index.mdx
@@ -4,6 +4,8 @@ sidebar_label: Termix
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
+
## What is Termix?
> Termix is a clientless web-based server management platform with SSH terminal, tunneling, and file editing capabilities.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Termix with authentik, you need to create an application/provider pair in authentik.
1. Log in to authentik as an administrator and open the authentik Admin interface.
@@ -31,7 +35,7 @@ To support the integration of Termix with authentik, you need to create an appli
- **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://termix.company/users/oidc/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://termix.company/users/oidc/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/infrastructure/terrakube/index.md b/website/integrations/infrastructure/terrakube/index.md
index 10f7a4f35a..b10aba8f25 100644
--- a/website/integrations/infrastructure/terrakube/index.md
+++ b/website/integrations/infrastructure/terrakube/index.md
@@ -4,6 +4,8 @@ sidebar_label: Terrakube
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Terrakube?
> Terrakube is an open-source collaboration platform designed for managing remote Infrastructure-as-Code (IaC) operations with Terraform. It serves as an alternative to proprietary tools like Terraform Enterprise.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Terrakube with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of Terrakube 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://terrakube-dex.company/dex/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://terrakube-dex.company/dex/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/infrastructure/zammad/index.md b/website/integrations/infrastructure/zammad/index.md
index 6cc586b61d..13788cac5c 100644
--- a/website/integrations/infrastructure/zammad/index.md
+++ b/website/integrations/infrastructure/zammad/index.md
@@ -4,6 +4,7 @@ sidebar_label: Zammad
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
import SAMLProvider20265Warning from "../../\_saml-provider-2026-5-warning.mdx";
import TabItem from "@theme/TabItem";
import Tabs from "@theme/Tabs";
@@ -40,6 +41,8 @@ values={[
## authentik configuration
+
+
To support the integration of Zammad with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -102,7 +105,7 @@ To support the integration of Zammad with authentik, you need to create an appli
- **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.
- Set the **Client type** to `Public`.
- Take note of the **Client ID** and **slug** values because they will be required later.
- - Set the **Redirect URIs/Origins** to `Strict` / `https://zammad.company/auth/openid_connect/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://zammad.company/auth/openid_connect/callback`.
- Select a **Signing Key**.
- Under **Advanced protocol settings**, set **Subject mode** to **Based on the User's Email**.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/infrastructure/zendesk/index.mdx b/website/integrations/infrastructure/zendesk/index.mdx
index 2ea808ab58..3897cc8bd6 100644
--- a/website/integrations/infrastructure/zendesk/index.mdx
+++ b/website/integrations/infrastructure/zendesk/index.mdx
@@ -4,6 +4,7 @@ sidebar_label: Zendesk
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
import TabItem from "@theme/TabItem";
import Tabs from "@theme/Tabs";
@@ -38,6 +39,8 @@ Zendesk can be configured to use either OIDC or SAML. This guide covers both met
## authentik configuration
+
+
To support the integration of Zendesk with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -48,7 +51,7 @@ To support the integration of Zendesk with authentik, you need to create an appl
- **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.zendesk.com/access/oidc/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://company.zendesk.com/access/oidc/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/infrastructure/zot/index.md b/website/integrations/infrastructure/zot/index.md
index 4c6b0945be..3c8f47151d 100644
--- a/website/integrations/infrastructure/zot/index.md
+++ b/website/integrations/infrastructure/zot/index.md
@@ -4,6 +4,8 @@ sidebar_label: Zot
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Zot?
> Zot is an OCI-native container registry for distributing container images and OCI artifacts.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Zot with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -35,11 +39,9 @@ To support the integration of Zot with authentik, you need to create an applicat
- **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.
- **Protocol Settings**:
- **Redirect URI**:
- - Strict: `https://zot.company/zot/auth/callback/oidc`.
+ - `Strict` `Authorization`: `https://zot.company/zot/auth/callback/oidc`.
- **Signing Key**: select any available signing key.
- Note the **Client ID**, **Client Secret**, and **slug** values because they will be required later.
- - Set a `Strict` redirect URI to `https://zot.company/zot/auth/callback/oidc`.
- - Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
3. Click **Submit** to save the new application and provider.
diff --git a/website/integrations/learning/absorb-lms/index.mdx b/website/integrations/learning/absorb-lms/index.mdx
index 2445d92fd1..f29b7e71fc 100644
--- a/website/integrations/learning/absorb-lms/index.mdx
+++ b/website/integrations/learning/absorb-lms/index.mdx
@@ -5,6 +5,7 @@ support_level: community
authentik_version: 2026.5
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
import SAMLProvider20265Warning from "../../_saml-provider-2026-5-warning.mdx";
import TabItem from "@theme/TabItem";
import Tabs from "@theme/Tabs";
@@ -39,6 +40,8 @@ values={[
## authentik configuration
+
+
To integrate authentik with Absorb LMS via OIDC, you will need to create an application and provider pair in authentik.
### Create an application and provider in authentik
@@ -49,7 +52,7 @@ To integrate authentik with Absorb LMS via OIDC, you will need to create an appl
- **Choose a Provider type**: select **OAuth2/OIDC Provider** 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.
- Take note of the **Client ID** and **Client Secret** values as these will be required in the next section.
- - Set a `Strict` Redirect URI to `https://company.myabsorb.com/account/openidconnect`
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://company.myabsorb.com/account/openidconnect`
- Select any available **Signing key**.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications in a user's **Application Dashboard**.
diff --git a/website/integrations/media/audiobookshelf/index.md b/website/integrations/media/audiobookshelf/index.md
index b99aeebec9..0918f4713b 100644
--- a/website/integrations/media/audiobookshelf/index.md
+++ b/website/integrations/media/audiobookshelf/index.md
@@ -4,6 +4,8 @@ sidebar_label: Audiobookshelf
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Audiobookshelf?
> Audiobookshelf is a self-hosted audiobook and podcast server.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Audiobookshelf with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
diff --git a/website/integrations/media/freshrss/index.mdx b/website/integrations/media/freshrss/index.mdx
index ebc10d11f8..9945828a29 100644
--- a/website/integrations/media/freshrss/index.mdx
+++ b/website/integrations/media/freshrss/index.mdx
@@ -4,6 +4,8 @@ sidebar_label: FreshRSS
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
+
## What is FreshRSS?
> FreshRSS is a self-hosted RSS feed aggregator.
@@ -23,6 +25,8 @@ This documentation only lists the settings that have been changed from their def
## authentik configuration
+
+
To support the integration of FreshRSS with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of FreshRSS with authentik, you need to create an app
- **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.
- - Add two `Strict` redirect URIs and set them to `https://freshrss.company/i/oidc/` and `https://freshrss.company:443/i/oidc/`. If FreshRSS is exposed on a port other than `443`, update the second redirect URI accordingly.
+ - Add two **Redirect URIs** of type `Strict` `Authorization` as `https://freshrss.company/i/oidc/` and `https://freshrss.company:443/i/oidc/`. If FreshRSS is exposed on a port other than `443`, update the second redirect URI accordingly.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/media/immich/index.md b/website/integrations/media/immich/index.md
index 9668fc947c..c8212d7fb1 100644
--- a/website/integrations/media/immich/index.md
+++ b/website/integrations/media/immich/index.md
@@ -4,6 +4,8 @@ sidebar_label: Immich
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Immich?
> Immich is a self-hosted backup solution for photos and videos on mobile devices.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Immich with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of Immich with authentik, you need to create an appli
- **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.
- - Add three `Strict` redirect URIs and set them to `app.immich:///oauth-callback`, `https://immich.company/auth/login`, and `https://immich.company/user-settings`.
+ - Add three **Redirect URIs** of type `Strict` `Authorization` as `app.immich:///oauth-callback`, `https://immich.company/auth/login`, and `https://immich.company/user-settings`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
- **Configure Launch URL** _(optional)_: set the [Launch URL](/docs/add-secure-apps/applications/#appearance) to `https://immich.company/auth/login?autoLaunch=1` to allow automatic login to Immich when clicking the application from within authentik.
diff --git a/website/integrations/media/jellyfin/index.md b/website/integrations/media/jellyfin/index.md
index f0252d06fd..815be053f5 100644
--- a/website/integrations/media/jellyfin/index.md
+++ b/website/integrations/media/jellyfin/index.md
@@ -4,6 +4,8 @@ sidebar_label: Jellyfin
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Jellyfin?
> Jellyfin is a free and open source media management and streaming platform for movies, TV shows, and music.
@@ -95,6 +97,8 @@ At this point, enter a username and click **Save Search Attribute Settings and Q
## OIDC configuration
+
+
### authentik configuration
**Provider Settings**
@@ -102,7 +106,7 @@ At this point, enter a username and click **Save Search Attribute Settings and Q
In authentik under **Providers**, create an OAuth2/OpenID Provider with these settings:
- Name: `jellyfin`
-- Redirect URI: `https://jellyfin.company/sso/OID/redirect/authentik`
+- **Redirect URI**: `Strict` `Authorization` `https://jellyfin.company/sso/OID/redirect/authentik`
Everything else is up to you, just make sure to grab the client ID and the client secret!
diff --git a/website/integrations/media/komga/index.md b/website/integrations/media/komga/index.md
index 10ed952c3c..27cb7f3cc0 100644
--- a/website/integrations/media/komga/index.md
+++ b/website/integrations/media/komga/index.md
@@ -4,6 +4,8 @@ sidebar_label: Komga
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Komga?
> Komga is an open-source comic and manga server that lets users organize, read, and stream their digital comic collections with ease.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Komga with authentik, you need to create an application/provider pair in authentik.
### Create an email verification scope mapping in authentik
@@ -40,7 +44,7 @@ Refer to [Email scope verification](/docs/add-secure-apps/providers/oauth2/index
- **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://komga.company/login/oauth2/code/authentik`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://komga.company/login/oauth2/code/authentik`.
- Select any available signing key.
- **Advanced protocol settings** > **Scopes**:
- Add `OAuth Mapping: OpenID 'email' with "email_verified"` to the **Selected Scopes**.
diff --git a/website/integrations/media/miniflux/index.md b/website/integrations/media/miniflux/index.md
index 9bea7a0a77..97f98adf79 100644
--- a/website/integrations/media/miniflux/index.md
+++ b/website/integrations/media/miniflux/index.md
@@ -4,6 +4,8 @@ sidebar_label: Miniflux
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Miniflux?
> Miniflux is a minimalist and opinionated RSS feed reader.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Miniflux with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of Miniflux with authentik, you need to create an app
- **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://miniflux.company/oauth2/oidc/callback`
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://miniflux.company/oauth2/oidc/callback`
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/media/photoprism/index.md b/website/integrations/media/photoprism/index.md
index 9857859d1e..287fb75624 100644
--- a/website/integrations/media/photoprism/index.md
+++ b/website/integrations/media/photoprism/index.md
@@ -4,6 +4,8 @@ sidebar_label: PhotoPrism
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is PhotoPrism?
> PhotoPrism is an AI-powered photos app that lets you browse, organize, and find photos and videos on a home server, private server, or in the cloud.
@@ -27,6 +29,8 @@ PhotoPrism requires HTTPS for OpenID Connect (OIDC). Make sure that the `PHOTOPR
## authentik configuration
+
+
To support the integration of PhotoPrism with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -37,7 +41,7 @@ To support the integration of PhotoPrism with authentik, you need to create an a
- **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** and **Client Secret** values because they will be required later.
- - Add one `Strict` redirect URI and set it to `https://photoprism.company/api/v1/oidc/redirect`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://photoprism.company/api/v1/oidc/redirect`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/media/seafile/index.md b/website/integrations/media/seafile/index.md
index 67e2e2dec9..4b5e99fbfd 100644
--- a/website/integrations/media/seafile/index.md
+++ b/website/integrations/media/seafile/index.md
@@ -4,6 +4,8 @@ sidebar_label: Seafile
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Seafile?
> Seafile is an open-source, cross-platform file-hosting software system. Files are stored on a central server and can be synchronized with personal computers and mobile devices through apps. Files on the Seafile server can also be accessed directly via the server's web interface.
@@ -22,6 +24,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Seafile with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -32,7 +36,7 @@ To support the integration of Seafile with authentik, you need to create an appl
- **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** and **Client Secret** values because they will be required later.
- - Set a `Strict` redirect URI to `https://seafile.company/oauth/callback/`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://seafile.company/oauth/callback/`.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
3. Click **Submit** to save the new application and provider.
diff --git a/website/integrations/media/seerr/index.md b/website/integrations/media/seerr/index.md
index f6e1cc3a35..74a2a527a6 100644
--- a/website/integrations/media/seerr/index.md
+++ b/website/integrations/media/seerr/index.md
@@ -4,6 +4,8 @@ sidebar_label: Seerr
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Seerr?
> Seerr (previously Jellyseerr) is a free and open source application for managing requests in your media library. It integrates with media servers like Jellyfin, Plex, and Emby, and services such as Sonarr and Radarr.
@@ -17,6 +19,8 @@ support_level: community
## authentik configuration
+
+
To support the integration of Seerr with authentik, you need to create an application/provider pair in authentik.
1. Log in to authentik as an administrator and open the authentik Admin interface.
@@ -25,7 +29,7 @@ To support the integration of Seerr with authentik, you need to create an applic
- **Choose a Provider type**: OAuth2/OpenID
- **Configure the Provider**: provide a name (or accept the auto-provided name), the authorization flow to use for this provider, and any required configurations.
- Note the **Client ID** and **Client Secret** values because they will be required later.
- - Set a `Strict` redirect URI to `https://seerr.company/login`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://seerr.company/login`.
- Select any available signing key.
- **Configure Bindings** _(optional):_ you can create a [binding](https://docs.goauthentik.io/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user’s **Application Dashboard** page.
diff --git a/website/integrations/miscellaneous/actual-budget/index.mdx b/website/integrations/miscellaneous/actual-budget/index.mdx
index 1ecc595a90..f04328b09c 100644
--- a/website/integrations/miscellaneous/actual-budget/index.mdx
+++ b/website/integrations/miscellaneous/actual-budget/index.mdx
@@ -4,6 +4,7 @@ sidebar_label: Actual Budget
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
import TabItem from "@theme/TabItem";
import Tabs from "@theme/Tabs";
@@ -26,6 +27,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Actual Budget with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -36,7 +39,7 @@ To support the integration of Actual Budget with authentik, you need to create a
- **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://actual.company/openid/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://actual.company/openid/callback`.
- Select any available signing key. Actual Budget only supports the RS256 algorithm. Be aware of this when choosing a signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/miscellaneous/adventurelog/index.mdx b/website/integrations/miscellaneous/adventurelog/index.mdx
index a599de2c8a..b81f0afc60 100644
--- a/website/integrations/miscellaneous/adventurelog/index.mdx
+++ b/website/integrations/miscellaneous/adventurelog/index.mdx
@@ -4,6 +4,8 @@ sidebar_label: AdventureLog
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
+
## What is AdventureLog?
> AdventureLog is a self-hosted travel tracker and trip planner. AdventureLog is the ultimate travel companion for the modern-day explorer.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of AdventureLog with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of AdventureLog with authentik, you need to create an
- **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 `Regex` redirect URI to `^https://adventurelog.company/accounts/oidc/.\*$`.
+ - Add a **Redirect URI** of type `Regex` `Authorization` as `^https://adventurelog.company/accounts/oidc/.\*$`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/miscellaneous/ezbookkeeping/index.mdx b/website/integrations/miscellaneous/ezbookkeeping/index.mdx
index d16aaf1c2b..fd98dbd539 100644
--- a/website/integrations/miscellaneous/ezbookkeeping/index.mdx
+++ b/website/integrations/miscellaneous/ezbookkeeping/index.mdx
@@ -4,6 +4,7 @@ sidebar_label: ezBookkeeping
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
import TabItem from "@theme/TabItem";
import Tabs from "@theme/Tabs";
@@ -26,6 +27,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of ezBookkeeping with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -36,7 +39,7 @@ To support the integration of ezBookkeeping with authentik, you need to create a
- **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://ezbookkeeping.company/oauth2/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://ezbookkeeping.company/oauth2/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/miscellaneous/filerise/index.mdx b/website/integrations/miscellaneous/filerise/index.mdx
index 0311d22e73..783d388e57 100644
--- a/website/integrations/miscellaneous/filerise/index.mdx
+++ b/website/integrations/miscellaneous/filerise/index.mdx
@@ -4,6 +4,8 @@ sidebar_label: FileRise
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
+
## What is FileRise?
> Lightweight, self-hosted web-based file manager with multi-file upload, editing, and batch operations.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of FileRise with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of FileRise with authentik, you need to create an app
- **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 **Redirect URI** to `https://filerise.company/api/auth/auth.php?oidc=callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://filerise.company/api/auth/auth.php?oidc=callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/miscellaneous/home-assistant/index.md b/website/integrations/miscellaneous/home-assistant/index.md
index 6ea250576a..f7d6e83d4c 100644
--- a/website/integrations/miscellaneous/home-assistant/index.md
+++ b/website/integrations/miscellaneous/home-assistant/index.md
@@ -4,6 +4,8 @@ sidebar_label: Home Assistant
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Home Assistant?
@@ -47,6 +49,8 @@ values={[
## authentik configuration
+
+
To support the integration of Home Assistant with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -58,7 +62,7 @@ To support the integration of Home Assistant with authentik, you need to create
- 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://hass.company/auth/openid/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://hass.company/auth/openid/callback`.
- Select any available signing key (to use the RS256 `id_token_signing_alg`)
- Configure Bindings (optional): you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
@@ -109,7 +113,7 @@ To support the integration of Home Assistant with authentik, you need to create
- 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://hass.company/auth/oidc/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://hass.company/auth/oidc/callback`.
- Select any available signing key (to use the RS256 `id_token_signing_alg`)
- Configure Bindings (optional): you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/miscellaneous/open-webui/index.md b/website/integrations/miscellaneous/open-webui/index.md
index a5dfbc91f9..c5ceb67eaa 100644
--- a/website/integrations/miscellaneous/open-webui/index.md
+++ b/website/integrations/miscellaneous/open-webui/index.md
@@ -4,6 +4,8 @@ sidebar_label: Open WebUI
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Open WebUI?
> Open WebUI is a simple, self-hosted AI platform that works entirely offline. It supports tools like Ollama and OpenAI-style APIs and has a built-in engine for RAG tasks.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Open WebUI with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of Open WebUI with authentik, you need to create an a
- **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://openwebui.company/oauth/oidc/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://openwebui.company/oauth/oidc/callback`.
- Select any available signing key.
- Make sure to leave the **Encryption Key** field empty.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/miscellaneous/wallos/index.mdx b/website/integrations/miscellaneous/wallos/index.mdx
index b24f151b0e..7606385b16 100644
--- a/website/integrations/miscellaneous/wallos/index.mdx
+++ b/website/integrations/miscellaneous/wallos/index.mdx
@@ -4,6 +4,8 @@ sidebar_label: Wallos
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
+
## What is Wallos?
> Wallos is a self-hosted subscription and budget planning application.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Wallos with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of Wallos with authentik, you need to create an appli
- **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** and **Client Secret** values because they will be required later.
- - Set a `Strict` redirect URI to `https://wallos.company/index.php`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://wallos.company/index.php`.
- Select any available signing key.
- **Configure Bindings** (optional): you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/miscellaneous/zipline/index.md b/website/integrations/miscellaneous/zipline/index.md
index 38f1e5997f..814477df42 100644
--- a/website/integrations/miscellaneous/zipline/index.md
+++ b/website/integrations/miscellaneous/zipline/index.md
@@ -4,6 +4,8 @@ sidebar_label: Zipline
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Zipline?
> Zipline is a self-hostable file upload server designed for easy file sharing, supporting tools like ShareX and Flameshot, with features such as simplified setup and extensive customization options.
@@ -27,6 +29,8 @@ This guide is compatible with Zipline [version `v4.0.0`](https://github.com/dice
## authentik configuration
+
+
To support the integration of Zipline with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -38,7 +42,7 @@ To support the integration of Zipline with authentik, you need to create an appl
- **Choose a Provider type**: Select **OAuth2/OpenID Connect** as the provider type.
- **Configure the Provider**: Provide a name (or accept the auto-provided name), choose the authorization flow for this provider, and configure the following required settings:
- Note the **Client ID** and **Client Secret** values because they will be required later.
- - Set a `Strict` redirect URI to `https://zipline.company/api/auth/oauth/oidc`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://zipline.company/api/auth/oauth/oidc`.
- Select any available signing key.
- Under **Advanced protocol settings** > **Scopes**, add `authentik default OAuth Mapping: OpenID 'offline_access'` to the **Selected Scopes** list.
- **Configure Bindings** _(optional)_: Create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/monitoring/beszel/index.mdx b/website/integrations/monitoring/beszel/index.mdx
index e7a3c01b8c..ebe9f916cc 100644
--- a/website/integrations/monitoring/beszel/index.mdx
+++ b/website/integrations/monitoring/beszel/index.mdx
@@ -4,6 +4,8 @@ sidebar_label: Beszel
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
+
## What is Beszel?
> Beszel is a lightweight server monitoring platform that provides Docker statistics, historical data, and configurable alerts.
@@ -27,6 +29,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
The steps to configure authentik include creating an email verification scope mapping, creating an application and provider pair in authentik, obtaining the Client ID and Client Secret values, setting the redirect URI, and selecting a signing key.
### Create an email verification scope mapping in authentik
@@ -44,7 +48,7 @@ Refer to [Email scope verification](/docs/add-secure-apps/providers/oauth2/index
- **Choose a Provider type**: OAuth2/OpenID
- **Configure the Provider**: provide a name (or accept the auto-provided name), the authorization flow to use for this provider, and any required configurations.
- Note the **Client ID** and **Client Secret** values because they will be required later.
- - Set a `Strict` redirect URI to `https://beszel.company/api/oauth2-redirect`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://beszel.company/api/oauth2-redirect`.
- Select any available signing key.
- **Advanced protocol settings** > **Scopes**:
- Add `OAuth Mapping: OpenID 'email' with "email_verified"` to the **Selected Scopes**.
diff --git a/website/integrations/monitoring/chronograf/index.mdx b/website/integrations/monitoring/chronograf/index.mdx
index e8d7bc2f6c..5ed04465f5 100644
--- a/website/integrations/monitoring/chronograf/index.mdx
+++ b/website/integrations/monitoring/chronograf/index.mdx
@@ -3,6 +3,8 @@ title: Integrate with Chronograf
sidebar_label: Chronograf
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
+
## What is Chronograf?
> Chronograf lets you quickly visualize the data stored in InfluxDB, enabling you to build robust queries and alerts. It is simple to use and comes with templates and libraries for rapidly creating dashboards with real-time data visualizations.
@@ -22,6 +24,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Chronograf with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of Chronograf with authentik, you need to create an a
- **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://chronograf.company/oauth/authentik/callback/`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://chronograf.company/oauth/authentik/callback/`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/monitoring/gatus/index.mdx b/website/integrations/monitoring/gatus/index.mdx
index 7a1b81b638..a4fe0a9362 100644
--- a/website/integrations/monitoring/gatus/index.mdx
+++ b/website/integrations/monitoring/gatus/index.mdx
@@ -4,6 +4,8 @@ sidebar_label: Gatus
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
+
## What is Gatus?
> Gatus is a developer-oriented health dashboard that gives you the ability to monitor your services using HTTP, ICMP, TCP, and even DNS queries as well as evaluate the result of said queries by using a list of conditions on values like the status code, the response time, the certificate expiration, the body and many others. The icing on top is that each of these health checks can be paired with alerting via Slack, Teams, PagerDuty, Discord, Twilio and many more.
@@ -23,6 +25,8 @@ This documentation only lists the settings that have been changed from their def
## authentik configuration
+
+
To support the integration of Gatus with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of Gatus with authentik, you need to create an applic
- **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://gatus.company/authorization-code/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://gatus.company/authorization-code/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/monitoring/glitchtip/index.md b/website/integrations/monitoring/glitchtip/index.md
index 0f05c9f64f..feb67a9e65 100644
--- a/website/integrations/monitoring/glitchtip/index.md
+++ b/website/integrations/monitoring/glitchtip/index.md
@@ -4,6 +4,8 @@ sidebar_label: Glitchtip
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Glitchtip?
> Bugs are inevitable in web development. The important thing is to catch them when they appear. With GlitchTip, you can rest easy knowing that if your web app throws an error or goes down, you will be notified immediately. GlitchTip combines error tracking and uptime monitoring in one open-source package to keep you and your team fully up-to-date on the status of your projects.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Glitchtip with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of Glitchtip 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://glitchtip.company/accounts/oidc/authentik/login/callback/`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://glitchtip.company/accounts/oidc/authentik/login/callback/`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/monitoring/grafana/index.mdx b/website/integrations/monitoring/grafana/index.mdx
index 5fedbdaaf3..43596d0225 100644
--- a/website/integrations/monitoring/grafana/index.mdx
+++ b/website/integrations/monitoring/grafana/index.mdx
@@ -4,6 +4,8 @@ sidebar_label: Grafana
support_level: authentik
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
+
## What is Grafana?
> Grafana is a multi-platform open source analytics and interactive visualization web application. It provides charts, graphs, and alerts for the web when connected to supported data sources, Grafana Enterprise version with additional capabilities is also available. It is expandable through a plug-in system.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Grafana with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of Grafana with authentik, you need to create an appl
- **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://grafana.company/login/generic_oauth`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://grafana.company/login/generic_oauth`.
- Set the Logout URI to `https://grafana.company/logout`.
- Set the Logout Method to `Front-channel`.
- Select any available signing key.
diff --git a/website/integrations/monitoring/icinga/index.md b/website/integrations/monitoring/icinga/index.md
index 06e29e3962..792b203e50 100644
--- a/website/integrations/monitoring/icinga/index.md
+++ b/website/integrations/monitoring/icinga/index.md
@@ -4,6 +4,8 @@ sidebar_label: Icinga Web 2
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Icinga Web 2?
> Icinga Web 2 is the next-generation web interface for the Icinga monitoring stack. It provides a flexible UI to view monitoring states, drill into problems, and integrate with the Icinga 2 backend.
@@ -27,6 +29,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Icinga Web 2 with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -37,7 +41,7 @@ To support the integration of Icinga Web 2 with authentik, you need to create an
- **Choose a Provider type**: select **OAuth2/OpenID Connect** as the provider type.
- **Configure 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** and **Client Secret** values because they will be required later.
- - Set a `Strict` redirect URI to `https://icinga.company/icingaweb2/oidc/authentication/realm?name=authentik`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://icinga.company/icingaweb2/oidc/authentication/realm?name=authentik`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/monitoring/observium/index.md b/website/integrations/monitoring/observium/index.md
index 4b9e6381c3..d660c5854e 100644
--- a/website/integrations/monitoring/observium/index.md
+++ b/website/integrations/monitoring/observium/index.md
@@ -4,6 +4,8 @@ sidebar_label: Observium
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Observium?
> Observium is a network monitoring and management platform that provides real-time insight into network health and performance.
@@ -40,6 +42,8 @@ apt install ./libapache2-mod-auth-openidc_2.4.15.7-1.bookworm_amd64.deb
## authentik configuration
+
+
To support the integration of Observium with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -51,7 +55,7 @@ To support the integration of Observium 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://observium.company/secure/redirect_uri`. Note that the Redirect URI can be anything, as long as it does not point to existing content.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://observium.company/secure/redirect_uri`. Note that the Redirect URI can be anything, as long as it does not point to existing content.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/monitoring/pulse/index.md b/website/integrations/monitoring/pulse/index.md
index c5ea687734..da36ce91ec 100644
--- a/website/integrations/monitoring/pulse/index.md
+++ b/website/integrations/monitoring/pulse/index.md
@@ -4,6 +4,8 @@ sidebar_label: Pulse
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Pulse?
> Pulse is an open-source monitoring platform that provides real-time insight into Proxmox, Docker, and Kubernetes infrastructure.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Pulse with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of Pulse with authentik, you need to create an applic
- **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://pulse.company/api/oidc/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://pulse.company/api/oidc/callback`.
- Select any available signing key.
- Under **Advanced protocol settings**, add `authentik default OAuth Mapping: OpenID 'offline_access'` to the selected scopes if you want long-lived sessions backed by refresh tokens.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/monitoring/ubuntu-landscape/index.md b/website/integrations/monitoring/ubuntu-landscape/index.md
index f4161b36d9..d4e4deab7d 100644
--- a/website/integrations/monitoring/ubuntu-landscape/index.md
+++ b/website/integrations/monitoring/ubuntu-landscape/index.md
@@ -4,6 +4,8 @@ sidebar_label: Ubuntu Landscape
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Ubuntu Landscape?
> Landscape is a systems management tool developed by Canonical. It can be run on-premises or in the cloud depending on the needs of the user. It is primarily designed for use with Ubuntu derivatives such as Desktop, Server, and Core.
@@ -29,6 +31,8 @@ Landscape uses the OpenID Connect protocol for single sign-on.
## authentik configuration
+
+
To support the integration of Landscape with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -40,7 +44,7 @@ To support the integration of Landscape 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://landscape.company/login/handle-openid`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://landscape.company/login/handle-openid`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/monitoring/whats-up-docker/index.md b/website/integrations/monitoring/whats-up-docker/index.md
index ed47fd8a62..c85db5da6b 100644
--- a/website/integrations/monitoring/whats-up-docker/index.md
+++ b/website/integrations/monitoring/whats-up-docker/index.md
@@ -4,6 +4,8 @@ sidebar_label: What's Up Docker
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is What's Up Docker?
> What's Up Docker (WUD) is an easy-to-use tool that alerts you whenever a new version of your Docker containers is released.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of What's Up Docker with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of What's Up Docker with authentik, you need to creat
- **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://wud.company/auth/oidc/authentik/cb`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://wud.company/auth/oidc/authentik/cb`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/networking/firezone/index.md b/website/integrations/networking/firezone/index.md
index 7209c8d314..0ed2e1bcfe 100644
--- a/website/integrations/networking/firezone/index.md
+++ b/website/integrations/networking/firezone/index.md
@@ -4,6 +4,8 @@ sidebar_label: Firezone
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Firezone?
> Firezone is an open-source remote access platform built on WireGuard®, a modern VPN protocol that's 4-6x faster than OpenVPN.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Firezone with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -34,7 +38,7 @@ To support the integration of Firezone with authentik, you need to create an app
- **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://firezone.company/auth/oidc/authentik/callback/`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://firezone.company/auth/oidc/authentik/callback/`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/networking/gravity/index.md b/website/integrations/networking/gravity/index.md
index 01384e25f6..8c4aae2c9e 100644
--- a/website/integrations/networking/gravity/index.md
+++ b/website/integrations/networking/gravity/index.md
@@ -4,6 +4,8 @@ sidebar_label: Gravity
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Gravity?
> Gravity is a fully-replicated DNS, DHCP, and TFTP server powered by [etcd](https://etcd.io/), offering features like built-in caching, ad/privacy blocking, automatic DNS registration, and metric tracking.
@@ -27,6 +29,8 @@ Gravity automatically triggers SSO authentication when configured. To prevent th
## authentik configuration
+
+
To support the integration of Gravity with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -38,7 +42,7 @@ To support the integration of Gravity with authentik, you need to create an appl
- **Choose a Provider type**: Select **OAuth2/OpenID Connect** as the provider type.
- **Configure the Provider**: Provide a name (or accept the auto-provided name), choose the authorization flow for this provider, and configure the following required settings:
- Note the **Client ID**, **Client Secret**, and **slug** values because they will be required later.
- - Set a `Strict` redirect URI to `https://gravity.company/auth/oidc/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://gravity.company/auth/oidc/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: Create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/networking/headscale/index.md b/website/integrations/networking/headscale/index.md
index 2fa1fd81c6..5cad73276e 100644
--- a/website/integrations/networking/headscale/index.md
+++ b/website/integrations/networking/headscale/index.md
@@ -4,6 +4,8 @@ sidebar_label: Headscale
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Headscale?
> Headscale is an open source alternative to the Tailscale coordination server and can be self-hosted for a single tailnet. Headscale is a re-implemented version of the Tailscale coordination server, developed independently and completely separate from Tailscale, with its own independent community of users and developers.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Headscale with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of Headscale 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://headscale.company/oidc/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://headscale.company/oidc/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/networking/hoop.dev/index.md b/website/integrations/networking/hoop.dev/index.md
index c8307cd3fd..679e85679d 100644
--- a/website/integrations/networking/hoop.dev/index.md
+++ b/website/integrations/networking/hoop.dev/index.md
@@ -4,6 +4,8 @@ sidebar_label: Hoop.dev
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Hoop.dev?
> Hoop.dev is an access gateway for databases and servers with AI-powered automations that eliminate cumbersome access policies and break-glass workflows without compromising security.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Hoop.dev with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of Hoop.dev with authentik, you need to create an app
- **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://hoop.company/api/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://hoop.company/api/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/networking/netbird/index.mdx b/website/integrations/networking/netbird/index.mdx
index 1ae5d51621..4ce088796e 100644
--- a/website/integrations/networking/netbird/index.mdx
+++ b/website/integrations/networking/netbird/index.mdx
@@ -4,6 +4,7 @@ sidebar_label: NetBird
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
import TabItem from "@theme/TabItem";
import Tabs from "@theme/Tabs";
@@ -41,6 +42,8 @@ NetBird can use authentik in two ways:
## authentik configuration
+
+
To support adding authentik as an external identity provider in NetBird, you need to create an application/provider pair and application entitlements in authentik.
### Create an application and provider in authentik
@@ -80,7 +83,7 @@ Name each entitlement exactly as the NetBird group value that NetBird should syn
- **Issuer**: `https://authentik.company/application/o//`
4. Copy the redirect URL shown by NetBird. Do not complete the provider setup yet.
5. Return to authentik, navigate to **Applications** > **Providers**, and edit the NetBird provider.
-6. Under **Redirect URIs/Origins**, add the redirect URL from NetBird as a `Strict` redirect.
+6. Under **Redirect URIs/Origins**, add the redirect URL from NetBird as a `Strict` `Authorization` redirect.
7. Click **Update**.
8. Return to NetBird and complete the identity provider setup.
@@ -109,8 +112,8 @@ To support replacing NetBird's embedded IdP with authentik, you need to create a
- **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** value because it will be required later.
- Set **Client type** to `Public`.
- - Add a `Strict` redirect URI to `http://localhost:53000`.
- - Add a `Regex` redirect URI to `https://netbird.company/.*`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `http://localhost:53000`.
+ - Add a **Redirect URI** of type `Regex` `Authorization` as `https://netbird.company/.*`.
- Select any available signing key.
- Under **Advanced protocol settings**, set **Access Code Validity** to `minutes=10`.
- Under **Advanced protocol settings**, set **Subject Mode** to `Based on the User's ID`.
diff --git a/website/integrations/networking/pangolin/index.mdx b/website/integrations/networking/pangolin/index.mdx
index 1b9c1f9d9c..c25c233df5 100644
--- a/website/integrations/networking/pangolin/index.mdx
+++ b/website/integrations/networking/pangolin/index.mdx
@@ -4,6 +4,8 @@ sidebar_label: Pangolin
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
+
## What is Pangolin?
> Pangolin is a self-hosted tunneled reverse proxy server with identity and access control, designed to securely expose private resources on distributed networks.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Pangolin with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of Pangolin with authentik, you need to create an app
- **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**, and **Client Secret** values because they will be required later.
- - Temporarily set **Redirect URI** to `https://temp.temp`.
+ - Temporarily add a **Redirect URI** of type `Strict` `Authorization` as `https://temp.temp`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
@@ -61,7 +65,7 @@ To support the integration of Pangolin with authentik, you need to create an app
1. Log in to authentik as an administrator and open the authentik Admin interface.
2. Navigate to **Applications** > **Providers** and click the **Edit** icon of the newly created Pangolin provider.
-3. Set the **Redirect URI** to the value taken from Pangolin (e.g. `https://pangolin.company/auth/idp//oidc/callback`).
+3. Add a **Redirect URI** of type `Strict` `Authorization` as the value taken from Pangolin (e.g. `https://pangolin.company/auth/idp//oidc/callback`).
4. Click **Update**.
## Configuration verification
diff --git a/website/integrations/networking/tailscale/index.md b/website/integrations/networking/tailscale/index.md
index 3df0c2dd67..859640e4a6 100644
--- a/website/integrations/networking/tailscale/index.md
+++ b/website/integrations/networking/tailscale/index.md
@@ -4,6 +4,8 @@ sidebar_label: Tailscale
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Tailscale?
> Tailscale is a mesh VPN service that creates secure, encrypted, peer-to-peer connections between devices across different networks using the WireGuard protocol.
@@ -42,6 +44,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Tailscale with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -52,7 +56,7 @@ To support the integration of Tailscale 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** and **Client Secret** values because they will be required later.
- - Set a `Strict` redirect URI to `https://login.tailscale.com/a/oauth_response`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://login.tailscale.com/a/oauth_response`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/networking/technitium/index.md b/website/integrations/networking/technitium/index.md
index c34f85e40d..698b8b630f 100644
--- a/website/integrations/networking/technitium/index.md
+++ b/website/integrations/networking/technitium/index.md
@@ -4,6 +4,8 @@ sidebar_label: Technitium DNS
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Technitium DNS?
> Technitium DNS Server is a free, open source, cross-platform, authoritative and recursive DNS server that can be self-hosted for privacy and security, software development, and testing on small to medium-sized networks.
@@ -25,6 +27,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Technitium DNS with authentik, you need to create a scope mapping, an application/provider pair, and application entitlements in authentik.
### Create a scope mapping in authentik
@@ -59,7 +63,7 @@ Technitium DNS uses the `roles` claim to map SSO users to local groups. Create a
- **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 **Client type** to `Confidential`.
- - Set a `Strict` redirect URI to `https://technitium.company/sso/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://technitium.company/sso/callback`.
- Select any available signing key.
- Ensure that the `openid`, `email`, and `profile` scopes are selected. Remove the `email` scope if you prefer usernames to use the preferred username claim instead of the email address.
- Under **Advanced protocol settings** > **Selected Scopes**, add the scope mapping that you created in the previous section.
diff --git a/website/integrations/platforms/budibase/index.md b/website/integrations/platforms/budibase/index.md
index 693a7d7ac0..d2a45e6c0e 100644
--- a/website/integrations/platforms/budibase/index.md
+++ b/website/integrations/platforms/budibase/index.md
@@ -4,6 +4,8 @@ sidebar_label: Budibase
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Budibase?
> Budibase is an open source low-code platform, and the easiest way to build internal tools that improve productivity.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Budibase with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of Budibase with authentik, you need to create an app
- **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://budibase.company/api/global/auth/oidc/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://budibase.company/api/global/auth/oidc/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/platforms/drupal/index.md b/website/integrations/platforms/drupal/index.md
index 0afc315b4c..89d4b8b05e 100644
--- a/website/integrations/platforms/drupal/index.md
+++ b/website/integrations/platforms/drupal/index.md
@@ -4,6 +4,8 @@ sidebar_label: Drupal
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Drupal?
> Drupal is a free and open-source content management system written in PHP and
@@ -28,6 +30,8 @@ There are many different modules for Drupal that allow you to set up SSO using d
## authentik configuration
+
+
To support the integration of Drupal with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -38,7 +42,7 @@ To support the integration of Drupal with authentik, you need to create an appli
- **Application**: provide a descriptive name, an optional group for the type of application, the policy engine mode, and optional UI settings. The **slug** will be used in URLs and should match the `drupal-slug` placeholder defined earlier.
- **Choose a Provider type**: select **OAuth2/OpenID Provider** as the provider type.
- **Configure the Provider**: provide a name (or accept the auto-provided name), and configure the following required settings:
- - Add the following **Redirect URI**: `https://drupal.company/openid-connect/generic`
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://drupal.company/openid-connect/generic`.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
3. Click **Submit** to save the new application and provider.
diff --git a/website/integrations/platforms/personio/index.md b/website/integrations/platforms/personio/index.md
index 74b89535d1..62506db268 100644
--- a/website/integrations/platforms/personio/index.md
+++ b/website/integrations/platforms/personio/index.md
@@ -4,6 +4,8 @@ sidebar_label: Personio
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Personio?
> Personio is an HR software platform for managing core HR processes such as recruiting, onboarding, payroll, time tracking, and performance management.
@@ -22,6 +24,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Personio with authentik, you need to create an application/provider pair in authentik.
### Copy the Personio callback URL
@@ -40,7 +44,7 @@ To support the integration of Personio with authentik, you need to create an app
- **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 the **Client type** to `Confidential`.
- - Add two `Strict` redirect URIs:
+ - Add two **Redirect URIs** of type `Strict` `Authorization`:
- The **Callback URLs/Redirect URIs** value from Personio.
- `https://login.personio.com/login/callback`
- Select any available signing key.
diff --git a/website/integrations/platforms/pocketbase/index.md b/website/integrations/platforms/pocketbase/index.md
index 747e5bbbca..643fd453e5 100644
--- a/website/integrations/platforms/pocketbase/index.md
+++ b/website/integrations/platforms/pocketbase/index.md
@@ -4,6 +4,8 @@ sidebar_label: PocketBase
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is PocketBase?
> PocketBase is an open source backend consisting of an embedded SQLite database, realtime subscriptions, built-in auth management, a dashboard UI, and a REST-like API.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of PocketBase with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -33,7 +37,7 @@ To support the integration of PocketBase with authentik, you need to create an a
- **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** and **Client Secret** values because they will be required later.
- - Set a `Strict` redirect URI to `https://pocketbase.company/api/oauth2-redirect`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://pocketbase.company/api/oauth2-redirect`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/platforms/wordpress/index.md b/website/integrations/platforms/wordpress/index.md
index 9f9ea62820..8eb025e5e1 100644
--- a/website/integrations/platforms/wordpress/index.md
+++ b/website/integrations/platforms/wordpress/index.md
@@ -4,6 +4,8 @@ sidebar_label: WordPress
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is WordPress?
> WordPress is an open source publishing platform used to create websites, blogs, and other web content.
@@ -27,6 +29,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of WordPress with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider
@@ -37,7 +41,7 @@ To support the integration of WordPress 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 application **slug** values because they will be required later.
- - Set a `Strict` redirect URI to `https://wp.company/wp-admin/admin-ajax.php?action=openid-connect-authorize`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://wp.company/wp-admin/admin-ajax.php?action=openid-connect-authorize`.
- Select any available signing key.
- Under **Advanced protocol settings** > **Scopes**, add `authentik default OAuth Mapping: OpenID 'offline_access'` to the **Selected Scopes** list.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/security/1password/index.mdx b/website/integrations/security/1password/index.mdx
index 18d81c8f8e..bae482d09f 100644
--- a/website/integrations/security/1password/index.mdx
+++ b/website/integrations/security/1password/index.mdx
@@ -4,6 +4,8 @@ sidebar_label: 1Password
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
+
## What is 1Password?
> 1Password is a password management tool that simplifies the process of creating, storing, and sharing passwords. It allows you to create strong, unique passwords, securely store them in a vault, and automatically fill them in when needed.
@@ -24,6 +26,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of 1Password with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -35,7 +39,7 @@ To support the integration of 1Password with authentik, you need to create an ap
- **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.
- Set **Client Type** to `Public`.
- Note the **Client ID** and **slug** values because they will be required later.
- - Add two `Strict` redirect URIs and set them to `https://your-domain.1password.com/sso/oidc/redirect/` and `onepassword://sso/oidc/redirect`.
+ - Add two **Redirect URIs** of type `Strict` `Authorization` as `https://your-domain.1password.com/sso/oidc/redirect/` and `onepassword://sso/oidc/redirect`.
- Select any available **Signing Key**.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page. If you add a SCIM provider as a backchannel provider later, only users who can view this application are synchronized.
diff --git a/website/integrations/security/bitwarden/index.mdx b/website/integrations/security/bitwarden/index.mdx
index 10bde10045..9ec8306744 100644
--- a/website/integrations/security/bitwarden/index.mdx
+++ b/website/integrations/security/bitwarden/index.mdx
@@ -4,6 +4,7 @@ sidebar_label: Bitwarden
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
import SAMLProvider20265Warning from "../../_saml-provider-2026-5-warning.mdx";
import TabItem from "@theme/TabItem";
import Tabs from "@theme/Tabs";
@@ -43,6 +44,8 @@ You can configure Bitwarden to use either OIDC or SAML; this guide explains both
## authentik configuration
+
+
To support the integration of Bitwarden with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -55,14 +58,14 @@ To support the integration of Bitwarden with authentik, you need to create an ap
- Note the **Client ID**, **Client Secret**, and **slug** values because they will be required later.
- Add the redirect URIs for your Bitwarden deployment:
- For Bitwarden Cloud US:
- - Set a `Strict` `Authorization` redirect URI to `https://sso.bitwarden.com/oidc-signin`.
- - Set a `Strict` `Post Logout` redirect URI to `https://sso.bitwarden.com/oidc-signedout`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://sso.bitwarden.com/oidc-signin`.
+ - Add a **Redirect URI** of type `Strict` `Post Logout` as `https://sso.bitwarden.com/oidc-signedout`.
- For Bitwarden Cloud EU:
- - Set a `Strict` `Authorization` redirect URI to `https://sso.bitwarden.eu/oidc-signin`.
- - Set a `Strict` `Post Logout` redirect URI to `https://sso.bitwarden.eu/oidc-signedout`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://sso.bitwarden.eu/oidc-signin`.
+ - Add a **Redirect URI** of type `Strict` `Post Logout` as `https://sso.bitwarden.eu/oidc-signedout`.
- For self-hosted Bitwarden:
- - Set a `Strict` `Authorization` redirect URI to `https://bitwarden.company/sso/oidc-signin`.
- - Set a `Strict` `Post Logout` redirect URI to `https://bitwarden.company/sso/oidc-signedout`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://bitwarden.company/sso/oidc-signin`.
+ - Add a **Redirect URI** of type `Strict` `Post Logout` as `https://bitwarden.company/sso/oidc-signedout`.
- Select any available **Signing Key**.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
diff --git a/website/integrations/security/cloudflare-access/index.md b/website/integrations/security/cloudflare-access/index.md
index bbd635f768..61e736c569 100644
--- a/website/integrations/security/cloudflare-access/index.md
+++ b/website/integrations/security/cloudflare-access/index.md
@@ -4,6 +4,8 @@ sidebar_label: Cloudflare Access
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Cloudflare Access?
> Cloudflare Access is a secure, cloud-based zero-trust solution for managing and authenticating user access to internal applications and resources.
@@ -29,6 +31,8 @@ Looking to integrate authentik with your Cloudflare Dashboard? See our [integrat
## authentik configuration
+
+
To support the integration of Cloudflare Access with authentik, you need to create an application/provider pair in authentik.
Cloudflare uses your Cloudflare Access team name in the callback URL. You can find the team name in the Cloudflare dashboard under **Settings** > **Team name and domain** > **Team name**.
@@ -41,7 +45,7 @@ Cloudflare uses your Cloudflare Access team name in the callback URL. You can fi
- **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.
- - Add one `Strict` redirect URI and set it to `https://company.cloudflareaccess.com/cdn-cgi/access/callback`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `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/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
3. Click **Submit** to save the new application and provider.
diff --git a/website/integrations/security/hashicorp-vault/index.md b/website/integrations/security/hashicorp-vault/index.md
index f31df5dab4..9f14ceac9c 100644
--- a/website/integrations/security/hashicorp-vault/index.md
+++ b/website/integrations/security/hashicorp-vault/index.md
@@ -4,6 +4,8 @@ sidebar_label: HashiCorp Vault
support_level: authentik
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is HashiCorp Vault?
> HashiCorp Vault secures, stores, and controls access to tokens, passwords, certificates, encryption keys, and other sensitive data.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of HashiCorp Vault with authentik, you need to create an application and provider pair in authentik.
### Create an application and provider
@@ -33,7 +37,7 @@ To support the integration of HashiCorp Vault with authentik, you need to create
- **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 two `Strict` redirect URIs to `https://vault.company/ui/vault/auth/oidc/oidc/callback` and `http://localhost:8250/oidc/callback`.
+ - Add two **Redirect URIs** of type `Strict` `Authorization` as `https://vault.company/ui/vault/auth/oidc/oidc/callback` and `http://localhost:8250/oidc/callback`.
- Select any available signing key.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.
3. Click **Submit** to save the new application and provider.
diff --git a/website/integrations/security/vaultwarden/index.md b/website/integrations/security/vaultwarden/index.md
index a039ae91e5..9b588144d8 100644
--- a/website/integrations/security/vaultwarden/index.md
+++ b/website/integrations/security/vaultwarden/index.md
@@ -4,6 +4,8 @@ sidebar_label: Vaultwarden
support_level: community
---
+import RedirectURI20265Note from "../../\_redirect-uri-2026-5-note.mdx";
+
## What is Vaultwarden?
> Vaultwarden is an alternative server implementation of the Bitwarden Client API, written in Rust and compatible with official Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.
@@ -23,6 +25,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of Vaultwarden with authentik, you need to create an application/provider pair in authentik.
### Create custom scope mapping
@@ -53,7 +57,7 @@ Vaultwarden requires the email scope to return either `email_verified: True` or
- **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://vaultwarden.company/identity/connect/oidc-signin`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://vaultwarden.company/identity/connect/oidc-signin`.
- Select any available signing key.
- Under **Advanced protocol settings**:
- Set **Access token validity** to more than 5 minutes.
diff --git a/website/integrations/security/xcreds/index.mdx b/website/integrations/security/xcreds/index.mdx
index 81be6f33d9..baaf24a556 100644
--- a/website/integrations/security/xcreds/index.mdx
+++ b/website/integrations/security/xcreds/index.mdx
@@ -4,6 +4,8 @@ sidebar_label: XCreds
support_level: community
---
+import RedirectURI20265Note from "../../_redirect-uri-2026-5-note.mdx";
+
## What is XCreds?
> XCreds is an open source project for synchronizing IdP passwords with macOS login passwords. XCreds replaces the macOS login window to provide authentication to the cloud provider; a user enters their cloud password for authentication and XCreds keeps the local Mac password synchronized with the cloud password.
@@ -26,6 +28,8 @@ This documentation lists only the settings that you need to change from their de
## authentik configuration
+
+
To support the integration of XCreds with authentik, you need to create an application/provider pair in authentik.
### Create an application and provider in authentik
@@ -36,7 +40,7 @@ To support the integration of XCreds with authentik, you need to create an appli
- **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** and **Client Secret** values because they will be required later.
- - Set a `Strict` redirect URI to `https://127.0.0.1/xcreds`.
+ - Add a **Redirect URI** of type `Strict` `Authorization` as `https://127.0.0.1/xcreds`.
- Select any available signing key.
- Under **Advanced protocol settings**, add `authentik default OAuth Mapping: OpenID 'offline_access'` to **Selected Scopes**.
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/bindings-overview/) (policy, group, or user) to manage the listing and access to applications on a user's **Application Dashboard** page.