Konrad
Konrad

Reputation: 892

Google Cloud & APIs- Is it possible to have limited domain-wide delegation?

When using Google Calendar's API, we would like to move from Oauth2 at user level to limited domain-wide delegation. That is, we would like delegation to allow us access only to resources belonging to certain users or certain groups of users, not the whole domain. Is this possible?

Upvotes: 0

Views: 71

Answers (1)

John Hanley
John Hanley

Reputation: 81346

No, Domain Wide delegation is for the account and not for selected users.

I do not recommend your strategy of moving from OAuth user accounts to OAuth service accounts with domain-wide delegation. This type of access should be restricted to applications that interface with G Suite to provide added benefits and not as a method of accessing user data.

Upvotes: 2

Related Questions