-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat: add PKCE support to the openid-connect plugin #7370
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need more test cases to show the effect of |
why this error occurs when i run the openid-connect.t unit test, how to resolve it? @spacewander |
hi @qihaiyan ,pls merge master branch to your develop branch and fix resolve conflics. |
I am glad to see your question has been answered in #7052. |
TEST 30 and TEST 31 are added to ut. @spacewander @soulbird |
Description
As a User, I want to be able to use oAuth2 with PKCE
Fixes #7052
Checklist