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:
parent
8caea853ad
commit
71c59eb4c4
2 changed files with 10 additions and 2 deletions
|
|
@ -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/"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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/"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue