From 385df610bef9e8b4e4c0a6c17cfa56de4cd027e7 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 31 Dec 2025 16:11:33 -0300 Subject: [PATCH] communication: disable Synapse OIDC under MAS --- services/communication/synapse-rendered.yaml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/services/communication/synapse-rendered.yaml b/services/communication/synapse-rendered.yaml index 14d0024..8365333 100644 --- a/services/communication/synapse-rendered.yaml +++ b/services/communication/synapse-rendered.yaml @@ -378,26 +378,6 @@ data: "org.matrix.msc4143.rtc_foci": - type: "livekit" livekit_service_url: "https://kit.live.bstein.dev/livekit/jwt" - oidc_enabled: true - oidc_providers: - - allow_existing_users: true - authorization_endpoint: https://sso.bstein.dev/realms/atlas/protocol/openid-connect/auth - client_auth_method: client_secret_post - client_id: synapse - client_secret: "@@OIDC_CLIENT_SECRET@@" - idp_id: keycloak - idp_name: Keycloak - issuer: https://sso.bstein.dev/realms/atlas - scopes: - - openid - - profile - - email - token_endpoint: https://sso.bstein.dev/realms/atlas/protocol/openid-connect/token - user_mapping_provider: - config: - display_name_template: '{{ user.name }}' - localpart_template: '{{ user.preferred_username }}' - userinfo_endpoint: https://sso.bstein.dev/realms/atlas/protocol/openid-connect/userinfo matrix_authentication_service: enabled: true