GET https://troubadour.constellation.cool/logout

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.our_db_provider
context main
entry_point App\Security\AuthenticationEntrypoint
user_checker App\Security\UserChecker
access_denied_handler App\Security\AccessDeniedHandler
access_denied_url (none)
authenticators
[
  "form_login"
  "remember_me"
  "App\Security\ClientLoginAuthenticator"
  "App\Security\GoogleAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#2620
  -map: Symfony\Component\Security\Http\AccessMap {#2621 …}
  -logger: Monolog\Logger {#2588 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#3201
  -sessionKey: "_security_main"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#2585 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#3204 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#650 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#3202 …}
  -logger: Monolog\Logger {#2588 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#2592 …}
}
0.02 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#3485
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#3430 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#2591
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#651 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#2580 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#2592 …}
  -csrfTokenManager: null
}
18.60 ms
Symfony\Component\HttpFoundation\RedirectResponse {#3773
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#3772 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='/login?logout-lang=en-CA'" />\n
    \n
            <title>Redirecting to /login?logout-lang=en-CA</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="/login?logout-lang=en-CA">/login?logout-lang=en-CA</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #targetUrl: "/login?logout-lang=en-CA"
}
Symfony\Component\Security\Http\Firewall\AccessListener {#3487
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#651 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#657 …}
  -map: Symfony\Component\Security\Http\AccessMap {#2621 …}
}
(none) (none)

Authenticators

Status Authenticator
skipped
"App\Security\ClientLoginAuthenticator"

This authenticator did not support the request.

skipped
"App\Security\GoogleAuthenticator"

This authenticator did not support the request.

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

This authenticator did not support the request.

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

This authenticator did not support the request.

Access Decision