Przeglądaj źródła

Make OIDC providers if check safer

pull/2926/head
Slavi Pantaleev 2 lat temu
committed by GitHub
rodzic
commit
c0e56ac1c4
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 1
- 1
roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 Wyświetl plik

@@ -2090,7 +2090,7 @@ saml2_config:
# use 'oidc' for the idp_id to ensure that existing users continue to be
# recognised.)
#
{% if matrix_synapse_oidc_enabled %}
{% if matrix_synapse_oidc_enabled and matrix_synapse_oidc_providers | length > 0 %}
# Generic example
#matrix_synapse_oidc_providers:
#- idp_id: my_idp


Ładowanie…
Anuluj
Zapisz