Last updated
Was this helpful?
Last updated
Was this helpful?
Step 1 - Configure Google API Console
Go to https://console.developers.google.com/ and sign up/log in.
Click on Select Project to create a new Google Apps Project, you will see a popup with the list of all your projects.
You can click on the New Project button to create a New project.
Enter your Project name under the Project Name field and click on Create.
Go to Navigation Menu -> APIs -> Services -> Credentials.
Click the Create Credentials button and select OAuth Client ID from the options provided.
In case you are facing some warning saying that in order to create an OAuth Client ID, you must set a product name on the consent screen (as shown in the below image). Click on the Configure consent screen button.
Choose how you want to configure and register your app and click on Create button.
Enter the required details such as App Name, and User Support Email. and click on the Save and Continue buttons.
Now for configuring scopes, click on Add or Remove the Scopes button.
Now, Select the Scopes to allow your project to access specific types of private user data from their Google Account and click on the Update button.
Go to the Credentials tab and click on Create Credentials button. Select Web Application from the dropdown list to create a new application.
Enter the name you want for your Client ID under the Name field and enter the Authorized Redirect URIs field and click on Create button.
You will see a popup with the Client ID and Client Secret, Copy your Client ID and Client Secret and save it.
Step 2 - Configure Google Details in CloudIO
Login to CloudIO and navigate to the settings tab.
Select the OAUTH Auth provider and complete the following details.