Last updated
Last updated
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.
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
and location
-> Click on the Create
button
Click OAuth consent screen
on the left side menu -> Choose User type
-> Click on the Create
button
Add Application name
, Support email
, Authorised domain
, Developer content information
-> Click on the Save and continue
button.
Complete all 4 steps on OAuth consent screen
in the left side bar menu -> Click on the Back to Dashboard
button
Go to Credentials
in the left side menu -> Click on the Create credentials
button -> Select OAuth client ID
from the dropdown list
Open the dropdown list Application type
-> Select Web application
-> Enter the name
of your OAuth
Enter your site URL in Authorised JavaScript origins
-> in Authorised redirect URIs
, enter the page URL where you wanted your users redirected back after they have authenticated with Google -> Click on the Create
button.
Copy your Client ID
and Client secret
Paste your Client ID
and Client secret
into the corresponding fields in the WalliD config Dashboard.