Copy of Google Social Login Setup
Creating a Google OAuth Internal App
Go to the Google API Console (console.developers.google.com) and login using your Google account.
If this is the first time that you're visiting this site, you will be asked to agree to the Terms of Service.
In the upper left hand corner of the screen click Select a project and then CREATE PROJECT as shown in the screen below:

Enter a Project name and then click the CREATE button as shown in the screen below:

Next, from the APIs & Services Section, click on the OAuth consent screen from the left-hand menu. You may need to click "Get started" Then select either Internal or External to define your target user scope. Once selected, click the CREATE button.


Click "Get started"

Walk through the form providing a name, contact email, etc. You will be making an Internal App so only your internal users can log in.
Now within APIs & Services, click Credentials, then + Create Credentials from the menu at the top, and select + Create Client, as shown below:

When creating the OAuth Client you will need to use the following value:
Authorized JavaScript origins: https://login.turngate.io
Authorized redirect URIs: https://login.turngate.io/provider/continue

Click Create, which will return you to the Clients list page where you can select the client and get to the detailed view of the Client you just created.

You will need to provide us with the Client ID and Client Secret in order to configure this for login.
Reach out to [email protected] to get the form to securely submit this data.
Last updated

