John Daniels
John Daniels
What I got to work was adding ssl_verify=no to the code and building it myself. []# cat nginx/lua/auth.lua local opts = { redirect_uri_path = os.getenv("OID_REDIRECT_PATH") or "/redirect_uri", discovery = os.getenv("OID_DISCOVERY"),...
This happened to me because I hadn't set these: OID_SESSION_SECRET OID_SESSION_CHECK_SSI OID_SESSION_NAME after setting them, it works.
+1 on this, our users see the timeout and think something is wrong with the system, not that resources are unavailable. Based on the linked PR, looks like this is...