kong-plugin-jwt-keycloak
kong-plugin-jwt-keycloak copied to clipboard
A Kong plugin to validate access tokens issued by Keycloak
Hi! Thanks for plugin! I have a need to pass a value from the jwt-token, for example, `sub` and forward it to the target service, for example, as a header....
In `get_request` method in `keycloak_keys.lua` file `luasec` library is used to provide communication over https. According to documentation on https://github.com/brunoos/luasec/wiki page to verify certificate we need to pass extra argument...
Hello @gbbirkisson , I am using your plugin and now I have a requirement to enable both basic-auth and jwt-keycloak plugin for a single service. From the documentation https://docs.konghq.com/1.4.x/auth/#multiple-authentication, I...
Create wiki entry to explain how to use with Nokia plugin.