Skip to content
English - United States
  • There are no suggestions because the search field is empty.

Google Workspace / Gmail Domain Level OAuth Permissions

If you are looking to provide organization level OAuth token to provide all users access to our Flurp, this is the article for you.

To add domain-wide delegation with Google Workspace / Gmail you will need to create a Google Service account by following the following steps:
  1. Go to Google Cloud Console
  2. Create a new project or select existing one
  3. Navigate to "IAM & Admin" > "Service Accounts"
  4. Create a new service account
  5. Download the JSON credentials file
  6. Enable Domain-Wide Delegation:
  7. Select the service account
  8. Edit
  9. Enable "Domain-wide Delegation"
  10. This will generate a Client ID
  11. Configure in Google Workspace:
  12. Login as Super Admin to Google Workspace Admin Console
  13. Go to Security > API Controls
  14. Find "Domain-wide Delegation"
  15. Click "Add new"
  16. Enter the Client ID from your service account
    Add the required OAuth scopes (permissions) Netarx Flurp requires:
          scope: [
          'https://www.googleapis.com/auth/userinfo.profile',
          'https://www.googleapis.com/auth/userinfo.email',
          'https://www.googleapis.com/auth/gmail.labels',
          'https://www.googleapis.com/auth/calendar',
          'https://www.googleapis.com/auth/calendar.events',
          'https://www.googleapis.com/auth/gmail.send',
          'https://www.googleapis.com/auth/gmail.metadata',
          'https://www.googleapis.com/auth/meetings.space.readonly',
        ],

    You should be all set! Now when you add new users with our Bulk deployment Powershell scripts, and then once these users click verify in their email, they will be active, they will not each need to individually add OAuth tokens.