Igor

Results 2 issues of Igor

I got InvalidConfigurationException Invalid firewall "main": user provider "main" not found. Because of `main:` ` pattern: ^/` ` security: true` ` sso:` ` require_previous_session: false` ` provider: main` Symfony 3.4.22

I have 2 firewalls and I need 2 different failure handlers. So my failure handler is just ignored ``` security: api: oauth: resource_owners: google: '/api/social/login/google' failure_handler: App\Security\HWI\ApiAuthenticationFailureHandler ```