seanleblanc opened a new issue #6260: URL: https://github.com/apache/apisix/issues/6260
### Issue description I'm trying to get JWT authentication/authorization to work for requests coming into a route. It seems the correct plugin for this is openid-auth? A few questions - it seems client_id/client_secret are required for this. If we only intend to look at the bearer token on the authorization header, how are these used? Are there good ways to troubleshoot this? The route works, but when we configure the plugin and then enable it, it fails with a 401 for caller, and the apisix pod log shows openid-connect.lua:268: phase_func(): OIDC introspection failed: response indicates failure, status=401.... ### Environment - apisix version (cmd: `apisix version`): 2.12.0 - OS (cmd: `uname -a`): Linux - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`): openresty/1.19.9.1 -- 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]
