Skip to main content

Google

The ezto auth's Google social provider will enable your users via their trusted Google Account.

Prerequisites

Make sure to create a Google Developer account before you begin.

1 Go to Dashboard > Authentication > Social.

2 Click on + CREATE CONNECTION.

3 You will be redirected to the social connection providers page, where you can view all the available providers.

Social Connection

4 Click on Google.

5 You will be directed to the configuration page for the chosen social connection method.

Google

6 To enable Google login, you must first establish a project and client in the Google Developer Console.


  • Copy the redirect URL for the Google provider from the dashboard as the first step.

Redirect URL

  • Go to Google Developer Console and click on CREATE PROJECT.

Create Project

  • Provide Project name, click on CREATE.

New Project

  • Click on SELECT PROJECT.

SELECT PROJECT

  • You will be moved to your project's dashboard. From left hand menu, click on APIs & Services > Credentials.

APIs & Services > Credentials

  • Click on CONFIGURE CONSENT SCREEN.

Consent Screen

  • Check on External and click on CREATE.

External

  • You will be asked for app registration and the application name is sufficient for the most basic setup.

Registration

  • Provide the needed details, scroll down and click on SAVE AND CONTINUE.

  • You will be moved to the scopes, configure Scopes if required, and click on SAVE AND CONTINUE.

Scopes

  • You will be moved to the Test users, configure Test users if required, and click on SAVE AND CONTINUE.

Test users

  • Navigate to Credentials > Click on + CREATE CREDENTIALS

Credentials

  • Choose OAuth client ID.

OAuth

  • Select application type as Web and paste the Redirect URL copied from your dashboard in the Authorized redirect URIs field.

URL

  • Click on CREATE.

  • Copy the generated Client ID and Client Secret.

Client ID & Secret


7 Return to your dashboard, paste the Client ID in App ID and Client Secret in App Secret.

App ID & Secret

8 Configure the other required specification, click on SAVE.

Know more

Create Social Connection

Application Details

Application Execution

Attach Social Connection to Application