nokia / kong-oidc

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

upgrade lua-resty-openidc #40

Closed zhangyuan closed 6 years ago

zhangyuan commented 6 years ago

The latest lua-resty-openidc is 1.5.3, while the kong-oidc depends on "lua-resty-openidc ~> 1.4.0-1".

Several issues have been fixed since then. For example allow optional SSL verification https://github.com/zmartzone/lua-resty-openidc/issues/125

Can you please upgrade that? Thanks.

BTW, I'm using Okta as OIDC provider.

ror6ax commented 6 years ago

Hi, thanks for reporting that. We are looking into updating it soon!

Trojan295 commented 6 years ago

PR #41 merged. @zhangyuan thanks!