-
Notifications
You must be signed in to change notification settings - Fork 14
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 PKCE in the authorization code flow #79
Comments
I'll look into it, but will likely not have the time this month anymore. If you have a suggestion, feel free to open a PR to get it in earlier. Thanks for opening the issue, |
thanks @busykoala, I have a WIP prototype on this branch https://github.com/francbartoli/fastapi-opa/tree/feature/support-pkce. |
The implementation looks great. I have a few little things that I saw, that I'm not fully happy with but might not be a great deal.
I hope the remarks make sense to you, and thank you very much for taking part in this project! |
@busykoala thanks for having a prompt look! For sure it needs some more love and your points make absolutely sense. So in order:
I'll come up with the above improvements as soon as possible |
Is your feature request related to a problem? Please describe.
The current authorization flow for OIDC doesn't support PKCE
Describe the solution you'd like
I'd like to have the capability to configure PKCE in the OIDC configuration class
Describe alternatives you've considered
Use other packages or the native
authlib
Additional context
NA
The text was updated successfully, but these errors were encountered: