summary refs log tree commit diff
path: root/scripts-dev
diff options
context:
space:
mode:
Diffstat (limited to 'scripts-dev')
-rwxr-xr-xscripts-dev/gen_config_documentation.py9
1 files changed, 0 insertions, 9 deletions
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."),