BeyondCorp @ Home: Authentication and authorization proxy with OpenResty

from blog Daenney's blog, | ↗ original
In a previous post I showed you how to set up Gatekeeper as a proxy to enfroce authorization on requests. The problem with Gatekeeper is that it required a lot of additional configuration, an additional proxy hop and is a separate component. What this post will do instead is use the OpenResty build of nginx with the OIDC plugin to avoid all of...