diff --git a/config/oidc.json b/config/oidc.json index 53ad5b5da..cf0c42f5e 100644 --- a/config/oidc.json +++ b/config/oidc.json @@ -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 } -} \ No newline at end of file +}