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

oauth2 fix #5691

Merged
merged 3 commits into from
Jan 17, 2023
Merged

oauth2 fix #5691

merged 3 commits into from
Jan 17, 2023

Conversation

jackkav
Copy link
Contributor

@jackkav jackkav commented Jan 17, 2023

changelog(Fixes): Fixed an issue where code challenge and code verify was not properly sent for Authorization Code grant type in OAuth 2.0 and also surfaced Implicit Grant type errors that were only being logged on console

Closes #5670

  • only set code challenge with usePkce
  • show implicit response error params in ui

@jackkav jackkav enabled auto-merge (squash) January 17, 2023 14:12
@jackkav jackkav merged commit 9d1873b into Kong:develop Jan 17, 2023
@jackkav jackkav deleted the fix/oauth2-issues branch January 17, 2023 14:19
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

Successfully merging this pull request may close these issues.

OAuth 2.0 authentication issues after 2022.7.0
2 participants