https://dev.mizogoo.fr/api/security/google/check

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 {#574
  -map: Symfony\Component\Security\Http\AccessMap {#612 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#631 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#491
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#342 …}
  -sessionKey: "_security_app"
  -logger: Symfony\Bridge\Monolog\Logger {#631 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#624 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#453 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#478 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#591 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#343 …}
    "enableUsageTracking"
  ]
}
1.69 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#494
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#588 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#516 …}
  -providerKey: "app"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#55 …}
  -logger: Symfony\Bridge\Monolog\Logger {#631 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#591 …}
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#343 …}
}
14.14 ms
Symfony\Component\HttpFoundation\RedirectResponse {#694
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#559 …}
  #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

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"