nokia / kong-oidc

OIDC plugin for Kong
Apache License 2.0
454 stars 320 forks source link

Access Error Reporting after Single Sign-in #91

Open shangpingjian opened 5 years ago

shangpingjian commented 5 years ago

{"message":"An unexpected error occurred"}

kong/error.log: [error] 27564#0: *5191 lua coroutine: runtime error: /usr/local/openresty/lualib/resty/core/var.lua:114: variable "session_secret" not found for writing; maybe it is a built-in variable that is not changeable or you forgot to use "set $session_secret '';" in the config file to define it first

Trojan295 commented 5 years ago

Have you set the config.session_secret parameter?