Closed PauchardThomas closed 2 years ago
You don't need this part:
twilio_two_factor_provider:
enabled: true
A custom 2fa-provider is automatically enabled.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Bundle version: 6.3.0 Symfony version: 6.0.11 PHP version: 8.1.10 Using authenticators (
enable_authenticator_manager: true
): YES / NODescription
Hello, i'm trying to implement a custom two-factor provider. Following the doc, i registered my service as described :
Then add it to the
scheb_two_factor.yaml
file :But got an Exception :
_Unrecognized option "twilio_two_factor_provider" under "scheb_two_factor". Available options are "email", "google", "ip_whitelist", "ip_whitelist_provider", "model_manager_name", "persister", "security_tokens", "trusted_device", "two_factor_condition", "two_factor_tokenfactory".
What am I doing wrong ?
Thanks
Ps : Got the same problem when trying to use https://github.com/Erkens/2fa-text