Update .well-known/matrix/client for mobile OIDC

We were notified by EMS that we should update the contents of our
Matrix homeserver client domain data for better OIDC support in
legacy mobile clients, in the wake of the recent authentication
change. This likely doesn't impact us since we don't host accounts
for non-bot users, but gets our configuration consistent with their
expectations so they won't pester us about it in the future.

Change-Id: Ic22bda16ab669c5861d3cd060bac809ca307cf6a
This commit is contained in:
Jeremy Stanley
2025-06-27 16:51:59 +00:00
parent f3147b37c8
commit bc0b711715

View File

@@ -5,6 +5,10 @@
"m.identity_server": {
"base_url": "https://vector.im"
},
"org.matrix.msc2965.authentication": {
"account": "https://opendev.element.io/account/account",
"issuer": "https://opendev.element.io/account/"
},
"org.matrix.msc4143.rtc_foci": [
{
"type": "livekit",