Skip to main content
Question

oauth2, well-known implementation

  • June 16, 2024
  • 2 replies
  • 108 views

Forum|alt.badge.img+1

Has strava implemented a well-known for oauth2?

2 replies

Forum|alt.badge.img+22
  • Community Manager
  • July 12, 2024

Hi there - you can read about our authentication here


Forum|alt.badge.img+1
  • Hub Rookie
  • November 23, 2024

I’ve never come across one. You have to hard-code the url’s.

 

auth_uri = "https://www.strava.com/oauth/authorize"

token_uri = "https://www.strava.com/oauth/token"

revoke_uri = "https://www.strava.com/oauth/revoke"