diff --git a/_articles/directory-connector/gsuite-directory.md b/_articles/directory-connector/gsuite-directory.md index d490be6d..9fd4a670 100644 --- a/_articles/directory-connector/gsuite-directory.md +++ b/_articles/directory-connector/gsuite-directory.md @@ -19,7 +19,8 @@ This article will cover how to connect the bitwarden Directory Connector tool to ## Table of Contents - [Create a Google Cloud Project](#create-a-google-cloud-project) -- [Create & Configure a Service Account](#create---configure-a-service-account) +- [Enable the Admin SDK API for Your Project](#enable-the-admin-sdk-api-for-your-project) +- [Create & Configure a Service Account](#create--configure-a-service-account) - [Configure GSuite Security](#configure-gsuite-security) - [Configure Directory Connector](#configure-directory-connector) - [Testing](#testing) @@ -37,6 +38,18 @@ If you already have a Google Cloud project available, you can skip this step and {% image directory-connector/gsuite/new-project.png %} 4. Refresh the page and you should now see your project +## Enable the Admin SDK API for Your Project + +1. Go to +2. Make sure the appropriate project is selected. +3. Open the navigation menu and navigate to **API Manager** -> **Dashboard**. +4. Select the **Enable API** button near the top. + {% image directory-connector/gsuite/enable-api.png %} +5. Click the **Admin SDK** link under the **Google Apps APIs** section. + {% image directory-connector/gsuite/admin-sdk.png %} +6. Click the **Enable** button near the top. + {% image directory-connector/gsuite/admin-sdk-enable.png %} + ## Create & Configure a Service Account 1. Go to diff --git a/images/directory-connector/gsuite/admin-sdk-enable.png b/images/directory-connector/gsuite/admin-sdk-enable.png new file mode 100644 index 00000000..2bf3d298 Binary files /dev/null and b/images/directory-connector/gsuite/admin-sdk-enable.png differ diff --git a/images/directory-connector/gsuite/admin-sdk.png b/images/directory-connector/gsuite/admin-sdk.png new file mode 100644 index 00000000..e824fc88 Binary files /dev/null and b/images/directory-connector/gsuite/admin-sdk.png differ diff --git a/images/directory-connector/gsuite/enable-api.png b/images/directory-connector/gsuite/enable-api.png new file mode 100644 index 00000000..16454d26 Binary files /dev/null and b/images/directory-connector/gsuite/enable-api.png differ