1
0
Fork 0
forked from infra/ansible

matrix: add org.matrix.msc2965.authentication for mas migration

EMS is updating our servers (both fedora.im and fedoraproject.org) to
use MAS (Matrix Auth Service). This will allow users to use new
element-x and such.

We need to add these things in order for older clients to still be
able to connect/get to the right place for auth.

These files should be valid json, please check

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-12-04 12:32:52 -08:00 committed by kevin
commit 71c59eb4c4
2 changed files with 10 additions and 2 deletions

View file

@ -10,5 +10,9 @@
"type": "livekit",
"livekit_service_url": "https://jwt.call.element.io"
}
]
],
"org.matrix.msc2965.authentication": {
"account": "https://chat.fedoraproject.org/account/account",
"issuer": "https://chat.fedoraproject.org/account/"
}
}

View file

@ -10,5 +10,9 @@
"type": "livekit",
"livekit_service_url": "https://jwt.call.element.io"
}
]
],
"org.matrix.msc2965.authentication": {
"account": "https://chat-admin.fedoraproject.org/account/account",
"issuer": "https://chat-admin.fedoraproject.org/account/"
}
}