-
Notifications
You must be signed in to change notification settings - Fork 335
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
Redirection loop #9
Comments
phirvone
added a commit
that referenced
this issue
Sep 9, 2017
…and Redirection loop #9: switched to lua-resty-openidc 1.4.0-1.
phirvone
added a commit
that referenced
this issue
Sep 9, 2017
…sty-openidc Fixes issues: Redirection loop #9 and
lua-resty-openidc ~> 1.4.0-1 That seems to fix the issue. |
latest lua-resty-session 2.18 is needed as well. Old version of it causes redirection loop on mine. |
thspinto
pushed a commit
to thspinto/kong-oidc
that referenced
this issue
Feb 16, 2021
hotfix: Fixing critical bug with bearer token user injection use case.
PeeraJ
pushed a commit
to appman-agm/kong-oidc
that referenced
this issue
Jul 12, 2022
Add scope validation for jwt tokens
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In kong-oidc-1.0.1-0.rockspec there is
dependencies = {
"lua-resty-openidc ~> 1.2.3-1"
}
that brings too old version, 1.2.1 of openidc.lua
That might cause redirection loop.
The text was updated successfully, but these errors were encountered: