mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
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:
parent
e145c642d7
commit
2021cf9e22
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue