Security

Token

arobases Username
Authenticated
Property Value
Roles
[
  "ROLE_ADMINISTRATION_ACCESS"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#13486
  -user: App\Entity\User\AdminUser {#13627 …}
  -roleNames: [
    "ROLE_ADMINISTRATION_ACCESS"
  ]
  -authenticated: true
  -attributes: []
  -credentials: null
  -firewallName: "admin"
}

Firewall

admin Name
Security enabled
Stateless

Configuration

Key Value
provider sylius.admin_user_provider.email_or_name_based
context admin
entry_point security.authenticator.form_login.admin
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "switch_user"
  "form_login"
  "remember_me"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#13502
  -map: Symfony\Component\Security\Http\AccessMap {#13501 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#13544 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#13485
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1447 …}
  -sessionKey: "_security_admin"
  -logger: Symfony\Bridge\Monolog\Logger {#13544 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#13484 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#13536 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#4390 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1446 …}
    "enableUsageTracking"
  ]
}
7.99 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#13481
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#13480 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#13723
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1446 …}
  -provider: ContainerLxzcnKE\UsernameOrEmailProvider_3eaa26a {#13537 …}
  -userChecker: SyliusLabs\Polyfill\Symfony\Security\Core\User\UserChecker {#13725 …}
  -firewallName: "admin"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#4381 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -logger: Symfony\Bridge\Monolog\Logger {#13544 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1067 …}
  -stateless: false
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#13540
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1446 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "sylius_admin_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#13551 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#13536 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#13731
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1446 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#4381 …}
  -map: Symfony\Component\Security\Http\AccessMap {#13501 …}
  -authManager: null
  -exceptionOnNoToken: false
}
0.16 ms (none)

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
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"BitBag\SyliusWishlistPlugin\Voter\WishlistVoter"
6
"Sylius\InvoicingPlugin\Security\Voter\InvoiceVoter"

Access decision log

# Result Attributes Object
1 GRANTED ROLE_ADMINISTRATION_ACCESS
Symfony\Component\HttpFoundation\Request {#14
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#19 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#17 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#18 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#22 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#21 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#20 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#23 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "text/html"
    "application/xhtml+xml"
    "image/avif"
    "image/webp"
    "image/apng"
    "application/xml"
    "*/*"
    "application/signed-exchange"
  ]
  #pathInfo: "/admin/products/"
  #requestUri: "/admin/products/?criteria%5Bsearch%5D%5Btype%5D=contains&criteria%5Bsearch%5D%5Bvalue%5D=Fermoir+en+acier+%C3%A0+clips+ajustable+10x3mm&criteria%5Benabled%5D=&criteria%5Bchannel%5D=&criteria%5Barchival%5D=0&criteria%5Bcallout%5D="
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#1459 …}
  #locale: "fr_FR"
  #defaultLocale: "fr_FR"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  -isIisRewrite: false
  format: "html"
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
2 GRANTED IS_AUTHENTICATED_REMEMBERED
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details