Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.29 KB

File metadata and controls

27 lines (19 loc) · 1.29 KB

🔑 Signing in users with Google

This how-to assumes you've already enabled Identity Platform, and have a basic knowledge. Please see the GitHub tutorial to learn how.

The most important steps are...

Configure your OAuth Consent Screen

  1. Open the OAuth consent screen (Management -> APIs & Services -> OAuth consent screen) page in the Google Cloud console and create a new screen. Screenshot: Create OAuth consent screen
  2. On the "OAuth consent screen" page, fill out the form and click the "Save" button. Screenshot: OAuth consent screen configuration

Get your Google API client ID

  1. Open the Credentials page in the Google Cloud console. Use the existing web client ID or create a new one. Screenshot: Credentials
  2. Copy the Client ID and Client secret. Screenshot: Client ID and Client Secret

Create Google provider

  1. Go to the Identity Platform page in the Google Cloud console and create a new provider (Google). Paste Client ID and Client Secret. Screenshot: Credentials