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

Custom workflow for non-standard OAuth2 #11420

Open
qiangxinglin opened this issue Sep 18, 2024 · 0 comments
Open

Custom workflow for non-standard OAuth2 #11420

qiangxinglin opened this issue Sep 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@qiangxinglin
Copy link
Contributor

qiangxinglin commented Sep 18, 2024

Is your feature request related to a problem? Please describe.
For DingTalk, it does not follow the standard OAuth2 protocol.
Specifically, the parameters used to get access_token is send in camelCase rather than snake_case. So currently, I cannot set it up without modifying the source code. Or maybe there exist other solutions?

Describe the solution you'd like
We could add concepts like property / field mapping or request interceptor for the non-standard OAuth2 protocol implementations.

Describe alternatives you've considered
Ory Kratos has something similar.

Additional context
No

@qiangxinglin qiangxinglin added the enhancement New feature or request label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant