-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request to the redirect_uri_path but there's no session state found #124
Comments
@Chinnuganga, I have no idea of what you are asking. |
This is an error returned by lua-resty-openidc (when it cannot find a session state prior to handling an authorization response from the OpenID Provider) |
Same for me here: zmartzone/lua-resty-openidc#462 |
Did some diggin' and for me, the update of This is working fine:
Then update
After that is broken for me. Versions:
|
So lua-resty-session 3.x works for you, @MaxWinterstein ? |
@bodewig yes. I adjusted my Dockerfile to install exactly the versions
And everything is fine for now. As said, my knowledge about lua and its packing/dependency system is pretty limited, but simply installing 3.x did the job. |
Same for me. If I install simply |
The lua-resty-openidc should pin the dependency to 3.x or update to 4.x. |
It already did so in version 1.7.6-3 |
if someone needs to use the openidc module with session v4, this pull request has the changes to make it work |
Can someone throw some light and try to solve the problem.
The text was updated successfully, but these errors were encountered: