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

OAuth 2.0 Authorization Code flow with PKCE not working correct #46

Open
LucaFilitz opened this issue Jul 15, 2021 · 0 comments
Open

OAuth 2.0 Authorization Code flow with PKCE not working correct #46

LucaFilitz opened this issue Jul 15, 2021 · 0 comments

Comments

@LucaFilitz
Copy link

Hello,
I just implemented an OAuth 2.0 Authorization Code flow to log in users to their solid pod. While doing this, I registered my client at solidcommunity.net. Then, while implementing, I noticed that the PKCE plugin for the Auth Code flow is not working correctly.
When you request the auth code and pass on the challenge, everything is fine. You get the code. But when you try to get an access token from the code, it works without the verifier. Basically you pass the challenge for no reason.
Am I doing something wrong here? Is this excpected behavior?

Kind regards
Luca

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant