From 77b806eb4ec604412c2ca8c43f0eeff94a8d4ce9 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 28 Jun 2025 02:25:58 +0200 Subject: Remove SAML/2 auth --- scripts-dev/gen_config_documentation.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'scripts-dev/gen_config_documentation.py') diff --git a/scripts-dev/gen_config_documentation.py b/scripts-dev/gen_config_documentation.py index 8e9d402c6a..a169fd323f 100755 --- a/scripts-dev/gen_config_documentation.py +++ b/scripts-dev/gen_config_documentation.py @@ -188,15 +188,6 @@ SECTION_HEADERS = { "title": "Signing Keys", "description": ("Config options relating to signing keys."), }, - "saml2_config": { - "title": "Single sign-on integration", - "description": ( - "The following settings can be used to make Synapse use a single sign-on provider for authentication, instead of its internal password database.\n\n" - "You will probably also want to set the following options to `false` to disable the regular login/registration flows:\n" - "* [`enable_registration`](#enable_registration)\n" - "* [`password_config.enabled`](#password_config)" - ), - }, "push": { "title": "Push", "description": ("Configuration settings related to push notifications."), -- cgit 1.5.1