Skip to content

Commit

Permalink
fix(komga): authentik stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed May 24, 2024
1 parent 128eed8 commit a5ee7a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kube/deploy/apps/komga/app/es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ spec:
client:
registration:
authentik:
provider: authentik # this must match the provider below
client-name: Login with JJGadgets
provider: authentik
client-name: JJGadgets Auth
client-id: "{{ .SECRET_KOMGA_AUTHENTIK_CLIENT_ID }}"
client-secret: "{{ .SECRET_KOMGA_AUTHENTIK_CLIENT_SECRET }}"
scope: openid,email
scope: openid,profile,email
authorization-grant-type: authorization_code
# the placeholders in {} will be replaced automatically, you don't need to change this line
redirect-uri: "{baseUrl}/{action}/oauth2/code/{registrationId}"
redirect-uri: "https://{{ .APP_DNS_KOMGA }}/login/oauth2/code/authentik"
provider:
authentik:
user-name-attribute: preferred_username
Expand Down

0 comments on commit a5ee7a8

Please sign in to comment.