Skip to content
Merged

Typo #6918

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
4 changes: 2 additions & 2 deletions umbraco-cloud/set-up/external-login-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Ensure you have already set up a tenant/organization.
{% tab title="Google Authentication" %}
1. Access the Google Developer Console.
2. Select **Create Project** and give it a name.
3. Go to the **Auth consent screen** page.
3. Go to the **OAuth consent screen** page.
4. Select the **Internal** User Type and click **Create**.
5. Fill in the required information.
6. Add **Authorized domains** from where login should be allowed.
Expand All @@ -128,7 +128,7 @@ Before you move on, take note of the following keys:

* **Client ID** (generated through the steps above)
* **Client Secret** (generated through the steps above)
* **Authority ID** (found on your [Google Account](https://accounts.google.com))
* **Authority URL** (`https://accounts.google.com`)
{% endtab %}
{% endtabs %}

Expand Down