REQUIRE_SSO_AUTH
, can be set to true to enable SSO only authentication. This disables standard email/password authentication so that all account creation and login is handled through your SSO provider. If MFA is setup with your SSO, enabling this feature will require all authentication to go through your provider's MFA.TONIC_SSO_GROUP_FILTER_REGEX
environment variable can be used to set a Regex to filter the groups Tonic will display and allow sharing with. For example, .*Tonic.*
would allow all groups that contain the word "Tonic".