Hacker News new | ask | show | jobs
by jeroenhd 1092 days ago
There's an nginx Lua build that can do it on nginx through a Lua module: https://github.com/zmartzone/lua-resty-openidc

Apache is a lot easier to configure, though.

1 comments

Gotcha, I tend to think of openresty as more of an nginx-based-application-platform than just as nginx.