|
API Key
|
This auth type requires you to specify the params for establishing a connection with the desired service. In the next step, you will have to supply values for these params to perform the integration. For example, if you specify authtoken as param, the next step would be to provide your account's auth token to establish a successful connection.
|
On choosing API Key as authentication type, you need to provide values to the following fields:
-
Actual Parameter:
Name of the key (as specified in the API documentation of the desired service) against which the parameter needs to be sent
-
Parameter Display Name:
Display name for the parameter. This name will be prompted when you authenticate a connection.
-
Param Type:
This decides how the authentication parameters will be sent along with the URLs specified in the invoke URL scripts. Supported param types: Query string, Form Data, and Header
Note:
-
You can add as many parameters as required.
-
Parameter could be any type of key that is required for authentication. Example: api-key, user-key, authtoken, apitoken, etc.
|
|
OAuth 1
|
This auth type requires you to specify the required parameters to perform an OAuth 1 authentication.
|
On choosing OAuth 1 as authentication Type, you need to provide values to the following fields:
-
Consumer Key:
Consumer key that is issued by the service provider
-
Consumer Secret:
Your consumer secret to authorize your application
-
Request Token URL:
URL to fetch the request token as specified in the API documentation of the desired service
-
Authorize URL:
Authorize URL as specified in the API documentation of the desired service
-
Access Token URL:
URL to fetch the access token as specified in the API documentation of the desired service
-
Param Type:
This decides how the authentication parameters will be sent along with the URLs specified in the invoke URL scripts. Supported param types: Query string, Form Data, and Header
|
|
OAuth 2
|
This auth type requires you to specify the required parameters to perform an OAuth 2 authentication.
|
On choosing OAuth 2 as authentication Type, you need to provide values to the following fields:
-
Grant type:
Grant type that the desired service uses to perform authorization. You can choose from the supported grant types: Authorization code and client credentials
-
Client Id:
Client ID that is issued by the service provider
-
Client Secret:
Your client secret to authorize your application
-
Authorize URL:
Authorize URL as specified in the API documentation of the desired service
-
Access Token URL:
URL to fetch the access token as specified in the API documentation of the desired service
-
Refresh Token URL:
URL to fetch the request token as specified in the API documentation of the desired service
-
Param Type:
This decides how the authentication parameters will be sent along with the URLs specified in the invoke URL scripts. Supported param types: Query string, and Header.
Note:
When registering a Zoho client in the required service's developer console, the callback URL needs to be:
|