From 4e1fb4b1948a2004b507a3358a31921217c588a0 Mon Sep 17 00:00:00 2001 From: cortex Date: Sun, 24 May 2026 11:36:12 +0100 Subject: [PATCH] mas fix --- init/scripts/config_gen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/scripts/config_gen.sh b/init/scripts/config_gen.sh index 700cc40..6ba4e08 100755 --- a/init/scripts/config_gen.sh +++ b/init/scripts/config_gen.sh @@ -98,7 +98,7 @@ fix_ownership "${VOLUME_PATH}/mas" log_info "Linking Synapse and MAS via OIDC..." -CLIENT_ID="synapse-client" +CLIENT_ID="0000000000000000000SYNAPSE" CLIENT_SECRET=$(openssl rand -hex 32) ADMIN_SECRET=$(openssl rand -hex 32) MATRIX_SECRET=$(openssl rand -hex 32)