mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-18 10:40:33 +02:00
Deactivated OIDC
This commit is contained in:
parent
76aef5949b
commit
f06ad0af18
@ -45,7 +45,7 @@ email:
|
|||||||
client_base_url: "{{domains.synapse}}"
|
client_base_url: "{{domains.synapse}}"
|
||||||
validation_token_lifetime: 15m
|
validation_token_lifetime: 15m
|
||||||
|
|
||||||
{% if applications[application_id].features.oidc | bool %}
|
{% if applications | is_feature_enabled('oidc',application_id) %}
|
||||||
# @See https://matrix-org.github.io/synapse/latest/openid.html
|
# @See https://matrix-org.github.io/synapse/latest/openid.html
|
||||||
oidc_providers:
|
oidc_providers:
|
||||||
- idp_id: keycloak
|
- idp_id: keycloak
|
||||||
|
@ -13,7 +13,7 @@ features:
|
|||||||
matomo: true
|
matomo: true
|
||||||
css: true
|
css: true
|
||||||
portfolio_iframe: false
|
portfolio_iframe: false
|
||||||
oidc: false # Deactivated OIDC due to this issue https://github.com/matrix-org/synapse/issues/10492
|
oidc: true # Deactivated OIDC due to this issue https://github.com/matrix-org/synapse/issues/10492
|
||||||
central_database: true
|
central_database: true
|
||||||
csp:
|
csp:
|
||||||
flags:
|
flags:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user