Skip to content

Webhook 凭据(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)#

  • 基本身份验证
  • 标头身份验证
  • JWT 身份验证

Using basic auth#

Use this generic authentication if your app or service supports basic authentication.

To configure this credential, enter:

  • The Username you use to access the app or service your HTTP Request is targeting
  • The Password that goes with that username

Using header auth#

Use this generic authentication if your app or service supports header authentication.

To configure this credential, enter:

  • The header Name you need to pass to the app or service your HTTP request is targeting
  • The Value for the header

Read more about HTTP headers

使用 JWT 身份验证(Using JWT auth)#

JWT 认证 是一种使用 JSON Web Tokens (JWT) 对数据进行数字签名的认证方法。该认证方法使用 JWT 凭证,并且可以使用 密码短语PEM 密钥 作为密钥类型。更多信息请参阅 JWT 凭证