communication: disable Synapse OIDC under MAS
This commit is contained in:
parent
07ae28e1b1
commit
385df610be
@ -378,26 +378,6 @@ data:
|
|||||||
"org.matrix.msc4143.rtc_foci":
|
"org.matrix.msc4143.rtc_foci":
|
||||||
- type: "livekit"
|
- type: "livekit"
|
||||||
livekit_service_url: "https://kit.live.bstein.dev/livekit/jwt"
|
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:
|
matrix_authentication_service:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user