Setting Up Google Social Login Print

  • social logins
  • 6

To enable Google social logins for your site, you must first create an app in your Google Developers account:

  1. Go to the Google Developers Console.
  2. From the project drop-down, select a project, or create a new one.
  3. In the sidebar under "API Manager", select Credentials.
  4. In the Credentials tab, select the New credentials drop-down list, and choose OAuth client ID.
  5. From the Application type list, choose the Web application.
  6. Enter a name and provide this URL as Authorized redirect URIs:

    https://www.your_install_url_domain.com/index.php/login/endpoint?hauth.done=Google
  7. select Create.
  8. Save it.

Once you have done that, go to your eCommerce Suite's admin page, and click on Design Layout > Layout and Themes > Site Layout.

On the Login tab, enable social logins and enter your Client ID for Google ID and Client Secret for Google Secret

Click Save Changes

A Facebook social login will now show up in your site's login / registration page.


Was this answer helpful?

« Back