mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
2.1 KiB
2.1 KiB
| title | description | contentType |
|---|---|---|
| Strava credentials | Documentation for Strava credentials. Use these credentials to authenticate Strava in n8n, a workflow automation platform. | integration |
Strava credentials
You can use these credentials to authenticate the following nodes:
Prerequisites
- Create a Strava{:target=_blank .external-link} account.
- Create a Strava application in Settings > API{:target=_blank .external-link}. Refer to Using OAuth2 for more information.
Supported authentication methods
- OAuth2
Related resources
Refer to Strava's API documentation{:target=_blank .external-link} for more information about the service.
Using OAuth2
To configure this credential, you'll need:
- A Client ID: Generated when you create a Strava app{:target=_blank .external-link}.
- A Client Secret: Generated when you create a Strava app{:target=_blank .external-link}.
Use these settings for your Strava app:
- In n8n, copy the OAuth Callback URL. Paste this URL into your Strava app's Authorization Callback Domain.
- Remove the protocol (
https://orhttp://) and the relative URL (/oauth2/callbackor/rest/oauth2-credential/callback) from the Authorization Callback Domain. For example, if the OAuth Redirect URL was originallyhttps://oauth.n8n.cloud/oauth2/callback, the Authorization Callback Domain would beoauth.n8n.cloud. - Copy the Client ID and Client Secret from your app and add them to your n8n credential.
Refer to Authentication{:target=_blank .external-link} for more information about Strava's OAuth flow.