Using Auth0 with an OpenResty OIDC Reverse Proxy and Docker

The other day at work I had a prospect asking about a reverse proxy they could set up for a POC. One of the use cases was to protect a legacy application that couldn’t be updated. To make it easy for them I set up a Dockerfile and config for use with OpenResty, connection to Auth0 with OIDC. The following is based on the guidance in this post as well as the lua-resty-openidc docs....

October 28, 2019 · 2 min · Chris Scott