# Set up OAuth2 credentials for your platform

A lot of modern APIs rely on the OAuth2 protocol for authorization, as an industry-standard. It allows a client to easily authenticate and authorize access to target resources. You may not be familiar with the term, but you actually run through the OAuth2 protocol when you login to some of your apps and authorize access to your data via this kind of popup:

<figure><img src="/files/VX9RbDBHCdkr8VjGjlEn" alt="GS_Redirection"><figcaption><p>GS_Redirection</p></figcaption></figure>

In Toucan Toco, as an administrator you can easily setup OAuth2 credentials for your platform. Once setup, any App Builder on your platform will be able to create a connection to Google Sheets in just a couple of clicks!

Let’s see how this works!

From the app store, click on the “Admin area” button, and then click on the “Credentials” button:

<figure><img src="/files/3FYn5RiVnzkpfamJzetX" alt="credentials-button"><figcaption><p>credentials-button</p></figcaption></figure>

You will land on a interface listing connectors for which you can add credentials. When no credentials have been filled for a given connector, the status will appear as “Not configured”, in red. To set new OAuth2 credentials, click on the configure button:

<figure><img src="/files/dZMxgARVGcTRzcyqk2FJ" alt="credentials-platform-interface"><figcaption><p>credentials-platform-interface</p></figcaption></figure>

Now you can enter the client ID and client secret of your OAuth2 app (that you will get by contacting your data provider, or sometimes by following an online procedure like in the Google console):

<figure><img src="/files/NqezQhugnfAH2ds2ygR8" alt="creds-example"><figcaption><p>creds-example</p></figcaption></figure>

You’re all set!! Now your OAuth2 connectors are ready to be used in all the apps of your platform, with a super easy setup for any app builder!

Below is the list of current Toucan connectors that rely on the OAuth2 protocol for authorization:

* Aircall
* Google Sheets
* Github
* Salesforce
* LinkedinAds
* Google Adwords


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-v3.toucantoco.com/data-management-in-datahub/datasources-in-toucan/managing-connectors/set-up-oauth2-credentials-for-your-platform.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
