Skip to main content
Answer

Requesting access via Strava app brings invalid redirect_uri

  • May 30, 2024
  • 5 replies
  • 1118 views

Forum|alt.badge.img+4

The auth request stopped working. I used to work fine for our app. We didn't change anything in the app config or strava config.

This is our url call to start the access request:

strava://oauth/mobile/authorize?redirect_uri=ourAppName://stravaAuth&approval_prompt=auto&client_id=the-client-id&state=ios413&scope=activity:write&response_type=code

 

It opens the Strava app but brings a white screen with the error 

• Invalid redirect URI

Is there anything new we missed on the Strava API?

Best answer by cmenschel

I can answer my own question: 

the redirect uri must be your_app_scheme://<Authorization Callback Domain>

the host must be the Authorization Callback Domain configured in Strava API settings

so something like myapp://myapp 

5 replies

Forum|alt.badge.img+4
  • Author
  • Hub Rookie
  • Answer
  • June 1, 2024

I can answer my own question: 

the redirect uri must be your_app_scheme://<Authorization Callback Domain>

the host must be the Authorization Callback Domain configured in Strava API settings

so something like myapp://myapp 


Forum|alt.badge.img+2
  • Hub Rookie
  • June 11, 2024


 Thank you


Forum|alt.badge.img+2
  • Hub Rookie
  • June 11, 2024


 an error: {"message":"Bad Request","errors":[{"resource":"Application","field":"redirect_uri","code":"invalid"}]}


Forum|alt.badge.img+2
  • Hub Starter
  • June 12, 2024

Is there a way to redirect to a specific page within the app for newly authenticated users? The above method just brings me back to the page I left off from.

Thanks


Forum|alt.badge.img
  • Hub Starter
  • December 9, 2024

Hi guys, for the domain, you can only enter the domain of your site, for example, example.com