nokia / kong-oidc

OIDC plugin for Kong
Apache License 2.0
457 stars 324 forks source link

Redirection loop #9

Closed tsyrjanen closed 6 years ago

tsyrjanen commented 6 years ago

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.

tsyrjanen commented 6 years ago

lua-resty-openidc ~> 1.4.0-1

That seems to fix the issue.

hoaivan commented 6 years ago

latest lua-resty-session 2.18 is needed as well. Old version of it causes redirection loop on mine.