Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point security.authenticator.form_login.main
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "switch_user"
  "form_login"
  "App\Security\LoginFormAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#431
  -map: Symfony\Component\Security\Http\AccessMap {#432 …}
  -logger: Monolog\Logger {#398 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#447
  -sessionKey: "_security_main"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#408 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#450 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#258 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#448 …}
  -logger: Monolog\Logger {#398 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#410 …}
}
0.16 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#460
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#453 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#467
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#254 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#402 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#468 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#462 …}
  -logger: Monolog\Logger {#398 …}
  -usernameParameter: "_want_to_be_this_user"
  -role: "ROLE_OWNER"
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#239 …}
  -targetRoute: null
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#470
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#254 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#462 …}
  -map: Symfony\Component\Security\Http\AccessMap {#432 …}
}
0.01 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#409
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "frontend_logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#254 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#396 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#410 …}
  -csrfTokenManager: null
}
(none) (none)

Authenticators

Status Authenticator
skipped
"App\Security\LoginFormAuthenticator"

This authenticator did not support the request.

skipped
"Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"

This authenticator did not support the request.

Access Decision