From 8252bc485e57daa3a6ae3890e17c08915bc1b012 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 20 Jan 2026 16:24:12 +0100 Subject: [PATCH] :books: Fix oidc callback related documentation issue --- docs/technical-guide/configuration.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/technical-guide/configuration.md b/docs/technical-guide/configuration.md index 648df7ea67..f48117b071 100644 --- a/docs/technical-guide/configuration.md +++ b/docs/technical-guide/configuration.md @@ -114,14 +114,7 @@ configuration. The callback has the following format: ```html -https:///api/auth/oauth//callback -``` - -You will need to change and according to your setup. -This is how it looks with Gitlab provider: - -```html -https:///api/auth/oauth/gitlab/callback +https:///api/auth/oidc/callback ``` #### Google