You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/config/omniauth.yml

5 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' %>