Forwarded to ErrorController (bea5aa)

Security

Token

moulaye.c+customer-admin@gmail.com Username
Authenticated
5f83a3 From
Property Value
Roles
[
  "ROLE_CUSTOMER"
  "ROLE_CUSTOMER_ADMIN"
]
Inherited Roles
[
  "ROLE_USER"
  "ROLE_CUSTOMER_AGENT"
]
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#856
  -user: App\Entity\CustomerAdmin {#1253 …}
  -roleNames: [
    "ROLE_CUSTOMER"
    "ROLE_CUSTOMER_ADMIN"
  ]
  -attributes: []
  -firewallName: "customer"
}

Firewall

customer Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.customer_user_provider
context customer
entry_point App\Security\Customer\AuthenticationEntryPoint
user_checker security.user_checker
access_denied_handler App\Security\Customer\AccessDeniedHandler
access_denied_url (none)
authenticators
[
  "switch_user"
  "remember_me"
  "App\Security\Customer\LoginAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#190
  -map: Symfony\Component\Security\Http\AccessMap {#191 …}
  -logger: Monolog\Logger {#179 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#96
  -sessionKey: "_security_customer"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#176 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#93 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#330 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#95 …}
  -logger: Monolog\Logger {#179 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#154 …}
}
9.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#552
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#72 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#899
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#331 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#53 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#903 …}
  -firewallName: "customer"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#309 …}
  -logger: Monolog\Logger {#179 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#496 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#358 …}
  -targetRoute: null
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#890
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#331 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#309 …}
  -map: Symfony\Component\Security\Http\AccessMap {#191 …}
}
0.26 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#182
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "customer_logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#331 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#148 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#154 …}
  -csrfTokenManager: null
}
(none) (none)

Authenticators

Status Authenticator
skipped
"App\Security\Customer\LoginAuthenticator"

This authenticator did not support the request.

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

This authenticator did not support the request.

Access Decision

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

Access decision log

# Result Attributes Object
1 GRANTED ROLE_CUSTOMER
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#15 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#5 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#10 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#18 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#17 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#16 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#19 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/customer"
  #requestUri: "/customer?crudAction=renderAction&crudControllerFqcn=App%5CCustomer%5CController%5CCrud%5CQuoteCrudController&entityId=38"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#777 …}
  #locale: null
  #defaultLocale: "fr"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_CUSTOMER.
Show voter details