feat: add PKCE support to the openid-connect plugin#7370
feat: add PKCE support to the openid-connect plugin#7370spacewander merged 8 commits intoapache:masterfrom qihaiyan:fix-7052
Conversation
spacewander
left a comment
There was a problem hiding this comment.
Let's refer to:
https://github.com/apache/apisix/blob/master/docs/en/latest/internal/testing-framework.md
https://github.com/zmartzone/lua-resty-openidc/blob/b07330120ffe54dd3fbeac247726b76d0f9dc793/tests/spec/pkce_spec.lua#L21
and write the test for this feature.
|
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