remicres opened a new issue, #8150: URL: https://github.com/apache/apisix/issues/8150
### Description Hi, Following the documentation, I have successfully use Apisix with a keycloak instance (https://apisix.apache.org/docs/apisix/plugins/openid-connect/) with bearer only. I used the docker image in standalone mode. The token is passed to Apisix in the headers, apisix asks keycloak if its valid, and gives the defined route if okay. It works fine. I am wondering if Apisix could do the same thing, with the bearer in the plain incoming URL instead of inside the `Authorization: Bearer XxxXX` header? (I mean `https://some-domain.com/some-path/mything.json?access_token=XxxXX`) Many thanks ### Environment - APISIX version (run `apisix version`): - Operating system (run `uname -a`): - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- 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]
