make QR login work

This commit is contained in:
Matthew Hodgson
2024-11-09 16:37:44 +00:00
parent f40bbc0121
commit e1e68ad927
2 changed files with 8 additions and 3 deletions

View File

@@ -20,7 +20,8 @@
"features": {
"feature_video_rooms": true,
"feature_group_calls": true,
"feature_element_call_video_rooms": true
"feature_element_call_video_rooms": true,
"feature_oidc_native_flow": true
},
"default_federate": true,
"default_theme": "light",
@@ -34,4 +35,4 @@
"url": "https://${ELEMENT_CALL_FQDN}"
},
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
}
}

View File

@@ -48,6 +48,7 @@ trusted_key_servers:
# please keep config above this point as close as possible to the original generated config
# so that upstream generated config changes can be detected
public_baseurl: https://${HOMESERVER_FQDN}/
suppress_key_server_warning: true
send_federation: false
@@ -102,6 +103,9 @@ experimental_features:
admin_token: '${SECRETS_MAS_MATRIX_SECRET}'
account_management_url: "https://${MAS_FQDN}/account"
# QR login
msc4108_enabled: true
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
@@ -111,4 +115,4 @@ experimental_features:
# Needed for MatrixRTC
max_event_delay_duration: 24h
# vim:ft=yaml
# vim:ft=yaml