You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
904 B
29 lines
904 B
{ |
|
"baseUrl" : "{{orchestrator_baseUrl}}", |
|
"bearerOnly" : false, |
|
"clientId" : "orchestrator", |
|
"name" : "orchestrator", |
|
"description" : "The D4Science {{env}} Orchestrator", |
|
"directAccessGrantsEnabled" : true, |
|
"authorizationServicesEnabled" : true, |
|
"serviceAccountsEnabled" : true, |
|
"enabled" : true, |
|
"protocol" : "openid-connect", |
|
"publicClient" : false, |
|
"redirectUris" : ["{{orchestrator_baseUrl}}"], |
|
"protocolMappers": [ |
|
{ |
|
"name": "send-groups-in-token", |
|
"protocol": "openid-connect", |
|
"protocolMapper": "oidc-group-membership-mapper", |
|
"consentRequired": false, |
|
"config": { |
|
"full.path": "true", |
|
"id.token.claim": "true", |
|
"access.token.claim": "true", |
|
"claim.name": "groups", |
|
"userinfo.token.claim": "true" |
|
} |
|
} |
|
] |
|
}
|
|
|