From bc0b71171559096eb9e5763f32e0cf0f1f2de673 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 27 Jun 2025 16:51:59 +0000 Subject: [PATCH] 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 --- playbooks/roles/gitea/files/matrix-client | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/roles/gitea/files/matrix-client b/playbooks/roles/gitea/files/matrix-client index 20f6d58004..0a9b540e5e 100644 --- a/playbooks/roles/gitea/files/matrix-client +++ b/playbooks/roles/gitea/files/matrix-client @@ -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",