Authenticator Based Security
Note: This feature is available since v10.5
As Pimcore uses the Symfony Security Component for authentication/authorization of Admin interface and also provides the capabilities to use the same security component on frontend websites. It is important to adapt the ongoing changes in Symfony security component.
As starting with Symfony 6.2, setting the enable_authenticator_manager
to true
is deprecated.
Please refactor your security.yaml
file and remove the enable_authenticator_manager
setting.
For more information on new Authenticator Based Security, please read the Symfony Security Component documentation.