Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unneeded step from Google auth setup and clarify creation process #29784

Merged
merged 3 commits into from
Nov 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/_includes/integrations/google_client_secret.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand All @@ -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.
Expand All @@ -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 %}
{% enddetails %}