From 2d38f97b17a79503d83dbda007f203572c64ec43 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Mon, 27 Jan 2025 10:49:51 +0100 Subject: [PATCH] solved protocol bug --- roles/docker-bigbluebutton/templates/env.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/docker-bigbluebutton/templates/env.j2 b/roles/docker-bigbluebutton/templates/env.j2 index c33ee83c..e66cee50 100644 --- a/roles/docker-bigbluebutton/templates/env.j2 +++ b/roles/docker-bigbluebutton/templates/env.j2 @@ -287,4 +287,4 @@ DEFAULT_REGISTRATION=invite OPENID_CONNECT_CLIENT_ID={{oauth2_proxy_client_id}} OPENID_CONNECT_CLIENT_SECRET={{oauth2_proxy_client_secret}} OPENID_CONNECT_ISSUER={{oauth2_proxy_oidc_issuer_url}} -OPENID_CONNECT_REDIRECT={{domain}} +OPENID_CONNECT_REDIRECT=https://{{domain}}