From bc45f23102732ddd4abb287d701c62728defa4d4 Mon Sep 17 00:00:00 2001 From: Ben Banfield-Zanin Date: Mon, 2 Nov 2020 13:28:14 +0000 Subject: [PATCH] Update sample config --- docs/sample_config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 061226ea6f..e071646d8f 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -1640,6 +1640,14 @@ saml2_config: # - attribute: department # value: "sales" + # Most metadata XML only contains a single IdP entity. However if the + # metadata XML contains multiple IdPs Synapse needs to know which IdP to + # redirect users to. `idp_entityid` can be populated with the entity of + # the IdP that should be used. For most deployments, this parameter should + # be omitted. + # + #idp_entityid: 'https://our_idp/entityid' + # OpenID Connect integration. The following settings can be used to make Synapse # use an OpenID Connect Provider for authentication, instead of its internal