From 11b8a5ae42ea4501958d34943e12b308f17e3dc8 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Sun, 23 Aug 2020 14:14:52 -0500 Subject: [PATCH] Add OPENID_CONNECT_PROXY env var --- config/oidc.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/oidc.config.js b/config/oidc.config.js index fb87fdf..df3f0f1 100644 --- a/config/oidc.config.js +++ b/config/oidc.config.js @@ -1,6 +1,6 @@ const oidc_config = { provider: { - + proxy: env('OPENID_CONNECT_PROXY', false), } }