https://sister-act.toolapp.fr/cookie_consent_alt

Security Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#1198
  -secret: "9fLXnsG"
  -user: "anon."
  -roleNames: []
  -authenticated: true
  -attributes: []
}

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\LoginFormAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#1255
  -map: Symfony\Component\Security\Http\AccessMap {#1260 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#1263 …}
  -logger: Symfony\Bridge\Monolog\Logger {#1209 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#1265
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#213 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#1209 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#1266 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#395 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#1228 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#1268 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#214 …}
    "enableUsageTracking"
  ]
}
0.00 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#1272
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#1273 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1275 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#1278 …}
  -logger: Symfony\Bridge\Monolog\Logger {#1209 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#1268 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#1281
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#213 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#1268 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1275 …}
  -logger: Symfony\Bridge\Monolog\Logger {#1209 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#395 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#1274 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#1283
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#213 …}
  -secret: "9fLXnsG"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1275 …}
  -logger: Symfony\Bridge\Monolog\Logger {#1209 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#1285
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#214 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1286 …}
  -map: Symfony\Component\Security\Http\AccessMap {#1260 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1275 …}
  -exceptionOnNoToken: true
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#1207
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#214 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#1238 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#1237 …}
}
0.00 ms (none)

Security Voters (3)

affirmative 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"