Deactivated OIDC

This commit is contained in:
Kevin Veen-Birkenbach 2025-04-06 21:48:01 +02:00
parent 0eaaa73e23
commit fe39a7f701
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

@ -703,7 +703,6 @@ defaults_applications:
matomo_tracking_enabled: "{{matomo_tracking_enabled_default}}" # Enables\Disables Matomo Tracking
css_enabled: "{{css_enabled_default}}" # Enables\Disables Global CSS Style
landingpage_iframe_enabled: true # Makes sense to make the documentary allways in iframe available
## Taiga
taiga:
@ -714,7 +713,13 @@ defaults_applications:
css_enabled: "{{css_enabled_default}}" # Enables\Disables Global CSS Style
landingpage_iframe_enabled: "{{landingpage_iframe_enabled_default}}" # Enables\Disables the possibility to embed this on landing page via iframe
oidc:
enabled: True # Activate OIDC for Mastodon
# Taiga doesn't have a functioning oidc support at the moment
# See
# - https://community.taiga.io/t/taiga-and-oidc-plugin/4866
#
# Due to this reason this plutin is deactivated atm
enabled: False # De\Activate OIDC for Taiga
## YOURLS
yourls: