POST https://app103.fr/

Security

Token

l.demur@bureau-lquancard.fr Username
Authenticated
Property Value
Roles
[
  "ROLE_ADMIN"
  "ROLE_USER"
]
Inherited Roles
[
  "ROLE_EDITOR"
]
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#1204
  -user: App\Entity\User {#962 …}
  -roleNames: [
    "ROLE_ADMIN"
    "ROLE_USER"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\AjaxAuthenticationEntryPoint
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "form_login"
  "remember_me"
  "App\Security\UserAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#314
  -map: Symfony\Component\Security\Http\AccessMap {#315 …}
  -logger: Monolog\Logger {#286 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#323
  -sessionKey: "_security_main"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#284 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#326 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#400 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#324 …}
  -logger: Monolog\Logger {#286 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#290 …}
}
2.22 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#234
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#257 …}
}
719.54 ms
Symfony\Component\HttpFoundation\RedirectResponse {#1215
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#1222 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='https://app103.fr/app/admin/feed-import/'" />\n
    \n
            <title>Redirecting to https://app103.fr/app/admin/feed-import/</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="https://app103.fr/app/admin/feed-import/">https://app103.fr/app/admin/feed-import/</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #targetUrl: "https://app103.fr/app/admin/feed-import/"
}
Symfony\Component\Security\Http\Firewall\AccessListener {#226
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#401 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#232 …}
  -map: Symfony\Component\Security\Http\AccessMap {#315 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#289
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#401 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#279 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#290 …}
  -csrfTokenManager: null
}
(none) (none)

Authenticators

Status Authenticator
skipped
"Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"

This authenticator did not support the request.

success
"App\Security\UserAuthenticator"
Lazy no
Duration 0.93 ms
Passport
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#126
  #user: App\Entity\User {#962 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#127
      -userLoader: Closure($userIdentifier) {#128 …}
      -user: App\Entity\User {#962 …}
      -userIdentifier: "l.demur@bureau-lquancard.fr"
      -attributes: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\CustomCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\CustomCredentials {#129
      -customCredentialsChecker: Closure($credentials, User $user) {#130 …}
      -resolved: true
      -credentials: "Courtage33!"
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge {#131
      -resolved: true
      -csrfTokenId: "authenticate"
      -csrfToken: "csrf-token"
    }
  ]
  -attributes: []
}
Badges UserBadge CustomCredentials CsrfTokenBadge
skipped
"Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"

An authenticator ran before this one.

Access Decision

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