GET https://bspb.insales.services.ipol.tech/user/login

Security

Token

There is no security token.

Firewall

application Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.users
context application
entry_point security.authenticator.form_login.application
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "form_login"
  "App\Core\Security\ApplicationAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#216
  -map: Symfony\Component\Security\Http\AccessMap {#218 …}
  -logger: Monolog\Logger {#266 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#224
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#64 …}
  -sessionKey: "_security_application"
  -logger: Monolog\Logger {#266 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#227 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#271 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#319 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#225 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#452
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#454 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#450
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#65 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#110 …}
  -map: Symfony\Component\Security\Http\AccessMap {#218 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#320
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#65 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "user.logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#286 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#271 …}
}
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\RoleVoter"
3
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"