Generic OAuth2
Generic OAuth2 credential for custom integrations.
Fields
| Field | Description | Required |
|---|---|---|
| Client ID | OAuth2 Client ID | Yes |
| Client Secret | OAuth2 Client Secret | Yes |
| Authorization URL | OAuth2 authorization endpoint | Yes |
| Token URL | OAuth2 token endpoint | Yes |
| Scopes | Space-separated OAuth2 scopes | No |
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