oidc komga
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user