catstodon/config/omniauth.yml
2025-06-24 09:32:13 +00:00

4 lines
213 B
YAML

shared:
cas_enabled?: <%= ENV.fetch('CAS_ENABLED', 'false') == 'true' %>
oidc_enabled?: <%= ENV.fetch('OIDC_ENABLED', 'false') == 'true' %>
saml_enabled?: <%= ENV.fetch('SAML_ENABLED', 'false') == 'true' %>