Skip to content

Commit

Permalink
feat(google-cloud): Add an example configuration for Google Cloud Hea…
Browse files Browse the repository at this point in the history
…lthcare (you may need to enable the Cloud Resource Manager API)
  • Loading branch information
swederik committed Mar 22, 2019
1 parent c054996 commit 416b4ad
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions config/oidc-googleCloud.json
Original file line number Diff line number Diff line change
@@ -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
}
}

0 comments on commit 416b4ad

Please sign in to comment.