You will need to set up an application with Google social login provider to get the App ID and Secret which will be required in the config Dashboard.
Note: To generate Google Client ID and Client Secret you must be signed into a Google account.
- 1.
- 2.Click on the dropdown
Select a project
->New project

- 3.Enter your
Project name
andlocation
-> Click on theCreate
button

- 4.Click
OAuth consent screen
on the left side menu -> ChooseUser type
-> Click on theCreate
button

- 5.Add
Application name
,Support email
,Authorised domain
,Developer content information
-> Click on theSave and continue
button.

- 6.Complete all 4 steps on
OAuth consent screen
in the left side bar menu -> Click on theBack to Dashboard
button

- 7.Go to
Credentials
in the left side menu -> Click on theCreate credentials
button -> SelectOAuth client ID
from the dropdown list

- 8.Open the dropdown list
Application type
-> SelectWeb application
->Enter the name
of your OAuth

- 9.Enter your site URL in
Authorised JavaScript origins
-> inAuthorised redirect URIs
, enter the page URL where you wanted your users redirected back after they have authenticated with Google -> Click on theCreate
button.

- 10.Copy your
Client ID
andClient secret

- 10.Paste your
Client ID
andClient secret
into the corresponding fields in the WalliD config Dashboard.

Last modified 1mo ago