feat(google-cloud): Add an example configuration for Google Cloud Healthcare (you may need to enable the Cloud Resource Manager API)
This commit is contained in:
parent
c0549967c6
commit
416b4ade38
25
config/oidc-googleCloud.json
Normal file
25
config/oidc-googleCloud.json
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"public": {
|
||||||
|
"clientOnly": true,
|
||||||
|
"googleCloud": true,
|
||||||
|
"ui": {
|
||||||
|
"studyListFunctionsEnabled": true,
|
||||||
|
"studyListDateFilterNumDays": false
|
||||||
|
},
|
||||||
|
"servers": {
|
||||||
|
"dicomWeb": []
|
||||||
|
},
|
||||||
|
"custom": {
|
||||||
|
"oidc": [{
|
||||||
|
"authServerUrl": "https://accounts.google.com",
|
||||||
|
"authRedirectUri": "/_oauth/google",
|
||||||
|
"postLogoutRedirectUri": "/",
|
||||||
|
"clientId": "YOURCLIENTID.apps.googleusercontent.com",
|
||||||
|
"scope": "email profile openid https://www.googleapis.com/auth/cloud-platform.read-only https://www.googleapis.com/auth/cloud-healthcare",
|
||||||
|
"revokeUrl": "https://accounts.google.com/o/oauth2/revoke?token="
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
"userAuthenticationRoutesEnabled": false,
|
||||||
|
"demoMode": false
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user