GET https://my-technima.preprod-16h33.fr/logout

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\Services\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "form_login"
  "remember_me"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#213
  -map: Symfony\Component\Security\Http\AccessMap {#212 …}
  -logger: Symfony\Component\HttpKernel\Log\Logger {#78 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#203
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#30 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Component\HttpKernel\Log\Logger {#78 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#204 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#255 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#233 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#220 …}
}
4.78 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#226
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#217 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#200
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#133 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#10 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#287 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#290
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#10 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#247 …}
  -map: Symfony\Component\Security\Http\AccessMap {#212 …}
}
0.01 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#232
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#10 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#51 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#255 …}
}
18.53 ms
Symfony\Component\HttpFoundation\RedirectResponse {#306
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#330 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='https://my-technima.preprod-16h33.fr/login'" />\n
    \n
            <title>Redirecting to https://my-technima.preprod-16h33.fr/login</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="https://my-technima.preprod-16h33.fr/login">https://my-technima.preprod-16h33.fr/login</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #targetUrl: "https://my-technima.preprod-16h33.fr/login"
}

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"