SuiteCRM-Core/config/packages/scheb_2fa.yaml
Jack Anderson ff4ba2bdd2 Two Factor
2024-11-27 14:56:14 +00:00

13 lines
601 B
YAML

# See the configuration reference at https://symfony.com/bundles/SchebTwoFactorBundle/6.x/configuration.html
scheb_two_factor:
# two_factor_condition: acme.custom_two_factor_condition
totp:
enabled: true
server_name: SuiteCRM # Server name used in QR code
issuer: SuiteCRM # Issuer name used in QR code
leeway: 0
backup_codes:
enabled: true
security_tokens:
- Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken
- Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken