cancel
Showing results for 
Search instead for 
Did you mean: 

Strava authorization callback domain, only allowing top level domain issue

MGhostine
Mt. Kenya

Hello,

I'm trying to integrate Strava with Salesforce, and my issue is that my auth. provider in SF is giving me

Callback URL
https://***********.com/services/authcallback/strava

and as you know strava is only allowing "This field must be just a domain, no slashes or paths". How can i solve this issue?

 

1 ACCEPTED SOLUTION

ActivityFix
Kilimanjaro

The callback domain is just the base domain, so it would be ********.com

When you subscribe to webhooks, you provide the actual callback_url which would be a URL within that domain, e.g. https://***********.com/services/authcallback/strava

View solution in original post

2 REPLIES 2

MGhostine
Mt. Kenya

Thank you so much! I started to config a proxy server to try to resolve the issue this is so much better all love! 

ActivityFix
Kilimanjaro

The callback domain is just the base domain, so it would be ********.com

When you subscribe to webhooks, you provide the actual callback_url which would be a URL within that domain, e.g. https://***********.com/services/authcallback/strava