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:
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue