http://espace-adherentpp.groupeall.com/resetting/init

Security

Token

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

Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider App\Security\WebserviceUserProvider
context main
entry_point App\Security\AdherentCustomAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "switch_user"
  "guard"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#298
  -map: Symfony\Component\Security\Http\AccessMap {#299 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#282 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#366
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#552 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#282 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#367 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#716 …}
  -registered: true
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#268 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#551 …}
    "enableUsageTracking"
  ]
}
0.00 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#382
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#373 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#378 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#384 …}
  -logger: Symfony\Bridge\Monolog\Logger {#282 …}
  -rememberMeServices: null
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#551 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#247
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#552 …}
  -secret: "Xk7gnK9"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#378 …}
  -logger: Symfony\Bridge\Monolog\Logger {#282 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#205
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#551 …}
  -provider: App\Security\WebserviceUserProvider {#216 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#198 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#526 …}
  -usernameParameter: "_switch"
  -role: "ROLE_SUPER_ADMIN"
  -logger: Symfony\Bridge\Monolog\Logger {#282 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#716 …}
  -stateless: false
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#200
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#551 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#526 …}
  -map: Symfony\Component\Security\Http\AccessMap {#299 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#378 …}
  -exceptionOnNoToken: true
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#285
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#551 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#263 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#286 …}
}
0.00 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
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"