Locoia Connectors
  • Getting Started
  • Base Connector Setup
    • Connector Auth Validation
    • Search Automation
    • Pagination Automation
    • GraphQL APIs
    • Rendering with User Input
  • Authentication Types
    • OAuth2
    • OAuth1
    • Refreshable token
    • AWS Signature
    • Username and password - WIP
    • Basic Auth (and all others)
  • Connector Actions
    • Super Actions
  • Automatic Webhooks
  • Working with SOAP Web Services / APIs
Powered by GitBook
On this page

Authentication Types

Allowed variables

For all authentication types the following variables can be used:

  • access_key

  • account_id

  • api_endpoint

  • api_version

  • auth_details

  • auth_token

  • authorization_request_url

  • client_id

  • client_secret

  • domain

  • encoding

  • environment

  • grant_type

  • integration_code

  • key

  • password

  • port

  • private_ssh_key

  • protocol

  • refresh_request_url

  • region

  • scope

  • secret

  • secret_key

  • slug

  • subdomain

  • system_id

  • username

All Authentications allow to immediately test the endpoint after entering credentials. Just add the test_endpoint in the root of the authentication configuration:

{
    "test_endpoint": "contacts",
    ...
}
PreviousRendering with User InputNextOAuth2

Last updated 1 month ago

OAuth2
OAuth1
Username and password - WIP
Basic Auth (and all others)
AWS Signature
Refreshable token