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
- 基本身份验证
¥Basic auth
- 标头身份验证
¥Header auth
- JWT 身份验证
¥JWT auth
- 无
¥None
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 凭证。
¥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.