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}}"
|
||||
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
|
||||
oidc_providers:
|
||||
- idp_id: keycloak
|
||||
|
@ -12,8 +12,8 @@ setup: false # Set true in inventory
|
||||
features:
|
||||
matomo: true
|
||||
css: true
|
||||
portfolio_iframe: false
|
||||
oidc: false # Deactivated OIDC due to this issue https://github.com/matrix-org/synapse/issues/10492
|
||||
portfolio_iframe: false
|
||||
oidc: true # Deactivated OIDC due to this issue https://github.com/matrix-org/synapse/issues/10492
|
||||
central_database: true
|
||||
csp:
|
||||
flags:
|
||||
|
Loading…
x
Reference in New Issue
Block a user