| No authentication | No authentication means no verification information is required, and the API can be called directly. Typically used to access public APIs. |
| Basic authentication | Basic authentication relies on the Authorization request header of an HTTP request. The header contains the credential the server uses to verify the identity of the user agent. • Format: Authorization: Basic <ciphertext>. For example, add Authorization: Basic YWxhZGRpbjpvcGVuc2VzYW1l to the header, which is the Base64-encoded account and password. You only need to configure the prompt labels for the account and password so that users know what to enter when registering the authentication information. For example: • username label • password label |
| API key | Refers to the APIKey authentication method. The APIKey remains valid for a long period (keep it safe). The visitor creates a secret key in the target system, and developers can then use this credential to call public APIs that support this authentication type. • Parameter label: shown as a prompt when configuring authentication information. • Parameter name: the name of the apiKey required by the system. • Parameter location: choose to attach the authentication information to the query parameter or the header, based on the requirements of the target system. |
| Alibaba Cloud API Gateway | After the connector is created, add an authentication template. Once the App Code is entered in the template, you can call the corresponding Alibaba Cloud APIs. For more information, see Call an API by using App Code authentication. |
| DingTalk Open Platform authentication | After the connector is created, add an authentication template. Once App Key and App Secret are entered in the template, you can call DingTalk Open Platform APIs (including some YiDA APIs). After the authentication template is added, YiDA automatically generates the authentication parameter access_token and adds it to the x-acs-dingtalk-access-token parameter in the Header during the request. You do not need to generate it again. For more information, see DingTalk app development process. |
| DingTalk Zero Trust Gateway | For information about how to use the DingTalk Zero Trust Gateway, see DingTalk Open Platform - Zero Trust Gateway authentication. |