|
|
@ -96,7 +96,7 @@ synapse_app_name: Matrix |
|
|
|
# Log level |
|
|
|
# Log level |
|
|
|
synapse_log_level: ERROR |
|
|
|
synapse_log_level: ERROR |
|
|
|
|
|
|
|
|
|
|
|
# Can be internal, ldap or rest |
|
|
|
# Can be internal, ldap, rest or oidc |
|
|
|
synapse_auth: internal |
|
|
|
synapse_auth: internal |
|
|
|
|
|
|
|
|
|
|
|
# If auth is ldap |
|
|
|
# If auth is ldap |
|
|
@ -111,3 +111,10 @@ synapse_ldap_filter: (objectClass=posixAccount) |
|
|
|
# if auth is rest |
|
|
|
# if auth is rest |
|
|
|
synapse_auth_rest_uri: http://localhost:8083 |
|
|
|
synapse_auth_rest_uri: http://localhost:8083 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# if auth is oidc |
|
|
|
|
|
|
|
synapse_oidc_server: https://sso.domain.com |
|
|
|
|
|
|
|
synapse_oidc_client: matric |
|
|
|
|
|
|
|
synapse_oidc_secret: XXXXX |
|
|
|
|
|
|
|
# Jinja2 template to for the local part of the MXID. |
|
|
|
|
|
|
|
synapse_oidc_localpart: "{{ '\"{{ user.sub }}\"' }}" |
|
|
|
|
|
|
|
synapse_oidc_display_name: "{{ '\"{{ user.name }}\"' }}" |
|
|
|