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

###### Environment - lua-resty-openidc version (e.g. 1.7.6) - Keycloak 23.0.7 - OpenResty 1.25.3.1 ###### Expected behaviour I have the following openresty configuration: ##I added these dictionaries based on recommendations from...

question

###### Environment - lua-resty-openidc version: 1.7.6-3 ###### Expected behaviour A 401 response ###### Actual behaviour A 500 response ###### Minimized example Send an invalid token without any space char. Example:...

Hello, I am using client credential grant flow and want to verify incoming tokens completely without connecting to my provider (Microsoft Entra, formerly known as Azure AD). Therefore I went...

When using lua-resty-openidc with Keycloak for OpenID Connect, an issue arises during the logout process if the session has been removed from Redis by OpenResty. Specifically, Keycloak requires an id_token_hint...

Logout with client_id parameter is allowed due to openid specification. When id_token_hint is not specified, client_id can be used instead. This change is a solution for situation when session_token is...

Update your README documentation ###### Environment - lua-resty-openidc version (e.g. 1.7.6) - OpenID Connect provider (e.g. Keycloak, Azure AD) ###### Expected behaviour -- This option is used only if redirect_after_logout_uri...

Hi. While working with lua-resty-openidc, I encountered the "request to the redirect_uri path but there's no session state found" error. I added some logs to the source code and realized...

Right now every single introspection response which has `active` field not set to `true` is just rejected. In situation where there are multiple calls using the same expired/revoked/wrong token response...

Context: I am trying to use Kong + OpenIDC (Custom plugin), based on [nokia/kong-oidc](https://github.com/nokia/kong-oidc) The setup is using docker desktop. I run `luarocks install lua-resty-openidc` while building the custom kong...