...
Property key | Valid values (bold=default) | Description | ||
---|---|---|---|---|
security.two_factor_authentication_required | true | false | Should the system enforce two factor authentication on system/reseller/customer level | ||
security.two_factor_authentication_enabled | true | false | To enable or disable the two factor authentication | ||
security.two_factor_authentication_scope | none | all| admin | system | system-admin | For who should the system enforce two factor authentication. Options: all | admin | system. | ||
security.two_factor_authentication_provider_types | email|otp|twilio|smpp | The enabled two factor authentication provider types delimited by |. Options: twilio (SMS), email (SMTP).
| ||
security.two_factor_authentication_valid_for_minutes | -1 | integer | The time between two factor authentication requests. I.e. if the user have previously logged in the within the last X minutes the 2fa step is skipped. |
...