nokia / kong-oidc

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

renew_access_token_on_expiry from lua-resty-oidc not available #194

Open Gabbou52 opened 3 years ago

Gabbou52 commented 3 years ago

Hi,

Configuring the pluggin in a declarative file, I'm trying to set renew_access_token_on_expiry. However, logs tells me the config name is unknown while I can see it's present on lua-resty-oidc. Does your pluggin truly hide that config or I'm missing something?

Thanks