We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When auto-login is enabled, I encounter numerous failed PKCE authorizations; however, PECK works fine when auto-login disabled.
Why is codeChallenge being ignored here static_filter.go#L62? Won't this lead to failed PKCE authorization?
codeChallenge
The text was updated successfully, but these errors were encountered:
@tangyang9464 @JalinWang @imp2002
Sorry, something went wrong.
fix: Auto-login causing AuthCodeWithPKCE Failures casdoor#2910
17774c5
hsluoyz
Successfully merging a pull request may close this issue.
When auto-login is enabled, I encounter numerous failed PKCE authorizations; however, PECK works fine when auto-login disabled.
Why is
codeChallenge
being ignored here static_filter.go#L62? Won't this lead to failed PKCE authorization?The text was updated successfully, but these errors were encountered: