http://lemailfrancais.app/fr/presentation?p=fr%2Fpresentation Return to referer URL

Security Token

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

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.in_database
context main
entry_point security.authentication.form_entry_point.main
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 {#118
  -map: Symfony\Component\Security\Http\AccessMap {#119 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#348 …}
  -logger: Symfony\Bridge\Monolog\Logger {#112 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#310
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#162 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#112 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#332 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#257 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#110 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#163 …}
    "enableUsageTracking"
  ]
}
0.09 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#48
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#129 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#38 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#41 …}
  -logger: Symfony\Bridge\Monolog\Logger {#112 …}
  -rememberMeServices: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#403
  -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 {#112 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#38 …}
  #providerKey: "main"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#90 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#163 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#289 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#257 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler {#343 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#49 …}
  -rememberMeServices: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#42
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#162 …}
  -secret: "XdTFcFi"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#38 …}
  -logger: Symfony\Bridge\Monolog\Logger {#112 …}
}
0.44 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#91
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#163 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#93
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#94 …}
    }
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#105}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#92 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#90 …}
  -csrfTokenManager: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#408
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#163 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#417 …}
  -map: Symfony\Component\Security\Http\AccessMap {#119 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#38 …}
}
1.06 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 DENIED ROLE_USER
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
Show voter details
2 GRANTED Expression:
not is_granted('ROLE_USER')
Symfony\Component\HttpFoundation\Request {#4
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#7 …}
  +request: Symfony\Component\HttpFoundation\ParameterBag {#5 …}
  +query: Symfony\Component\HttpFoundation\ParameterBag {#6 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#10 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#9 …}
  +cookies: Symfony\Component\HttpFoundation\ParameterBag {#8 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#11 …}
  #content: "ext_ticket[object]=record&ext_ticket[enterprise]=Kompaniya_zcel&ext_ticket[firstName]=Kompaniya_yhel&ext_ticket[lastName]=Kompaniya_yhel&ext_ticket[email]=bssckrcrtel%40xruma.store&ext_ticket[phoneNumber]=81931956494&ext_ticket[message]=+%0D%0A%D0%9A%D0%B2%D0%B0%D0%BB%D0%B8%D1%84%D0%B8%D1%86%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%BD%D0%B0%D1%8F+%D0%BF%D0%BE%D0%BC%D0%BE%D1%89%D1%8C+%D0%B2+%D1%81%D1%82%D1%80%D0%BE%D0%B8%D1%82%D0%B5%D0%BB%D1%8C%D0%BD%D1%8B%D1%85+%D0%B2%D0%BE%D0%BF%D1%80%D0%BE%D1%81%D0%B0%D1%85%2C+%D0%BA%D0%BE%D1%82%D0%BE%D1%80%D0%BE%D0%B5+%D0%BD%D0%B5%D0%BE%D0%B1%D1%85%D0%BE%D0%B4%D0%B8%D0%BC%D0%BE+%D1%83%D1%87%D0%B5%D1%81%D1%82%D1%8C.+%0D%0A%D0%9A%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F+%D1%81%D1%82%D1%80%D0%BE%D0%B8%D1%82%D0%B5%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F+%D1%8D%D0%BA%D1%81%D0%BF%D0%B5%D1%80%D1%82%D0%B8%D0%B7%D0%B0+-+<a+href%3Dproekty-prom.ru>proekty-prom.ru<%2Fa>+.&ext_ticket[submit]=&ext_ticket[_token]=zs5r7nghh_g7FUE38ZoOhWepyr_7ebSq26UvUqCggEM"
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/fr/presentation"
  #requestUri: "/fr/presentation"
  #baseUrl: ""
  #basePath: ""
  #method: "POST"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#95 …}
  #locale: "fr"
  #defaultLocale: "fr"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS GRANTED
Show voter details
3 DENIED ROLE_USER
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
Show voter details
4 DENIED ROLE_USER
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
Show voter details