lemonrains
lemonrains
I'm also get the similar error after upgrade to 2.14.0, and get normal if I downgrade the version to 2.13.1. I got the error of the route which enabled plugin...
> > I got the error of the route which enabled plugin openid-connect(base on keycloak) . And it always redirect to uri `/auth`. > > Such as xxxx.xx.com/auth > >...
> I had the same problem. https://github.com/zmartzone/lua-resty-openidc/blob/v1.7.2/lib/resty/openidc.lua Line 1361 `local session, session_error = r_session.start(session_opts)` https://github.com/bungle/lua-resty-session/blob/v2.24/lib/resty/session.lua Line 320 `return self, present` session_error receives the value of present,session is not initialized present...
Refer the following link, I solved my problem. https://stackoverflow.com/questions/49338403/openidc-with-keycloak-error-uthenticate-request-to-the-redirect-uri-path-but >Your redirect URI must not be set to "/" but to some arbitrary path that is not supposed to return content...
same error occurred . Does this feature supported?