GET https://dev.fluid.vet/clinics/logout

Security

Token

There is no security token.

Firewall

clinic Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_clinic_provider
context clinic
entry_point App\Security\ClinicsAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url /clinics/login
authenticators
[
  "form_login"
  "App\Security\ClinicsAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#175
  -map: Symfony\Component\Security\Http\AccessMap {#176 …}
  -logger: Monolog\Logger {#142 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#107
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#226 …}
  -sessionKey: "_security_clinic"
  -logger: Monolog\Logger {#142 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#108 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#152 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#139 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#113 …}
}
0.56 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#103
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#102 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#94
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#227 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#100 …}
  -map: Symfony\Component\Security\Http\AccessMap {#176 …}
}
0.01 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#151
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#227 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "clinics_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#134 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#152 …}
}
5.23 ms
Symfony\Component\HttpFoundation\RedirectResponse {#73
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#462 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='https://dev.fluid.vet/clinics/login'" />\n
    \n
            <title>Redirecting to https://dev.fluid.vet/clinics/login</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="https://dev.fluid.vet/clinics/login">https://dev.fluid.vet/clinics/login</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #targetUrl: "https://dev.fluid.vet/clinics/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
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"