Merge pull request #2950 from etkecc/patch-310

Fix matrix_synapse_oidc_providers parsing
This commit is contained in:
Slavi Pantaleev 2023-10-17 17:21:56 +03:00 committed by GitHub
commit 5ba6630206
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2116,8 +2116,7 @@ saml2_config:
# attribute_requirements:
# - attribute: userGroup
# value: "synapseUsers"
oidc_providers:
{{ matrix_synapse_oidc_providers|to_nice_yaml(indent=2, width=999999) }}
oidc_providers: {{ matrix_synapse_oidc_providers }}
{% endif %}