Files
ludikevent_crm/config/packages/scheb_2fa.yaml
Serreau Jovann c44d44e4fc ```
 feat(scheb_2fa): Active Google 2FA et ajoute template de login

Active l'authentification à deux facteurs Google et ajoute un template Twig
pour l
2026-01-16 10:11:07 +01:00

17 lines
552 B
YAML

# See the configuration reference at https://symfony.com/bundles/SchebTwoFactorBundle/6.x/configuration.html
scheb_two_factor:
security_tokens:
- Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken
- Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken
backup_codes:
enabled: true
google:
enabled: true
server_name: "Intranet Ludikevent"
issuer: "Ludikevent"
digits: 6
leeway: 0
template: "security/2fa_login.html.twig"