Update sample config
parent
1510218c29
commit
1d2994899d
|
@ -1640,11 +1640,11 @@ saml2_config:
|
||||||
# - attribute: department
|
# - attribute: department
|
||||||
# value: "sales"
|
# value: "sales"
|
||||||
|
|
||||||
# Most metadata XML only contains a single IdP entity. However if the
|
# If the metadata XML contains multiple IdP entities then the `idp_entityid`
|
||||||
# metadata XML contains multiple IdPs Synapse needs to know which IdP to
|
# option must be set to the entity to redirect users 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
|
# Most deployments only have a single IdP entity and so should omit this
|
||||||
# be omitted.
|
# option.
|
||||||
#
|
#
|
||||||
#idp_entityid: 'https://our_idp/entityid'
|
#idp_entityid: 'https://our_idp/entityid'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue