Generic OAuth2

Generic OAuth2 credential for custom integrations.

Fields

FieldDescriptionRequired
Client IDOAuth2 Client IDYes
Client SecretOAuth2 Client SecretYes
Authorization URLOAuth2 authorization endpointYes
Token URLOAuth2 token endpointYes
ScopesSpace-separated OAuth2 scopesNo

Setup Steps

  • Step 1: Get the OAuth2 client credentials (Client ID and Client Secret) from your provider
  • Step 2: In Falcon Builder, go to Dashboard → Credentials → Add Credential
  • Step 3: Select OAuth2 as the credential type
  • Step 4: Enter your Client ID, Client Secret, Authorization URL, Token URL, and required scopes
  • Step 5: Click Authorize to complete the OAuth2 authorization flow