https://95.217.68.83/webpanel/login

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider App\Security\UserProvider
context main
entry_point App\Security\LoginFormAuthenticator
user_checker security.user_checker
access_denied_handler App\Security\AccessDeniedHandler
access_denied_url (none)
authenticators
[
  "switch_user"
  "two_factor"
  "App\Security\LoginFormAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#377
  -map: Symfony\Component\Security\Http\AccessMap {#378 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#367 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#386
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#86 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#367 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#387 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#338 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#364 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#87 …}
    "enableUsageTracking"
  ]
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#395
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#396 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#398
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#87 …}
  -provider: App\Security\UserProvider {#399 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#400 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#300 …}
  -usernameParameter: "_switch_user"
  -role: "CAN_SWITCH_USER"
  -logger: Symfony\Bridge\Monolog\Logger {#367 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#216 …}
  -stateless: false
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#402
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#157 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#87 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#403 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#405
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#87 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#300 …}
  -map: Symfony\Component\Security\Http\AccessMap {#378 …}
  -authManager: null
  -exceptionOnNoToken: false
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#370
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#87 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#83 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#338 …}
}
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\Security\Voter\AccountVoter"
6
"App\Security\Voter\AliasVoter"
7
"App\Security\Voter\ApiVoter"
8
"App\Security\Voter\DomainVoter"
9
"App\Security\Voter\LoginMessageVoter"
10
"App\Security\Voter\ProcmailVoter"
11
"App\Security\Voter\SpamAssassinVoter"
12
"App\Security\Voter\SwitchUserVoter"