kong-oidc icon indicating copy to clipboard operation
kong-oidc copied to clipboard

OIDC plugin for Kong

Results 14 kong-oidc issues
Sort by recently updated
recently updated
newest added

From what I see here in handler.lua, it's possible to pass multiple scopes to the plugin configuration and asks it to validate if the returned token has these scopes, is...

RUN git clone https://github.com/revomatico/kong-oidc.git WORKDIR /kong-oidc RUN luarocks make #9 0.592 #9 0.592 Error: Expected filename in format 'name-version-revision.rockspec'. executor failed running [/bin/sh -c luarocks make]: exit code: 1 ERROR:...

What is the default session timeout for this plugin and is there any way to change it as I don't see any setting for that?

How can I install kong-oidc in kong 3.x.x this is my error `stack traceback: [C]: in function 'error' /usr/local/share/lua/5.1/kong/tools/utils.lua:701: in function 'load_module_if_exists' /usr/local/share/lua/5.1/kong/db/dao/plugins.lua:154: in function 'load_plugin_handler' /usr/local/share/lua/5.1/kong/db/dao/plugins.lua:260: in function 'load_plugin'...

I am trying to use your plugin to connect keycloak 19.0.2 with kong 3.0.0, but the introspection step seems not to be working properly as Kong always returns when I...

i only get session cookie in my app i dont get x-userinfo and x-access-token and that the oicd config ``` { "next": null, "data": [ { "id": "ebff355a-ecdc-41b3-a240-d42f08a3b6c2", "protocols": [...

I set up an environment with keycloak, kong and a microservice. I'm using Insomnia to test the endpoints, I've already configured OAuth2 and generated an Access Token and Refresh Token....

Hi. We are experiencing a strange issue with this plugin. As long as we have enabled cloudflare proxy & load-balancers things are working fine. As soon as we disable it...

This PR add support for Kong Vault secrets as environment variables. https://docs.konghq.com/gateway/latest/kong-enterprise/secrets-management/ Example usage on Kong deployed with Helm chart. Helm chart values: ```yaml customEnv: oidc_quicksign_sso_client_id: "client_id" oidc_quicksign_sso_client_secret: "client_secret" ```...

Hello everyone! I recently enable a service behind kong-oidc that is dependent on a [X-Forwarded-Proto Header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Proto), but it misbehaved since it was always receiving X-Forwarded-Proto set to HTTP even though...