http://www.saas-preprod.starksoft.io/login

Security Token

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

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\LoginFormAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext {#88
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#128 …}
  -listeners: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#249 …}
  -exceptionListener: Symfony\Component\Security\Http\Firewall\ExceptionListener {#44 …}
  -logoutListener: Symfony\Component\Security\Http\Firewall\LogoutListener {#61
    -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#19 …}
    -options: [
      "csrf_parameter" => "_csrf_token"
      "csrf_token_id" => "logout"
      "logout_path" => "app_logout"
    ]
    -handlers: [
      Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#57
        -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#63 …}
      }
      Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#97}
    ]
    -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#59 …}
    -httpUtils: Symfony\Component\Security\Http\HttpUtils {#41 …}
    -csrfTokenManager: null
  }
  -config: Symfony\Bundle\SecurityBundle\Security\FirewallConfig {#370 …}
}
7.04 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#61
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#19 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#57
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#63 …}
    }
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#97}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#59 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#41 …}
  -csrfTokenManager: null
}
0.02 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"