Register rapp-qonto KeyCape client
This commit is contained in:
parent
9026d7f904
commit
11a14648c4
3 changed files with 44 additions and 18 deletions
|
|
@ -131,6 +131,15 @@ clients:
|
|||
allowedScopes: ["openid", "profile", "email", "groups"]
|
||||
grantTypes: ["authorization_code"]
|
||||
clientType: "public"
|
||||
- clientId: "rapp-qonto-client"
|
||||
displayName: "rapp-qonto workload"
|
||||
allowedScopes: ["qonto:read"]
|
||||
grantTypes: ["client_credentials"]
|
||||
clientType: "confidential"
|
||||
secretRef: "env:KEYCAPE_RAPP_QONTO_CLIENT_SECRET"
|
||||
serviceSubject: "rapp-qonto"
|
||||
tenant: "tenant:friendly:binky"
|
||||
roles: ["qonto-reader"]
|
||||
EOF
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue