- Login to Google Admin Console as a User with the Super Admin role.
- Click on Security.
- Click on Access and data control.
- Click on API Controls.
- Click on Advanced settings.
- Click on MANAGE DOMAIN WIDE DELEGATION.
- Click Add new.
- Open the JSON file that was downloaded when you created the Service Account Key.
- Copy the value of the client_id field (without enclosing quotes).
- Paste the value into the Client ID field in the browser.
- Enter the scopes you want to grant access to, separated by commas, in the OAuth scopes field.
Available scopes can be found at: https://developers.google.com/identity/protocols/googlescopes
Cloud Engineer Default Scopes For RapidIdentity Cloud:
- https://www.googleapis.com/auth/admin.directory.user.readonly
- https://www.googleapis.com/auth/admin.directory.user
- https://www.googleapis.com/auth/admin.datatransfer
- https://www.googleapis.com/auth/admin.directory.group
- https://www.googleapis.com/auth/admin.directory.orgunit
- https://www.googleapis.com/auth/admin.directory.userschema
- Click the Authorize button.
Additional scopes may be added later by repeating the previous two steps.