Sfoglia il codice sorgente

Fix matrix_synapse_oidc_providers parsing

pull/2950/head
Aine 2 anni fa
committed by GitHub
parent
commit
b2dd4bd1a4
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. +1
    -2
      roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 1
- 2
roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 Vedi 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 %}




Caricamento…
Annulla
Salva