Security Token

marius.gherasie@gmail.com Username
Authenticated
Property Value
Roles
[
  "ROLE_ADMINISTRATION_ACCESS"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#8440
  -credentials: null
  -providerKey: "admin"
  -user: App\Entity\User\AdminUser {#6044 …}
  -roles: [
    Symfony\Component\Security\Core\Role\Role {#8441
      -role: "ROLE_ADMINISTRATION_ACCESS"
    }
  ]
  -roleNames: [
    "ROLE_ADMINISTRATION_ACCESS"
  ]
  -authenticated: true
  -attributes: []
}

Security Firewall

admin Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider sylius.admin_user_provider.email_or_name_based
context admin
entry_point security.authentication.form_entry_point.admin
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "switch_user"
  "form_login"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#5445
  -map: Symfony\Component\Security\Http\AccessMap {#5446 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#5459 …}
  -logger: Symfony\Bridge\Monolog\Logger {#5404 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#5461
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#458 …}
  -sessionKey: "_security_admin"
  -logger: Symfony\Bridge\Monolog\Logger {#5404 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#5462 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#941 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#5438 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#5402 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#459 …}
    "enableUsageTracking"
  ]
}
27.59 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#5483
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#6171 …}
  #options: [
    "check_path" => "sylius_admin_login_check"
    "login_path" => "/login"
    "always_use_default_target_path" => false
    "default_target_path" => "/"
    "target_path_parameter" => "_target_path"
    "use_referer" => false
    "failure_path" => null
    "failure_forward" => false
    "require_previous_session" => false
    "username_parameter" => "_username"
    "password_parameter" => "_password"
    "csrf_parameter" => "_csrf_admin_security_token"
    "csrf_token_id" => "admin_authenticate"
    "post_only" => true
    "use_forward" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#5404 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3377 …}
  #providerKey: "admin"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#3657 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#459 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#5482 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#941 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler {#6038 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#5466 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#5402 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#5464
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#458 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#5402 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3377 …}
  -logger: Symfony\Bridge\Monolog\Logger {#5404 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#941 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#5482 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#6175
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#458 …}
  -secret: "DXpWI8N"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3377 …}
  -logger: Symfony\Bridge\Monolog\Logger {#5404 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#6176
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#459 …}
  -provider: UsernameOrEmailProvider_3eaa26a {#5433 …}
  -userChecker: Symfony\Component\Security\Core\User\UserChecker {#6178 …}
  -providerKey: "admin"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#3382 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -logger: Symfony\Bridge\Monolog\Logger {#5404 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#941 …}
  -stateless: false
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#5356
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#459 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "sylius_admin_logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#5363
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5362 …}
    }
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#5361}
    Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#5402 …}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#5364 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#3657 …}
  -csrfTokenManager: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#6177
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#459 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#3382 …}
  -map: Symfony\Component\Security\Http\AccessMap {#5446 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3377 …}
}
0.47 ms (none)

Security Voters (3)

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"

Access decision log

# Result Attributes Object
1 GRANTED ROLE_ADMINISTRATION_ACCESS
Symfony\Component\HttpFoundation\Request {#48
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#51 …}
  +request: Symfony\Component\HttpFoundation\ParameterBag {#49 …}
  +query: Symfony\Component\HttpFoundation\ParameterBag {#50 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#54 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#53 …}
  +cookies: Symfony\Component\HttpFoundation\ParameterBag {#52 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#55 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/admin/rca-manual-expire-notification-retrieve-data"
  #requestUri: "/admin/rca-manual-expire-notification-retrieve-data?offset=0&limit=101&filter=%7B%22from%22%3A%222022-01-01%22%2C%22onlyWithoutValidFrom%22%3Afalse%2C%22to%22%3A%222024-09-28%22%7D"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#3703 …}
  #locale: "ro"
  #defaultLocale: "ro"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
2 GRANTED ROLE_ADMINISTRATION_ACCESS
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
3 GRANTED ROLE_ADMINISTRATION_ACCESS
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
4 GRANTED ROLE_ADMINISTRATION_ACCESS
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
5 GRANTED IS_AUTHENTICATED_REMEMBERED
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details
6 DENIED ROLE_USER
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS DENIED
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
Show voter details