Watch a video tutorial on how you can setup Google Login.
- Go to Google Developers Console page.
- Make sure to login to your Google account.
- Create a new project and select it.
- Go to OAuth consent screen menu item on the left.
- Select the User Type as External and click Create.
- Fill out your app details in there, save and continue.
- Make sure to add the userinfo.email & userinfo.profile scopes, save and continue.
- Finish the last remaining steps.
- Go to Credentials menu item on the left.
- Create new OAuth client ID credentials.
- Select the Web application type.
- In the Authorized redirect URIs field, add your website’s URL in this format:
https://yourdomain.com/login/google
(replaceyourdomain.com
with your own domain name). - Create the credentials.
- Copy the Client ID and Client Secret.
- Go to your website installation Admin Panel -> Website Settings -> Google Login Tab and fill in the copied keys.
- Make sure to Enable Google Login and Submit the new settings.
- Future configuration & review of the created Google app is fully up to you from now on.