summary refs log tree commit diff
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2018-11-20 11:29:25 +0000
committerBrendan Abolivier <babolivier@matrix.org>2019-02-13 15:16:04 +0000
commit2b77c8d50e82e1e193f5cea4201840b07fc366a2 (patch)
treed8aa6f35047443e9501f52ada2d1456d1583fc00
parentchangelog (diff)
downloadsynapse-2b77c8d50e82e1e193f5cea4201840b07fc366a2.tar.xz
Remove riot.im from the list of trusted Identity Servers in the default configuration (#4207)
-rw-r--r--changelog.d/4207.bugfix1
-rw-r--r--docker/conf/homeserver.yaml4
-rw-r--r--synapse/config/registration.py4
3 files changed, 7 insertions, 2 deletions
diff --git a/changelog.d/4207.bugfix b/changelog.d/4207.bugfix
new file mode 100644
index 0000000000..c1ec9f6329
--- /dev/null
+++ b/changelog.d/4207.bugfix
@@ -0,0 +1 @@
+Remove riot.im from the list of trusted Identity Servers in the default configuration
diff --git a/docker/conf/homeserver.yaml b/docker/conf/homeserver.yaml
index bbe335001f..6fc417b07f 100644
--- a/docker/conf/homeserver.yaml
+++ b/docker/conf/homeserver.yaml
@@ -150,10 +150,12 @@ enable_group_creation: true
 
 # The list of identity servers trusted to verify third party
 # identifiers by this server.
+#
+# Also defines the ID server which will be called when an account is
+# deactivated (one will be picked arbitrarily).
 trusted_third_party_id_servers:
     - matrix.org
     - vector.im
-    - riot.im
 
 ## Metrics ###
 
diff --git a/synapse/config/registration.py b/synapse/config/registration.py
index 7480ed5145..717bbfec61 100644
--- a/synapse/config/registration.py
+++ b/synapse/config/registration.py
@@ -93,10 +93,12 @@ class RegistrationConfig(Config):
 
         # The list of identity servers trusted to verify third party
         # identifiers by this server.
+        #
+        # Also defines the ID server which will be called when an account is
+        # deactivated (one will be picked arbitrarily).
         trusted_third_party_id_servers:
             - matrix.org
             - vector.im
-            - riot.im
 
         # Users who register on this homeserver will automatically be joined
         # to these rooms