diff --git a/source/_includes/integrations/google_client_secret.md b/source/_includes/integrations/google_client_secret.md index 594c3b93d57..71daa330a5d 100644 --- a/source/_includes/integrations/google_client_secret.md +++ b/source/_includes/integrations/google_client_secret.md @@ -23,7 +23,7 @@ This section explains how to generate a client ID and client secret on 1. First, go to the Google Developers Console to enable [{{ api }}]({{ api_link }}) {% if page.api2 %} and [{{ page.api2 }}]({{ page.api2_link }}) {% endif %}. 2. Select **Create project**, enter a project name and select **Create**. -3. **Enable** the {{ api }} and select **Create credentials**. +3. **Enable** the {{ api }}. 4. Navigate to **APIs & Services** (left sidebar) > [Credentials](https://console.cloud.google.com/apis/credentials). 5. In the left sidebar, select **OAuth consent screen**. - Select **External** and **Create**. @@ -32,7 +32,7 @@ This section explains how to generate a client ID and client secret on - From the dropdown menu, select your email address. 7. Under **Developer contact information**, enter your email address (the same as above is fine). 8. Scroll to the bottom and select **Save and continue**. - - You don't have to fill out anything else, or it may enable additional review. + - You don't have to fill out anything else here. Adding other information to this page (like an app logo) may trigger an additional review process from Google and delay setup by days. 9. You will then be automatically taken to the **Scopes** page. - You do not need to add any scopes here. Select **Save and continue** to move to the **Test users** page. - You do not need to add anything to the **Test users** page. Select **Save and continue**, which will take you to the **Summary** page. @@ -51,4 +51,4 @@ This section explains how to generate a client ID and client secret on - To view both the **Client ID** and **Client secret**, select the pencil icon. This will take you to the settings page for these credentials, and the information will be on the right-hand side of the page. 16. Congratulations! You are now the keeper of a client secret. Guard it in your treasure box. -{% enddetails %} \ No newline at end of file +{% enddetails %}