Note: This page explains how to provide authentication for data connectors in the Transposit Developer Platform. If you are using Transposit runbooks, you will authenticate your integration in Settings > Integrations and follow the instructions for the specific integration.
Given OAuth settings (i.e. client IDs and secrets), Transposit will automatically handle the OAuth 2.0 authentication flow to procure an access token and refresh as needed. For most data connections that require OAuth, Transposit provides these settings for limited use. For these data connections, no further setup is required for authorization after the connection is added.
If you do not want to use the Transposit-provided OAuth settings, you always have the option to overwrite the configuration with your own custom OAuth settings. A small subset of data connections will require you to provide custom OAuth settings because no feasible Transposit-provided OAuth settings exist for those connections.
To use your own client ID and secret:
https://accounts.transposit.com/oauth/v2/handle-redirect
as a Redirect URI.The following connectors require custom OAuth settings. When you add the connector to your service, you will be prompted to add these settings. Follow the links to create your own developer apps:
Below are links to create developer apps (to generate your own OAuth settings) if you do not want to use the Transposit-provided settings:
transposit.com
as an authorized domain.https://accounts.transposit.com/oauth/v2/handle-redirect
as an authorized redirect URI. If you did not properly set up your authorized domain in your consent screen, you may get an Invalid Redirect
error when adding the key in the Transposit console. If so, follow the link and add transposit.com
to the authorized domains list.If you would like others to use your application, you may need to get it verified by Google.
The scope of a data connector defines what permissions your users will be allowing your app. By default, the range of scopes for each data connector is fairly permissive. You can add or remove scopes for your data connectors as you see fit.