Return to ContentsAdministration & Setup Tools

Google OAuth Setup

To enable users to sign up or sign in through their Google account, set up your Oauth by visiting: https://console.developers.google.com.

Next, create a new project.

Screen_Shot_2022-08-05_at_12.33.51_PM.png

Next, you will create an OAuth consent screen. Our application does NOT require any personal information from Google so you will not have to verify your account. 

CHOOSE "EXTERNAL" and then click the CREATE button.

Screen_Shot_2022-11-13_at_8.26.32_AM.png

Next, complete the information screen.

Screen_Shot_2022-11-13_at_8.40.03_AM.png

For your PRIVACY POLICY and TERMS OF SERVICE link, go to the HELP section of your site and find each article. Copy the URL and simply paste it in. You have control over the help area of your site and, in turn, the policies you publish there.

You may SKIP the next two screens and RETURN TO THE DASHBOARD. Click CREDENTIALS on the left and select "Create Credentials > OAuth client ID" from the menu.

Screen_Shot_2022-11-13_at_8.44.22_AM.png

When prompted, choose:

  • Web application as the Application type.
  • Your site name as the name.
  • Enter your site URL under "Authorized JavaScript origins" you must use "https://domainname.xxx" and may optionally add another with "https://www.domainname.xxx"
Screen_Shot_2022-08-05_at_12.04.46_PM.png

Simply copy your client ID and secret from the pop-up panel.

2022-11-13_08-51-16.png

Return to the OwnTheCrowd admin area and enter the INTEGRATIONS area and paste in the keys.

2022-08-05_12-22-52.png

Return to Contents