https://beta.liveboards.safeworkpro.com/login

Security Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#378
  -secret: "ZmNNfXN"
  -user: "anon."
  -roles: []
  -roleNames: []
  -authenticated: true
  -attributes: []
}

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.chain
context main
entry_point security.authentication.form_entry_point.main
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "switch_user"
  "form_login"
  "http_basic"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#382
  -map: Symfony\Component\Security\Http\AccessMap {#385 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#381 …}
  -logger: Symfony\Bridge\Monolog\Logger {#348 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#372
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#267 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#348 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#376 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#206 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#369 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#350 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#244 …}
    "enableUsageTracking"
  ]
}
0.07 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#406
  -csrfTokenManager: null
  #options: [
    "check_path" => "login"
    "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 {#348 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#223 …}
  #providerKey: "main"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#332 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#244 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#392 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#206 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler {#310 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#371 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#350 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\BasicAuthenticationListener {#404
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#244 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#223 …}
  -providerKey: "main"
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint {#368 …}
  -logger: Symfony\Bridge\Monolog\Logger {#348 …}
  -ignoreFailure: false
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#392 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#395
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#267 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#350 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#223 …}
  -logger: Symfony\Bridge\Monolog\Logger {#348 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#206 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#392 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#389
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#267 …}
  -secret: "ZmNNfXN"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#223 …}
  -logger: Symfony\Bridge\Monolog\Logger {#348 …}
}
0.10 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#400
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#244 …}
  -provider: Symfony\Component\Security\Core\User\ChainUserProvider {#374 …}
  -userChecker: Symfony\Component\Security\Core\User\UserChecker {#398 …}
  -providerKey: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#241 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -logger: Symfony\Bridge\Monolog\Logger {#348 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#206 …}
  -stateless: false
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#331
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#244 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#329
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#328 …}
    }
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#318}
    Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#350 …}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#330 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#332 …}
  -csrfTokenManager: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#397
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#244 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#241 …}
  -map: Symfony\Component\Security\Http\AccessMap {#385 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#223 …}
}
0.08 ms (none)

Security Voters (5)

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"
4
"App\Security\Authorization\Voter\GridVoter"
5
"App\Security\Authorization\Voter\LiveboardVoter"

Access decision log

# Result Attributes Object
1 GRANTED IS_AUTHENTICATED_ANONYMOUSLY
Symfony\Component\HttpFoundation\Request {#14
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#17 …}
  +request: Symfony\Component\HttpFoundation\ParameterBag {#15 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#16 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#20 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#19 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#18 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#21 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/login"
  #requestUri: "/login"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#327 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details
2 DENIED IS_AUTHENTICATED_REMEMBERED
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"App\Security\Authorization\Voter\GridVoter"
ACCESS ABSTAIN
"App\Security\Authorization\Voter\LiveboardVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED ROLE_PREVIOUS_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"App\Security\Authorization\Voter\GridVoter"
ACCESS ABSTAIN
"App\Security\Authorization\Voter\LiveboardVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED IS_AUTHENTICATED_REMEMBERED
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"App\Security\Authorization\Voter\GridVoter"
ACCESS ABSTAIN
"App\Security\Authorization\Voter\LiveboardVoter"
ACCESS ABSTAIN
Show voter details