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 81 lua-resty-openidc issues
Sort by recently updated
recently updated
newest added

Thanks for putting together this library. It's very close to getting us across the finish line, but we are running into recurring issues. We are seeing various issues with the...

###### Environment In my case, a host(192.168.2.8) has the following dockers: 1. resty nginx ("resty_version": "1.19.9.1", "Created": "2021-12-03T12:24:51.007868968Z") -p 8081:80 the nginx.conf looks like: /nc --> require("resty.openidc").authenticate(http://192.168.2.8:8080/auth/realms/nginx...,redirect_uri_path = "/ncc") /ncc...

Right now, after a user logs out, I am redirecting them back to the application so they end up back at the login screen. However, if the user has a...

###### Environment - lua-resty-openidc version 1.7.5 - bearer_jwt_verify ###### Expected behaviour The Problem is that https://github.com/zmartzone/lua-resty-openidc/pull/431 was merged but no release was created. ###### Actual behaviour The Problem persists in...

###### Environment - lua-resty-openidc version (e.g. 1.7.5) - OpenID Connect provider (e.g. Keycloak, Azure AD) ###### Expected behaviour When we use `lua-resty-openid`, I find that the following code will be...

Add JWE support that is missing currently, and fix a bug with userinfo

Environment lua-resty-openidc version 1.7.5 OpenID Connect provider with one time refresh token Expected behaviour Refresh by one time refresh_token do not cause problems with parallel requests. Add parameter for set...

###### Environment - lua-resty-openidc version 1.7.4 - Keycloak 14.0.0 - session_storage redis ###### Expected behaviour My use case is that I want to delete a user session from Keycloak Admin...

enhancement

###### Environment - lua-resty-openidc version : 1.7.5 - OpenID Connect provider: Keycloak ###### Actual behaviour For the info, I'm using it on our `ingress-nginx-controller`, with the entire content copied from...

I want to setup SSO for multiple apps that are running behind the nginx. These apps share same client id (from keycloak point of view). It seems that the apps...