mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Remove unneeded step from Google auth setup and clarify creation process (#29784)
* Remove superfluous navigation to "create credentials" * Clarify conditions/consequences of app review * Tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
73947710b8
commit
3c3a654b6f
@ -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 %}
|
||||
{% enddetails %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user