Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Strava OAuth2 provider #37839

Closed
sberyozkin opened this issue Dec 19, 2023 · 2 comments · Fixed by #37850
Closed

Support Strava OAuth2 provider #37839

sberyozkin opened this issue Dec 19, 2023 · 2 comments · Fixed by #37850
Labels
area/oidc kind/enhancement New feature or request
Milestone

Comments

@sberyozkin
Copy link
Member

Description

Strava offers a very comprehensive OAuth2 support, https://developers.strava.com/docs/authentication/, and one of the most well known social providers for athletes, Quarkus should offer a simple out of the box support like it does for other well known providers

Implementation ideas

No response

Copy link

quarkus-bot bot commented Dec 19, 2023

/cc @pedroigor (bearer-token,oidc)

@sberyozkin
Copy link
Member Author

Hey @gastaldi, this is not as simple unfortunately as I hoped it would be as they use a rare mechanism to pass client id and secret as query parameters, I've seen some old OAuth2 providers doing it, this is the first one I'm trying to get supported :-).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/oidc kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant