monkeyDluffy6017 commented on code in PR #10058:
URL: https://github.com/apache/apisix/pull/10058#discussion_r1335562412


##########
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:
   You can refer to these test cases: 
https://github.com/apache/apisix/blob/master/t/plugin/openid-connect.t



-- 
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]

Reply via email to