nokia / kong-oidc

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

Added authorization_params support #201

Open manufunk opened 3 years ago

manufunk commented 3 years ago

This will fix #200 by the additional table parameter authorization_params which is supported by the base library https://github.com/zmartzone/lua-resty-openidc

Sorry for the many commits but I was struggling with table handling from k8s yaml and used before an array instead of table.