소스 검색

Make OIDC providers if check safer

pull/2926/head
Slavi Pantaleev 2 년 전
committed by GitHub
부모
커밋
c0e56ac1c4
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 1
- 1
roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 파일 보기

@@ -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


불러오는 중...
취소
저장