Fabriceli commented on issue #1587:
URL:
https://github.com/apache/apisix-ingress-controller/issues/1587#issuecomment-1382743456
@tao12345666333 for the latest version APISIX, it do not support
`openid-connect` plugin as a **auth** plugin, reference APISIX `openid-connect`
plugin code:
```lua
local _M = {
version = 0.2,
priority = 2599,
name = plugin_name,
schema = schema,
}
```
so `openid-connect` plugin is not a auth plugin, it will be return an error
from APISIX consumer:
```sh
{"error_msg":"require one auth plugin"}
```
donc if we want to support the `openid-connect` in ApisixConsumer, we have
to create a new feature in APISIX.
--
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]