https://agilego.bprogrammer.ro/admin/agile/story/list Return to referer URL

Security Token

office@bprogrammer.ro Username
Authenticated
Property Value
Roles
[
  "ROLE_ADMIN"
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#365
  -credentials: null
  -providerKey: "admin"
  -user: App\AgileGo\Auth\Entity\User {#445 …}
  -roles: [
    Symfony\Component\Security\Core\Role\Role {#371
      -role: "ROLE_ADMIN"
    }
    Symfony\Component\Security\Core\Role\Role {#372
      -role: "ROLE_USER"
    }
  ]
  -roleNames: [
    "ROLE_ADMIN"
    "ROLE_USER"
  ]
  -authenticated: true
  -attributes: []
}

Security Firewall

admin Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider fos_user.user_provider.username_email
context admin
entry_point security.authentication.form_entry_point.admin
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "form_login"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#351
  -map: Symfony\Component\Security\Http\AccessMap {#352 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#364 …}
  -logger: Symfony\Bridge\Monolog\Logger {#304 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#366
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#132 …}
  -sessionKey: "_security_admin"
  -logger: Symfony\Bridge\Monolog\Logger {#304 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#367 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#249 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#344 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#81 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#133 …}
    "enableUsageTracking"
  ]
}
11.87 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#373
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#454 …}
  #options: [
    "check_path" => "fos_user_security_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_token"
    "csrf_token_id" => "authenticate"
    "post_only" => true
    "use_forward" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#304 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#94 …}
  #providerKey: "admin"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#71 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#133 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#450 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#249 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler {#519 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#370 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#81 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#369
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#132 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#81 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#94 …}
  -logger: Symfony\Bridge\Monolog\Logger {#304 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#249 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#450 …}
}
0.01 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#455
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#132 …}
  -secret: "UZH0H78"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#94 …}
  -logger: Symfony\Bridge\Monolog\Logger {#304 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#72
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#133 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "fos_user_security_logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#74
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#75 …}
    }
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#82}
    Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#81 …}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#73 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#71 …}
  -csrfTokenManager: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#456
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#133 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#458 …}
  -map: Symfony\Component\Security\Http\AccessMap {#352 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#94 …}
}
0.31 ms (none)

Security Voters (3)

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

Access decision log

# Result Attributes Object
1 GRANTED ROLE_ADMIN
Symfony\Component\HttpFoundation\Request {#16
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#19 …}
  +request: Symfony\Component\HttpFoundation\ParameterBag {#17 …}
  +query: Symfony\Component\HttpFoundation\ParameterBag {#18 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#22 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#21 …}
  +cookies: Symfony\Component\HttpFoundation\ParameterBag {#20 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#23 …}
  #content: "export-quotation-filter-form%5Btitle%5D=&export-quotation-filter-form%5Bdescription%5D=&export-quotation-filter-form%5Btag%5D%5B%5D=772&export-quotation-filter-form%5Bsave%5D=&export-quotation-filter-form%5B_token%5D=44WugWV_QNkJKpCaYjq7t9T_PfgFZLrxrog-kIg-DUw"
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/admin/agile/story/list"
  #requestUri: "/admin/agile/story/list"
  #baseUrl: ""
  #basePath: null
  #method: "POST"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#76 …}
  #locale: null
  #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\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details