Impersonating list of users with Google Service Account

依然范特西╮ 提交于 2019-12-24 01:54:18

问题


According to the docs, Google Apps domain administrators can grant service accounts domain-wide authority to access user data on behalf of users in the domain. My understating is this gives service account authority to access data for all users inside the domain. Is there a way to restrict which users service account has access to?

For example, an application that uses Google Calendar API to view events from the calendars of specific list of users in a Google Apps domain.

Can google apps administrator authorize application for access to some but not all users?

Thanks


回答1:


If you're an administrator, yes. You can control who uses any particular Google service from their account. Just turn the service on or off for those people in your Google Admin Console. When users sign in to their account, they see only those services that are turned on for them.

To delegate domain-wide authority to a service account, first enable domain-wide delegation for an existing service account in the Service accounts section of the Developers Console Permissions page or create a new service account with domain-wide delegation enabled. Your application has the authority to make API calls as users in your domain(to impersonate users).

Here's a useful material for Delegating domain-wide authority to the service account: https://developers.google.com/identity/protocols/OAuth2ServiceAccount




回答2:


The answer was to publish an app in Google Apps Marketplace. An app can be turned ON for everyone or some specific organization unit. See Turn a Marketplace app on or off for users. Organization Unit is how you can control who in organization has access to your app.



来源:https://stackoverflow.com/questions/34323817/impersonating-list-of-users-with-google-service-account

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!