Skip to content

Commit

Permalink
website/integrations: Update Komga sample config to include "profile"…
Browse files Browse the repository at this point in the history
… 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 <chris@threesheets.org>
  • Loading branch information
SeeJayEmm authored Jan 14, 2025
1 parent b981bc5 commit 1863a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/integrations/services/komga/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spring:
client-id: <client id>
client-secret: <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:
Expand Down

0 comments on commit 1863a9a

Please sign in to comment.