Security

Token

There is no security token.

Firewall

app Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.user_provider
context app
entry_point App\Security\JsonAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "json_login"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#589
  -map: Symfony\Component\Security\Http\AccessMap {#596 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#567 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#572
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#330 …}
  -sessionKey: "_security_app"
  -logger: Symfony\Bridge\Monolog\Logger {#567 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#585 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#439 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#591 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#610 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#331 …}
    "enableUsageTracking"
  ]
}
1.12 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#501
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#474 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#465 …}
  -providerKey: "app"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#525 …}
  -logger: Symfony\Bridge\Monolog\Logger {#567 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#610 …}
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#331 …}
}
33.66 ms
Symfony\Component\HttpFoundation\RedirectResponse {#539
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#521 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='/connexion?s=Invalid state'" />\n
    \n
            <title>Redirecting to /connexion?s=Invalid state</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="/connexion?s=Invalid state">/connexion?s=Invalid state</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  #targetUrl: "/connexion?s=Invalid state"
}

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