openprofile change config
This commit is contained in:
parent
6cd34e5492
commit
de6c171944
1 changed files with 9 additions and 5 deletions
|
@ -21,14 +21,18 @@ workers:
|
||||||
openproject:
|
openproject:
|
||||||
oidc:
|
oidc:
|
||||||
enabled: true
|
enabled: true
|
||||||
provider: Keycloak
|
provider: authentik
|
||||||
displayName: aaronID
|
displayName: aaronID
|
||||||
host: auth.ar21.de
|
host: auth.ar21.de
|
||||||
existingSecret: openproject-secret
|
existingSecret: openproject-secret
|
||||||
userinfoEndpoint: https://auth.ar21.de/application/o/userinfo/
|
userinfoEndpoint: /application/o/userinfo/
|
||||||
tokenEndpoint: https://auth.ar21.de/application/o/token/
|
tokenEndpoint: /application/o/token/
|
||||||
authorizationEndpoint: https://auth.ar21.de/application/o/authorize/
|
authorizationEndpoint: /application/o/authorize/
|
||||||
endSessionEndpoint: https://auth.ar21.de/application/o/openproject/end-session/
|
endSessionEndpoint: /application/o/openproject/end-session/
|
||||||
|
scope: "[openid email profile]"
|
||||||
|
secretKeys:
|
||||||
|
identifier: "clientId"
|
||||||
|
secret: "clientSecret"
|
||||||
persistence:
|
persistence:
|
||||||
enabled: false
|
enabled: false
|
||||||
s3:
|
s3:
|
||||||
|
|
Loading…
Reference in a new issue