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:
parent
6c9270b3de
commit
9d83a1e6cc
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user