GET https://sullivan.bestt.fr/

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\AuthenticationEntryPoint
user_checker App\Security\UserChecker
access_denied_handler App\Modules\Auth\Security\AccessDeniedHandler
access_denied_url /login_success
authenticators
[
  "switch_user"
  "form_login"
  "remember_me"
  "App\Security\TokenAuthenticator"
  "App\Security\PortalTokenAuthenticator"
  "App\Security\PortalApiKeyAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#837
  -map: Symfony\Component\Security\Http\AccessMap {#832 …}
  -logger: Monolog\Logger {#740 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#918
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#105 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#740 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#919 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#909 …}
  -registered: true
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#73 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#921 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#944
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#931 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#946
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#106 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#933 …}
  -userChecker: App\Security\UserChecker {#947 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#100 …}
  -usernameParameter: "_switch_user"
  -role: "CAN_SWITCH_USER"
  -logger: Monolog\Logger {#740 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#401 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#250 …}
  -targetRoute: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#949
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#106 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#100 …}
  -map: Symfony\Component\Security\Http\AccessMap {#832 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#738
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#106 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#774 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#618 …}
}
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
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Modules\Auth\Security\Voter\DashboardAccessVoter"
6
"App\Security\Voter\AgenceVoter"
7
"App\Security\Voter\CommandeVoter"
8
"App\Security\Voter\DocumentDemandeWebLigneVoter"
9
"App\Security\Voter\DocumentDemandeWebVoter"
10
"App\Security\Voter\DocumentForInterimVoter"
11
"App\Security\Voter\DocumentWebVoter"
12
"App\Security\Voter\InterimInformationInsertVoter"
13
"App\Security\Voter\PortalApiVoter"
14
"App\Security\Voter\SwitchToSomeUserVoter"
15
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"