ohif-viewer/config/oidc.json
Dusan Zelembaba 9d83a1e6cc Restrict Scope for Cloud Healthcare API Example Config (#378)
The integration only needs read access to projects not all cloud
platform resources.
2019-04-05 16:13:14 +02:00

37 lines
1.0 KiB
JSON

{
"public": {
"clientOnly": true,
"googleCloud": true,
"ui": {
"studyListFunctionsEnabled": true,
"studyListDateFilterNumDays": false
},
"servers": {
"dicomWeb": [{
"name": "dcm4chee-oidc-Client",
"qidoSupportsIncludeField": false,
"imageRendering": "wadors",
"thumbnailRendering": "wadors",
"metadataSource": "wado",
"requestOptions": {
"requestFromBrowser": true,
"logRequests": true,
"logResponses": false,
"logTiming": true
}
}]
},
"custom": {
"oidc": [{
"authServerUrl": "https://accounts.google.com",
"authRedirectUri": "/_oauth/google",
"postLogoutRedirectUri": "/",
"scope": "email profile openid https://www.googleapis.com/auth/cloudplatformprojects.readonly https://www.googleapis.com/auth/cloud-healthcare",
"revokeUrl": "https://accounts.google.com/o/oauth2/revoke?token="
}]
},
"userAuthenticationRoutesEnabled": true,
"demoMode": false
}
}