Deactivated OIDC

This commit is contained in:
Kevin Veen-Birkenbach 2025-05-15 22:10:45 +02:00
parent 76aef5949b
commit f06ad0af18
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
2 changed files with 3 additions and 3 deletions

View File

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

View File

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