https://dev.system.cpcd.emartsynergia.com/

Security Token

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

Security Firewall

page Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context page
entry_point security.authentication.form_entry_point.page
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "form_login"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#246
  -map: Symfony\Component\Security\Http\AccessMap {#43 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#222 …}
  -logger: Symfony\Bridge\Monolog\Logger {#254 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#186
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#30 …}
  -sessionKey: "_security_page"
  -logger: Symfony\Bridge\Monolog\Logger {#254 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#181 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#174 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#267 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#63 …}
    "enableUsageTracking"
  ]
}
0.00 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#188
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#184 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#178 …}
  -providerKey: "page"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#66 …}
  -logger: Symfony\Bridge\Monolog\Logger {#254 …}
  -rememberMeServices: null
  -hideUserNotFoundExceptions: true
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#205
  -csrfTokenManager: null
  #options: [
    "check_path" => "/login_check"
    "login_path" => "pageAuthLogin"
    "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
    "enable_csrf" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#254 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#178 …}
  #providerKey: "page"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#190 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#63 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#270 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#174 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler {#212 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#210 …}
  -rememberMeServices: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#214
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#30 …}
  -secret: "SPj85Bd"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#178 …}
  -logger: Symfony\Bridge\Monolog\Logger {#254 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#198
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#63 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#199 …}
  -map: Symfony\Component\Security\Http\AccessMap {#43 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#178 …}
  -exceptionOnNoToken: true
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#268
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#63 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "pageAuthLogout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#190 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#217 …}
}
0.00 ms (none)

Security Voters (2)

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