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 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-01-29 12:20:44 +01:00
parent e145c642d7
commit 2021cf9e22

View file

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