From 698525fcd224bf2051578aa3b9e32b1fea7d0cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Mon, 6 Dec 2021 08:41:13 +0100 Subject: [PATCH] __matrix_synapse: add saml2-idp-medatada-url flag to manpage --- type/__matrix_synapse/man.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/type/__matrix_synapse/man.rst b/type/__matrix_synapse/man.rst index c3de79d..c368755 100644 --- a/type/__matrix_synapse/man.rst +++ b/type/__matrix_synapse/man.rst @@ -189,6 +189,9 @@ bind-address Address used to bind the synapse listeners. Can be specified multiple times. Defaults to '::1' and '127.0.0.1'. +saml2-idp-metadata-url + HTTP(S) url to SAML2 Identity Provider (IdP), used for Single Sign On (SSO) logic. + extra-setting Arbitrary string to be added to the configuration file. Can be specified multiple times.