lua-resty-openidc icon indicating copy to clipboard operation
lua-resty-openidc copied to clipboard

OpenID Connect Relying Party and OAuth 2.0 Resource Server implementation in Lua for NGINX / OpenResty

Results 96 lua-resty-openidc issues
Sort by recently updated
recently updated
newest added

###### Environment - lua-resty-openidc=1.7.5 - OIDC Connect Provider = Keycloak ###### New Feature Detail Currently, the way the module get's it's OIDC URLs, is from the discovery URL. Which in...

Hi! I've found security issue reported in one of dependencies "cdbattags/lua-resty-jwt" (https://github.com/cdbattags/lua-resty-jwt/issues/61) Just to make sure: is "zmartzone/lua-resty-openidc" is also affected ? Greetings

Say for a particular path MFA should be required. For example if the location is /basic just authentication with username + password is enough but if a user accessed a...

question

Hi, I am trying to make openresty authenticate with keycloak (v 21.1.1), but it is not working. The errors I get: `authenticate(): request to the redirect_uri path but there's no...

installed on debian as follows: apt-get install -t testing libnginx-mod-http-lua lua{-{cjson,resty-core},rocks} luarocks install lua-resty-openidc

I've found this nice PR where the author of `lua-resty-session` bumps the usage of the library to v4. https://github.com/Kong/kong/pull/10199/files We've had our fair share of problems with cookies in the...

enhancement

Hi! I´m currently trying to set up Openresty as reverse proxy with Keycloak as IdP in Kubernetes. Accessing the proxied service works as expected and I also can logout from...

question

###### Environment - lua-resty-openidc version 1.7.6 - Keycloak - Kong DBless with a fork of https://github.com/nokia/kong-oidc plugin ###### Expected behaviour The Setup works fine in kong with db, the login...

###### Environment - lua-resty-openidc version 1.7.6-3 ###### Actual behaviour When verifying JWT tokens, if the kid of the JWT is not found in the cached JWKS, it re-downloads the JWKS...

###### Environment - lua-resty-openidc version (e.g. 1.7.5) ###### Expected behaviour Be able to install openidc 1.7.6 ###### Actual behaviour ``` root@ip-10-228-14-194:/usr/local/openresty/site/lualib/resty# opm install zmartzone/lua-resty-openidc Package lua-resty-openidc-1.7.5 already installed. root@ip-10-228-14-194:/usr/local/openresty/site/lualib/resty# opm...