Restrict Scope for Cloud Healthcare API Example Config (#378)

The integration only needs read access to projects not all cloud
platform resources.
This commit is contained in:
Dusan Zelembaba 2019-04-05 10:13:14 -04:00 committed by Erik Ziegler
parent 6c9270b3de
commit 9d83a1e6cc

View File

@ -26,11 +26,11 @@
"authServerUrl": "https://accounts.google.com",
"authRedirectUri": "/_oauth/google",
"postLogoutRedirectUri": "/",
"scope": "email profile openid https://www.googleapis.com/auth/cloud-platform.read-only https://www.googleapis.com/auth/cloud-healthcare",
"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
}
}
}