|
|
|
@@ -4769,6 +4769,8 @@ matrix_synapse_experimental_features_msc3861_client_secret: "{{ '%s' | format(ma |
|
|
|
matrix_synapse_experimental_features_msc3861_admin_token: "{{ matrix_authentication_service_config_matrix_secret if matrix_authentication_service_enabled else '' }}" |
|
|
|
matrix_synapse_experimental_features_msc3861_account_management_url: "{{ matrix_authentication_service_account_management_url if matrix_authentication_service_enabled else '' }}" |
|
|
|
|
|
|
|
matrix_synapse_experimental_features_msc4108_enabled: "{{ matrix_authentication_service_enabled and not matrix_authentication_service_migration_in_progress }}" |
|
|
|
|
|
|
|
# Disable password authentication when delegating authentication to Matrix Authentication Service. |
|
|
|
# Unless this is done, Synapse fails on startup with: |
|
|
|
# > Error in configuration at 'password_config.enabled': |
|
|
|
|