https://central-edu.net/login?login= Return to referer URL

Security Token

There is no security token.

Security Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\MainAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "custom_authenticators"
  "login_throttling"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#289
  -map: Symfony\Component\Security\Http\AccessMap {#290 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#295 …}
  -logger: Symfony\Bridge\Monolog\Logger {#266 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#297
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#448 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#266 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#298 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#269 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#256 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#449 …}
    "enableUsageTracking"
  ]
}
0.53 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#301
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#302 …}
}
89.05 ms
Symfony\Component\HttpFoundation\RedirectResponse {#3813
  #targetUrl: "/login"
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#3840 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='/login'" />\n
    \n
            <title>Redirecting to /login</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="/login">/login</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
}
Symfony\Component\Security\Http\Firewall\AccessListener {#304
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#449 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#305 …}
  -map: Symfony\Component\Security\Http\AccessMap {#290 …}
  -authManager: Symfony\Component\Security\Http\Authentication\NoopAuthenticationManager {#310 …}
  -exceptionOnNoToken: false
}
0.00 ms (none)

Security Voters (3)

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