Skip to content

Strava 凭证(Strava credentials)#

你可以使用以下凭据验证以下节点:

🌐 You can use these credentials to authenticate the following nodes:

先决条件(Prerequisites)#

支持的身份验证方法(Supported authentication methods)#

  • OAuth2

有关该服务的更多信息,请参阅Strava 的 API 文档

🌐 Refer to Strava's API documentation for more information about the service.

使用 OAuth2(Using OAuth2)#

要配置此凭据,你需要:

🌐 To configure this credential, you'll need:

使用以下设置配置你的 Strava 应用:

🌐 Use these settings for your Strava app:

  • 在 n8n 中,复制 OAuth 回调 URL。将此 URL 粘贴到你的 Strava 应用的 授权回调域 中。
  • 授权回调域 中移除协议(https://http://)和相对 URL(/oauth2/callback/rest/oauth2-credential/callback)。例如,如果 OAuth 重定向 URL 原本是 https://oauth.n8n.cloud/oauth2/callback,则 授权回调域 将是 oauth.n8n.cloud
  • 从你的应用中复制 Client IDClient Secret,并将它们添加到你的 n8n 凭证中。

有关 Strava 的 OAuth 流程的更多信息,请参阅 Authentication

🌐 Refer to Authentication for more information about Strava's OAuth flow.