monkeyDluffy6017 commented on code in PR #10058:
URL: https://github.com/apache/apisix/pull/10058#discussion_r1300847703
##########
apisix/plugins/openid-connect.lua:
##########
@@ -156,6 +156,10 @@ local schema = {
description = "Comma separated list of hosts that should
not be proxied.",
}
},
+ },
+ authorization_params = {
+ description = "Extra authorization params to the authorize
endpoint",
+ type = "object"
Review Comment:
Could you add test cases for this option?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]