From 1863a9a12bf61d8649918f52354808ab0b2fe246 Mon Sep 17 00:00:00 2001 From: SeeJayEmm Date: Tue, 14 Jan 2025 00:05:58 -0500 Subject: [PATCH] website/integrations: Update Komga sample config to include "profile" in scope. (#12634) Update index.md The scope needs to include 'profile' for Komga to be able to retrieve the 'preferred_username'. Signed-off-by: SeeJayEmm --- website/integrations/services/komga/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/integrations/services/komga/index.md b/website/integrations/services/komga/index.md index beb2d3af01..db999a2b34 100644 --- a/website/integrations/services/komga/index.md +++ b/website/integrations/services/komga/index.md @@ -51,7 +51,7 @@ spring: client-id: client-secret: client-name: authentik - scope: openid,email + scope: openid,email,profile authorization-grant-type: authorization_code redirect-uri: "{baseUrl}/{action}/oauth2/code/{registrationId}" provider: