Shine a light on shadow apps

ConductorOne Docs

๐Ÿ“œ Google Workspace integration

ConductorOne provides identity governance and just-in-time provisioning for Google Workspace. Integrate your Google Workspace instance with ConductorOne to run user access reviews (UARs), enable just-in-time access requests, and automatically provision and deprovision access.

๐Ÿ“œ Deprecation warning: A newer version of this integration is available. If you’re setting up a Google Workspace integration with ConductorOne for the first time, use the v2 version of the integration.

Availability

โœ… General availability. The Google Workspace integration is available to all ConductorOne users.

Capabilities

  • Sync user identities from Google Workspace to ConductorOne

  • Resources supported:

    • Groups
    • Roles
  • Provisioning supported:

    • Group membership
    • Role assignment

Set up the Google Workspace integration

This task requires either the Integration Administrator or Super Administrator role in ConductorOne.

  1. In ConductorOne, open Admin and click Integrations > Google Workspace.

  2. If this is your first Google Workspace integration, the integration form opens automatically. Otherwise, click Add connector.

  3. Choose whether to add the new Google Workspace connector as a data source to an existing application (and select the app of your choice) or to create a new application.

  4. Set the integration owner for this connector. You can manage the integration yourself, or choose someone else from the list of ConductorOne users. Setting multiple integration owners is allowed.

    A Google Workspace integration owner must have the following permissions:

    • Integration Administrator or Super Administrator role in ConductorOne
    • Super Admin role in Google Workspace
  1. Click Create and add details.

Next steps

  • If you are the integration owner, proceed to Integrate your Google Workspace instance for instructions on integrating Google Workspace with ConductorOne.

  • If someone else is the integration owner, ConductorOne will notify them by email that their help is needed to complete the integration.

Integrate your Google Workspace instance

A user with the Integration Administrator or Super Administrator role in ConductorOne and Super Admin role in Google Workspace must perform this task.

Step 1: Sign in to the Google Cloud Console and Create a New Project

  1. As a Google Workspace Super Admin, sign in to https://console.cloud.google.com.

  2. In the toolbar, click the project select dropdown, and click NEW PROJECT.

  3. Create a new project for your organization:

    • Project Name: Choose a names, cush as “ConductorOne Integration”
    • Organization/Location: Choose the appropriate Organization/Location
  4. After the project is created, make sure the correct project is selected in the dropdown at the top.

Step 2: Enable the API

  1. In the navigation menu, navigate to > APIs & Services > Library.

  2. Search for and select the Admin SDK API.

  3. Click Enable.

Step 3: Create a service account

  1. In the navigation menu, navigate to > APIs & Services > Credentials.

  2. Select CREATE CREDENTIALS > Service Account.

  3. Under Service account details, fill in the following:

    • Service account name: ConductorOne Integration
    • Service account description: for example, “Service account for ConductorOne Google Workspace Integration”
    • Click CREATE AND CONTINUE
  4. Under Grant this service account access to a project, grant the Editor role.

  5. Leave Grant users access to this service account blank.

  6. Click DONE.

Step 4: Get credentials

  1. Navigate back to APIs & Services > Credentials and select the service account you just created.
  1. Click the service account’s email address. Locate and save the Unique ID. We’ll use this in Step 5.
  1. On the Service Account Details Page, click KEYS.
  1. Click ADD KEY > Create new key.
  1. Choose JSON and click CREATE.
  1. Keep the downloaded file safe. We’ll use it in Step 7.

Step 5: Add Service Account to Google Workspace

  1. Go to https://admin.google.com as a SUPER ADMIN.

  2. In the navigation menu, select Security > Access and data control > API Controls.

  3. Click MANAGE DOMAIN WIDE DELEGATION.

  1. Click Add new and fill out the form:

    • Client ID: The saved ID from Step 4

    • OAuth Scopes: Copy and paste one of the following lists of required scopes for your use case:

      • Use the following read-only scopes if you are not using the Google Workspace integration for provisioning:

        https://www.googleapis.com/auth/admin.directory.user.alias.readonly,https://www.googleapis.com/auth/admin.directory.rolemanagement.readonly,https://www.googleapis.com/auth/admin.directory.group.member.readonly,https://www.googleapis.com/auth/admin.directory.group.readonly,https://www.googleapis.com/auth/admin.directory.user.readonly,https://www.googleapis.com/auth/admin.directory.domain.readonly
        
      • Use the following scopes if you are using the Google Workspace integration for provisioning Groups and Roles:

        https://www.googleapis.com/auth/admin.directory.user.alias.readonly,https://www.googleapis.com/auth/admin.directory.rolemanagement,https://www.googleapis.com/auth/admin.directory.group.member,https://www.googleapis.com/auth/admin.directory.group,https://www.googleapis.com/auth/admin.directory.user.readonly,https://www.googleapis.com/auth/admin.directory.domain.readonly
        
  2. Click AUTHORIZE.

  3. In the navigation menu, select Account > Account Settings.

  4. Copy the Customer ID from this page. We’ll use it in Step 7.

Step 6: Locate your Primary Domain

  1. In the navigation panel on the left, click Account > Domains.

  2. Click Manage Domains. Locate and copy the domain labeled as the Primary Domain in the Type column. We’ll use this in Step 7.

Step 7: Add your Google Workspace credentials to ConductorOne

  1. In ConductorOne, open Admin and click Integrations > Google Workspace.

  2. In the list of connectors, locate and click on the name of the connector with the Not connected label.

  3. Find the Settings area of the page and click Edit.

  4. In the Customer ID field, enter the customer ID from Step 5.

  5. In the Domain field, enter the primary domain from Step 6.

  6. In the Administrator email field, enter the email address associated with your domain or a super admin.

  7. In the Credentials (JSON) area, click Choose file and upload the file from Step 4.

  8. Click Save.

  9. The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.

That’s it! Your Google Workspace instance is now integrated with ConductorOne.

What’s next?

If Google Workspace is your company’s identity provider (meaning that it is used to SSO into other software), the integration sync will automatically create applications in ConductorOne for all of your SCIMed software. Before you move on, review the Create applications page for important information about how to set up integrations with the SCIMed apps.

Configure the Google Workspace integration using Terraform

As an alternative to the integration process described above, you can use Terraform to configure the integration between Google Workspace and ConductorOne.

See the ConductorOne Google Workspace integration resource page in the ConductorOne Terraform registry for example usage and the full list of required and optional parameters.