communication: disable Synapse OIDC under MAS

This commit is contained in:
Brad Stein 2025-12-31 16:11:33 -03:00
parent 07ae28e1b1
commit 385df610be

View File

@ -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