diff --git a/openproject/values.yaml b/openproject/values.yaml index 04facb5..bb42277 100644 --- a/openproject/values.yaml +++ b/openproject/values.yaml @@ -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: