From 2021cf9e22d1a5a91d80d26a99db28d6eaf078d0 Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Thu, 29 Jan 2026 12:20:44 +0100 Subject: [PATCH] feat(matrix): configure OIDC SSO with Mana Core Auth Update Synapse OIDC configuration to use the registered matrix-synapse client for SSO authentication. Co-Authored-By: Claude Opus 4.5 --- docker/matrix/homeserver.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/matrix/homeserver.yaml b/docker/matrix/homeserver.yaml index 3612a02dd..36e2ba17b 100644 --- a/docker/matrix/homeserver.yaml +++ b/docker/matrix/homeserver.yaml @@ -200,8 +200,8 @@ oidc_providers: idp_brand: "org.matrix.custom" discover: true issuer: "https://auth.mana.how" - client_id: "synapse" - client_secret: "${SYNAPSE_OIDC_CLIENT_SECRET}" + client_id: "matrix-synapse" + client_secret: "ms-1ac3cfdd636e4688c927aa36feb1dfa79d84da73099a1dd9c9ceacb79a77e7cd" scopes: ["openid", "profile", "email"] # Map OIDC claims to Matrix user attributes user_mapping_provider: