nokia / kong-oidc

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

Adjusting stuff to work with cognito #181

Closed ledbruno closed 3 years ago

ledbruno commented 3 years ago

1) Lua resty/oidc need some configurations (redirect uri and scheme)... so we pass this through the shared config 2) Some injected header are too big when working with cognito and useless for our case. Now we can config which headers are injected and sent to the upstream service

This PR should be merged as well, so all things will "work" https://github.com/zmartzone/lua-resty-openidc/pull/363