Redirect 302 redirect from GET @homepage (185040)

GET https://good-wifi.jp/logout

Security

Token

There is no security token.

Firewall

customer Name
Security enabled
Stateless

Configuration

Key Value
provider Eccube\Security\Core\User\CustomerProvider
context customer
entry_point security.authenticator.form_login.customer
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "login_throttling"
  "form_login"
  "remember_me"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#5393
  -map: Symfony\Component\Security\Http\AccessMap {#5392 …}
  -logger: Monolog\Logger {#5433 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#5379
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1095 …}
  -sessionKey: "_security_customer"
  -logger: Monolog\Logger {#5433 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#5378 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#5429 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#5442 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#5376 …}
}
104.98 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#6288
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#5853 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#5430
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1096 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#5447 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#5429 …}
}
8.41 ms
Symfony\Component\HttpFoundation\RedirectResponse {#5891
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#6760 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='https://good-wifi.jp/'" />\n
    \n
            <title>Redirecting to https://good-wifi.jp/</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="https://good-wifi.jp/">https://good-wifi.jp/</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #targetUrl: "https://good-wifi.jp/"
}

Authenticators

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

Access Decision

unanimous 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"
4
"Eccube\Security\Voter\AuthorityVoter"