shreemaan-abhishek commented on code in PR #11403:
URL: https://github.com/apache/apisix/pull/11403#discussion_r1678975757
##########
apisix/plugins/cas-auth.lua:
##########
@@ -49,6 +49,8 @@ local _M = {
}
function _M.check_schema(conf)
+ local check = {"idp_uri"}
Review Comment:
cas_callback_uri and logout_uri are in the form of "/foo/bar" so we don't
need to check them.
--
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]