php bin/console debug:firewall

Display information about your security firewall(s)

Usage

debug:firewall [--events] [--] [<name>]

Arguments

name   A firewall name (for example "main") 

Options

      --events   Include a list of event listeners (only available in combination with the "name" argument) 

Help

The debug:firewall command displays the firewalls that are configured
in your application:

  php bin/console debug:firewall

You can pass a firewall name to display more detailed information about
a specific firewall:

  php bin/console debug:firewall main

To include all events and event listeners for a specific firewall, use the
events option:

  php bin/console debug:firewall --events main