Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Closed
Labels
Description
Hi, I have recognized some unclear behavior of enable_authenticator_manager option in security.yaml.
If I have defined some custom authenticators for my firewall.enable_authenticator_manager: true cannot be declared before that firewall. If it is, my custom authenticator seems like not running. I think it should by mentioned in documentation.
enable_authenticator_manager: truecustom_firewall: pattern: ^/customfirewall provider: jwt jwt: authenticator: app.custom_authenticatorAnyway for me it's totally unclear what does that option designed for. There is a link there in documentation (https://symfony.com/doc/current/security.html), but seems like it's provide to nowhere.
security: # https://symfony.com/doc/current/security/experimental_authenticators.html enable_authenticator_manager: true