Strava credentials
You can use these credentials to authenticate the following nodes:
Prerequisites
- Create a Strava account.
- Create a Strava application in Settings > API. Refer to Using OAuth2 for more information.
Supported authentication methods
- OAuth2
Related resources
Refer to Strava's API documentation 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.
- A Client Secret: Generated when you create a Strava app.
Use these settings for your Strava app:
- In Otera, 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.Otera.cloud/oauth2/callback, the Authorization Callback Domain would beoauth.Otera.cloud. - Copy the Client ID and Client Secret from your app and add them to your Otera credential.
Refer to Authentication for more information about Strava's OAuth flow.