http://dev.az.vp.vpauto.fr/mentions-legales

Security

Token

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

Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider App\Security\UserProvider
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"
  "guard"
  "form_login"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#992
  -map: Symfony\Component\Security\Http\AccessMap {#1071 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#980 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#85
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#578 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#980 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#87 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#969 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#447 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#1051 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#579 …}
    "enableUsageTracking"
  ]
}
0.01 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#995
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#1068 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1038 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#1021 …}
  -logger: Symfony\Bridge\Monolog\Logger {#980 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#1051 …}
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#579 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#1118
  #options: [
    "check_path" => "/security/login_check"
    "login_path" => "/security/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
    "enable_csrf" => false
    "form_only" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#980 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1038 …}
  #providerKey: "main"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#979 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#579 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#1069 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#969 …}
  -successHandler: App\Security\Handler\AuthenticationSuccessHandler {#1049 …}
  -failureHandler: App\Security\Handler\AuthenticationFailureHandler {#1115 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#1051 …}
  -csrfTokenManager: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#1121
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#578 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#1051 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1038 …}
  -logger: Symfony\Bridge\Monolog\Logger {#980 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#969 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#1069 …}
}
0.01 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#1124
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#578 …}
  -secret: "Ewx37aC"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1038 …}
  -logger: Symfony\Bridge\Monolog\Logger {#980 …}
}
0.35 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#1129
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#579 …}
  -provider: App\Security\UserProvider {#1138 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#1139 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#934 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_SUPER_ADMIN"
  -logger: Symfony\Bridge\Monolog\Logger {#980 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#969 …}
  -stateless: false
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#1018
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#579 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/security/logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#979 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#997 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#1125
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#579 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#934 …}
  -map: Symfony\Component\Security\Http\AccessMap {#1071 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1038 …}
  -exceptionOnNoToken: true
}
0.23 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

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\EditSaleVoter"
5
"App\Security\Authorization\Voter\EditVehicleVoter"
6
"App\Security\Authorization\Voter\ViewBackendUserVoter"
7
"App\Security\Authorization\Voter\ViewSaleVoter"
8
"App\Security\Authorization\Voter\ViewVehicleVoter"

Access decision log

# Result Attributes Object
1 GRANTED IS_AUTHENTICATED_ANONYMOUSLY
Symfony\Component\HttpFoundation\Request {#12
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#17 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#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: [
    "*/*"
  ]
  #pathInfo: "/mentions-legales"
  #requestUri: "/mentions-legales"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#184 …}
  #locale: "fr"
  #defaultLocale: "fr"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details