summary refs log tree commit diff
path: root/synapse/handlers/oidc.py
diff options
context:
space:
mode:
authorSean Quah <seanq@matrix.org>2023-03-31 10:17:16 +0100
committerSean Quah <seanq@matrix.org>2023-03-31 10:17:16 +0100
commitbf81ee42178b45076422dff0976ba2105c12958c (patch)
tree18e7efae29394c3cdc0a3f88b645ac07f88c117f /synapse/handlers/oidc.py
parentMerge remote-tracking branch 'origin/develop' into matrix-org-hotfixes (diff)
parentSet thread_id column to non-null for event_push_{actions,actions_staging,summ... (diff)
downloadsynapse-bf81ee42178b45076422dff0976ba2105c12958c.tar.xz
Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes
Diffstat (limited to 'synapse/handlers/oidc.py')
-rw-r--r--synapse/handlers/oidc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/handlers/oidc.py b/synapse/handlers/oidc.py

index 0fc829acf7..e7e0b5e049 100644 --- a/synapse/handlers/oidc.py +++ b/synapse/handlers/oidc.py
@@ -1239,6 +1239,7 @@ class OidcProvider: grandfather_existing_users, extra_attributes, auth_provider_session_id=sid, + registration_enabled=self._config.enable_registration, ) def _remote_id_from_userinfo(self, userinfo: UserInfo) -> str: