openprofile change config

This commit is contained in:
Aaron Riedel 2024-11-06 20:46:40 +01:00
parent 6cd34e5492
commit de6c171944
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -21,14 +21,18 @@ workers:
openproject:
oidc:
enabled: true
provider: Keycloak
provider: authentik
displayName: aaronID
host: auth.ar21.de
existingSecret: openproject-secret
userinfoEndpoint: https://auth.ar21.de/application/o/userinfo/
tokenEndpoint: https://auth.ar21.de/application/o/token/
authorizationEndpoint: https://auth.ar21.de/application/o/authorize/
endSessionEndpoint: https://auth.ar21.de/application/o/openproject/end-session/
userinfoEndpoint: /application/o/userinfo/
tokenEndpoint: /application/o/token/
authorizationEndpoint: /application/o/authorize/
endSessionEndpoint: /application/o/openproject/end-session/
scope: "[openid email profile]"
secretKeys:
identifier: "clientId"
secret: "clientSecret"
persistence:
enabled: false
s3: