Skip to content

Webhook credentials#

You can use these credentials to authenticate the following nodes:

Prerequisites#

You must use the authentication method required by the app or service you want to query.

Supported authentication methods#

  • Basic auth
  • Header auth
  • JWT auth
  • None

使用基本身份验证#

如果您的应用或服务支持基本身份验证,请使用此通用身份验证。

要配置此凭据,请输入:

  • 您用于访问 HTTP 请求目标应用或服务的用户名
  • 与该用户名对应的密码

使用标头身份验证#

如果您的应用或服务支持标头身份验证,请使用此通用身份验证。

要配置此凭据,请输入:

  • 您需要传递给 HTTP 请求目标应用或服务的标头名称
  • 标头的

了解更多关于 HTTP 标头的信息

Using JWT auth#

JWT Auth is a method of authentication that uses JSON Web Tokens (JWT) to digitally sign data. This authentication method uses the JWT credential and can use either a Passphrase or PEM Key as key type. Refer to JWT credential for more information.