Skip to main content

Customize OAuth authentication

You can set up your own OAuth account for any supported APIs. That will give you control over your usage, permissions asked and add your own branding.
You'll need to create and configure a new OAuth app inside your provider website or developer center.

When you open the OAuth configuration popup, you'll see this popup:

OAuth popup config 1

  1. Add a label to your authentication account to quickly find it later
  2. We provide some help on how to configure OAuth on some APIs
  3. Click on the Get your callback URL to retrieve your own URL you'll have to provide when creating your OAuth app
  4. Paste here your generated Client ID
  5. Paste here your generated Client Secret

OAuth popup config 2

  1. Select all the scopes you'll ask yourself or your end users. That'll define the level of permissions on each OAuth popups. For many APIs, you need to select an offline scope in order to retrieve an OAuth token.
  2. Some APIs need a scope delimiter, like a comma , or an empty space .
  3. PKCE is an advanced security option. Enable it only if the API provider ask you to.
  4. You can customize the way the authentication will be done. By default, the Client Id and Client Secret are send inside the body, but for some APIs, they need to be sent using an HTTP Header (Authorization). Use the second option here to use it.
  5. Some OAuth configuration need advanced parameters. You can define them here.
  6. Once your configuration is done, this button will be accessible and you'll be able to authentication your own account
  7. All authenticated accounts will be list here