Get the API credentials From the Google Developers Console
Google is one of the very well-known sites on the web. Generally, most of the users have a Google account so they can log in very easily to the Magento 2 store just by clicking the

Google Login button once. To enable this feature admin needs to get the
client ID and the
client secret key from the Google Developers Console.
To get the API credentials - Go to the https://console.developers.google.com link.
- Enter the login credentials.
The page appears as shown in the following figure:
- On the top bar, click the arrow button next to the project name as highlighted.
The Select page appears as shown in the following figure:
- Click the Create project button.
The New Project page appears as shown in the following figure:
- In the Project Name box, enter the required name of the project.
- Click the Create button.
The page appears as shown in the following figure:
- On the top bar, click the arrow button next to the project name as highlighted.
The Select page appears as shown in the following figure:
- Click the created project link.
The page appears as shown in the following figure:
- In the left navigation panel, click the Credentials menu.
- In the right panel, click the 0Auth consent screen tab.
The page appears as shown in the following figure:
- In the Product name shown to users box, enter the required product name.
- Click the Save button.
The Credentials page appears as shown in the following figure:
- Click the Create credentials button.
The menu appears as shown in the following figure:
- Click 0Auth client ID.
The Create client ID page appears as shown in the following figure:
- Under Application Type, click to select the Web application option.
The page appears as shown in the following figure:
- Under Authorized redirect URls, enter https://www.example.com/index.php/cedsociallogin/google/connect/ in the box.
- Click the Create button.
The 0Auth client dialog box appears as shown in the following figure:
- Click the Copy icon to copy the client ID and the client secret key respectively and keep it safely to paste them in the Google Configuration Settings page available in the Magento 2 Admin panel.
- Click the OK button.
Related Articles
Get the API credentials From the Facebook Developers Account
Facebook is also one of the most popular social networking sites on the web. The Facebook account users can log in very easily to the Magento 2 store just by clicking the Facebook Login button once. To enable this feature admin needs to get the App ...
Get the API credentials From the Twitter Developers Account
The Twitter account users can log in very easily to the Magento 2 store just by clicking the Twitter Login button once. To enable this feature admin needs to first need to create a twitter app to get the API Key and the API Secret from the Twitter ...
Get the API credentials From the LinkedIn Developers Account
LinkedIn is also quite a popular social networking site for professionals. Admin having the LinkedIn account can very easily log in to the Magento 2 store just by clicking the LinkedIn Login button once. To enable this feature admin needs to first ...
Social Login Configuration Settings
After installing the Social Login M2 add-on, the admin has to set up the configuration settings to enable the features of the social login add-on. Admin has to first get the API credentials from the following social networking sites: Google Facebook ...
Overview of Magento 2 Social Login
Magento 2 Social Login is the add-on developed for the CedCommerce Magento® 2 to provide the feature to log in or register the account without filling all the personal details. Hence, it provides the one-click login features to the front-end users ...