Google integration

From TITAN Wiki
Jump to: navigation, search
Googlelogo.png

Google integration allows you to use Google Login on your website.

Setup instructions

Follow the instructions below to complete your Google integration:

1. Go to Google Developer Console - https://console.developers.google.com/ and create new project.

2. Make sure that you have selected just created project.

3. Go to Credentials page.

4. Choose OAuth consent screen tab, and set Application Name and in Authorised domains add your domain. Save settings

5. Go back to Credentials tab and Create OAuth client ID Credentials

6. Choose Web application, set name, and add in Authorised redirect URIs this url: http://www.your_domain/Handlers/Utils/GoogleOAuth.ashx (e.g. http://demo.usetitan.com/Handlers/Utils/GoogleOAuth.ashx)

7. Create credentials and copy Client ID and client secret to Admin Panel -> CPA/GPT -> Google reviews -> Settings tab