nokia / kong-oidc

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

discovery cache #119

Open travisghansen opened 5 years ago

travisghansen commented 5 years ago

In my experience if the openid service goes down the request fails immediately. Based on the statement here: https://github.com/zmartzone/lua-resty-openidc#lua-resty-openidc

It supports server-wide caching of resolved Discovery documents and validated Access Tokens.

I assumed traffic would continue to flow for already authenticated clients without issue. Have I got something misconfigured?