Skip to content
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

Closed
tsyrjanen opened this issue Sep 8, 2017 · 2 comments
Closed

Redirection loop #9

tsyrjanen opened this issue Sep 8, 2017 · 2 comments

Comments

@tsyrjanen
Copy link
Collaborator

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.

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
@tsyrjanen
Copy link
Collaborator Author

lua-resty-openidc ~> 1.4.0-1

That seems to fix the issue.

@hoaivan
Copy link

hoaivan commented Sep 11, 2017

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants