https://roviniete-qa.roviniete.ro/admin/login

Security Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#5616
  -secret: "CJvYS7C"
  -user: "anon."
  -roles: []
  -roleNames: []
  -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 {#5588
  -map: Symfony\Component\Security\Http\AccessMap {#5589 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#5602 …}
  -logger: Symfony\Bridge\Monolog\Logger {#5511 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#5604
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#499 …}
  -sessionKey: "_security_admin"
  -logger: Symfony\Bridge\Monolog\Logger {#5511 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#5605 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#985 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#5581 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#5509 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#500 …}
    "enableUsageTracking"
  ]
}
0.02 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#5609
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#5611 …}
  #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 {#5511 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3399 …}
  #providerKey: "admin"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#3677 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#500 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#5610 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#985 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler {#5603 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#5608 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#5509 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#5607
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#499 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#5509 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3399 …}
  -logger: Symfony\Bridge\Monolog\Logger {#5511 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#985 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#5610 …}
}
0.01 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#5615
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#499 …}
  -secret: "CJvYS7C"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3399 …}
  -logger: Symfony\Bridge\Monolog\Logger {#5511 …}
}
0.19 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#5627
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#500 …}
  -provider: UsernameOrEmailProvider_3eaa26a {#5576 …}
  -userChecker: Symfony\Component\Security\Core\User\UserChecker {#5621 …}
  -providerKey: "admin"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#3402 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -logger: Symfony\Bridge\Monolog\Logger {#5511 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#985 …}
  -stateless: false
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#5463
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#500 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "sylius_admin_logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#5470
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5469 …}
    }
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#5468}
    Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#5509 …}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#5471 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#3677 …}
  -csrfTokenManager: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#5617
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#500 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#3402 …}
  -map: Symfony\Component\Security\Http\AccessMap {#5589 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3399 …}
}
0.18 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 IS_AUTHENTICATED_ANONYMOUSLY
Symfony\Component\HttpFoundation\Request {#43
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#46 …}
  +request: Symfony\Component\HttpFoundation\ParameterBag {#44 …}
  +query: Symfony\Component\HttpFoundation\ParameterBag {#45 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#49 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#48 …}
  +cookies: Symfony\Component\HttpFoundation\ParameterBag {#47 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#50 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/admin/login"
  #requestUri: "/admin/login"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#3723 …}
  #locale: "ro"
  #defaultLocale: "ro"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details
2 DENIED ROLE_ADMINISTRATION_ACCESS
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
3 DENIED ROLE_ADMINISTRATION_ACCESS
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
4 DENIED ROLE_ADMINISTRATION_ACCESS
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
5 DENIED IS_AUTHENTICATED_REMEMBERED
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED IS_AUTHENTICATED_FULLY
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
Show voter details
7 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