cancel
Showing results for 
Search instead for 
Did you mean: 

Requesting access via Strava app brings invalid redirect_uri

cmenschel
Mt. Kenya

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?

1 ACCEPTED SOLUTION

cmenschel
Mt. Kenya

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 

View solution in original post

4 REPLIES 4

zhangjie
Mt. Kenya


 Thank you

cmenschel
Mt. Kenya

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 

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


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

Ready, Get Set, Go!

Welcome to the Community - here is your guide to help you get started!


Know how to use Community


Understand Community Settings