https://preprod-charenton.diwio.fr/logout

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#200
  -map: Symfony\Component\Security\Http\AccessMap {#199 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#242 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#158
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#328 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#242 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#159 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#237 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#208 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#329 …}
    "enableUsageTracking"
  ]
}
0.01 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#157
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#156 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#206
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#329 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#325 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#237 …}
}
8.20 ms
Symfony\Component\HttpFoundation\RedirectResponse {#854
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#803 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='https://preprod-charenton.diwio.fr/'" />\n
    \n
            <title>Redirecting to https://preprod-charenton.diwio.fr/</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="https://preprod-charenton.diwio.fr/">https://preprod-charenton.diwio.fr/</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  #targetUrl: "https://preprod-charenton.diwio.fr/"
}

Authenticators

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

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"