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.
How to get Google Client ID and Client Secret?
Go to the Google Developers Console -> Sign in into your
Google account
Click on the dropdown
Select a project
->New project
Enter your
Project name
andlocation
-> Click on theCreate
button
Click
OAuth consent screen
on the left side menu -> ChooseUser type
-> Click on theCreate
button
Add
Application name
,Support email
,Authorised domain
,Developer content information
-> Click on theSave and continue
button.
Complete all 4 steps on
OAuth consent screen
in the left side bar menu -> Click on theBack to Dashboard
button
Go to
Credentials
in the left side menu -> Click on theCreate credentials
button -> SelectOAuth client ID
from the dropdown list
Open the dropdown list
Application type
-> SelectWeb application
->Enter the name
of your OAuth
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.
Copy your
Client ID
andClient secret
Paste your
Client ID
andClient secret
into the corresponding fields in the WalliD config Dashboard.
Last updated