mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-12 08:43:55 +02:00
Make OIDC providers if check safer
This commit is contained in:
parent
9167a7734e
commit
c0e56ac1c4
@ -2090,7 +2090,7 @@ saml2_config:
|
|||||||
# use 'oidc' for the idp_id to ensure that existing users continue to be
|
# use 'oidc' for the idp_id to ensure that existing users continue to be
|
||||||
# recognised.)
|
# recognised.)
|
||||||
#
|
#
|
||||||
{% if matrix_synapse_oidc_enabled %}
|
{% if matrix_synapse_oidc_enabled and matrix_synapse_oidc_providers | length > 0 %}
|
||||||
# Generic example
|
# Generic example
|
||||||
#matrix_synapse_oidc_providers:
|
#matrix_synapse_oidc_providers:
|
||||||
#- idp_id: my_idp
|
#- idp_id: my_idp
|
||||||
|
Loading…
Reference in New Issue
Block a user