https://dev.mizogoo.fr/admin/login Return to referer URL

Security

Token

There is no security token.

Firewall

admin Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.user_provider
context admin
entry_point App\Security\AdminAuthenticator
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 {#504
  -map: Symfony\Component\Security\Http\AccessMap {#613 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#483 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#602
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#342 …}
  -sessionKey: "_security_admin"
  -logger: Symfony\Bridge\Monolog\Logger {#483 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#547 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#453 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#486 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#507 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#343 …}
    "enableUsageTracking"
  ]
}
1.35 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#479
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#592 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#601 …}
  -providerKey: "admin"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#632 …}
  -logger: Symfony\Bridge\Monolog\Logger {#483 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#507 …}
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#343 …}
}
279.66 ms
Symfony\Component\HttpFoundation\RedirectResponse {#3174
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#3112 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='/admin/login'" />\n
    \n
            <title>Redirecting to /admin/login</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="/admin/login">/admin/login</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  #targetUrl: "/admin/login"
}

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\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"App\Security\Voter\LensAccessVoter"