http://e-roso.net/login Return to referer URL

Security Token

There is no security token.

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\LoginAuthentificatorAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#415
  -map: Symfony\Component\Security\Http\AccessMap {#416 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#421 …}
  -logger: Symfony\Bridge\Monolog\Logger {#320 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#423
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#141 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#320 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#424 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#244 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#278 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#327 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#142 …}
    "enableUsageTracking"
  ]
}
0.17 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#429
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#427 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#135 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#430 …}
  -logger: Symfony\Bridge\Monolog\Logger {#320 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#327 …}
}
27.36 ms
Symfony\Component\HttpFoundation\RedirectResponse {#608
  #targetUrl: "/login"
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#577 …}
  #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\RememberMeListener {#433
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#141 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#327 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#135 …}
  -logger: Symfony\Bridge\Monolog\Logger {#320 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#244 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#428 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#435
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#141 …}
  -secret: "Xn7fZof"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#135 …}
  -logger: Symfony\Bridge\Monolog\Logger {#320 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#437
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#142 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#132 …}
  -map: Symfony\Component\Security\Http\AccessMap {#416 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#135 …}
}
0.00 ms (none)

Security Voters (4)

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"
4
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"