OAuth2
Here are all details about configuring Connectors to authenticate with OAuth2
Introduction
Redirect URI
OAuth2 Header
{
"encode": false,
"token_in_header": true,
"content_type": "application/json",
"header_key": "Authorization",
"token_format": "{{token}}",
"token_prefix": "Bearer {{token_format}}"
}Authentication Configuration (Standard)
OAuth2 URLs Explained
Additional Query/Body Parameters
Dynamic base domains
Handling OAuth2 deviations
Deprecated auth_form Fields
Examples
HubSpot - Standard with Scopes
TikTok - Alternative client keys and access token path
Last updated
Was this helpful?