oidc komga

This commit is contained in:
Arno
2024-12-28 11:13:07 +00:00
parent d2932d7c32
commit 8dbcfd0433
3 changed files with 14 additions and 3 deletions

View File

@ -6,7 +6,7 @@ spring:
keycloak:
provider: keycloak # this must match the provider below
client-id: komga
client-secret: XXJQwHX4YEQJpGez3nymBh6PgSby3fz9
client-secret: changeme
client-name: keycloak
scope: openid,email
authorization-grant-type: authorization_code
@ -26,4 +26,6 @@ spring:
enabled: false
webclient:
ssl:
trust-all: true
trust-all: true
komga:
oauth2-account-creation: true