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:
		| @ -51,7 +51,7 @@ spring: | |||||||
|                         client-id: <client id> |                         client-id: <client id> | ||||||
|                         client-secret: <client secret> |                         client-secret: <client secret> | ||||||
|                         client-name: authentik |                         client-name: authentik | ||||||
|                         scope: openid,email |                         scope: openid,email,profile | ||||||
|                         authorization-grant-type: authorization_code |                         authorization-grant-type: authorization_code | ||||||
|                         redirect-uri: "{baseUrl}/{action}/oauth2/code/{registrationId}" |                         redirect-uri: "{baseUrl}/{action}/oauth2/code/{registrationId}" | ||||||
|                 provider: |                 provider: | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 SeeJayEmm
					SeeJayEmm