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 <chris@threesheets.org>
This commit is contained in:
SeeJayEmm
2025-01-14 00:05:58 -05:00
committed by GitHub
parent b981bc5ba1
commit 1863a9a12b

View File

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