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 App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "switch_user"
  "form_login"
  "remember_me"
  "App\Security\LoginFormAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#1526
  -map: Symfony\Component\Security\Http\AccessMap {#1510 …}
  -logger: Monolog\Logger {#298 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#1372
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#455 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#298 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#1378 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#149 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#302 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#1385 …}
}
8.52 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#1597
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#1589 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#1381
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#456 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#309 …}
  -userChecker: App\Security\UserChecker {#1564 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#588 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -logger: Monolog\Logger {#298 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#615 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#470 …}
  -targetRoute: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#300
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#456 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#305 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#149 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#1610
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#456 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#588 …}
  -map: Symfony\Component\Security\Http\AccessMap {#1510 …}
}
5.19 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

unanimous Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"App\Security\UserLevelVoter"

Access decision log

# Result Attributes Object
1 GRANTED PUBLIC_ACCESS
Symfony\Component\HttpFoundation\Request {#15
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#63 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#61 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#62 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#66 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#65 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#64 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#67 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/connexion"
  #requestUri: "/connexion?context=add-to-favorites&redirect=%2Fmon-compte%2Fmes-favoris"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#1370 …}
  #locale: null
  #defaultLocale: "fr"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
attribute PUBLIC_ACCESS ACCESS GRANTED
"App\Security\UserLevelVoter"
attribute PUBLIC_ACCESS ACCESS ABSTAIN
Show voter details
2 DENIED IS_AUTHENTICATED_REMEMBERED
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
attribute IS_AUTHENTICATED_REMEMBERED ACCESS DENIED
Show voter details
3 DENIED level1
null
"App\Security\UserLevelVoter"
attribute level1 ACCESS DENIED
Show voter details