Redirect 302 redirect from GET @dashboard (a739e0)

GET https://simplyflow.asurtest.cl/login

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\ExternalAuthenticator
user_checker security.user_checker
access_denied_handler App\Security\AccessDeniedHandler
access_denied_url (none)
authenticators
[
  "switch_user"
  "login_throttling"
  "App\Security\ExternalAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#637
  -map: Symfony\Component\Security\Http\AccessMap {#638 …}
  -logger: Monolog\Logger {#606 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#652
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#839 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#606 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#653 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#610 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#604 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#655 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#659
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#657 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#661
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#840 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#662 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#663 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1008 …}
  -usernameParameter: "_switch_user"
  -role: "CAN_SWITCH_USER"
  -logger: Monolog\Logger {#606 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1040 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#856 …}
  -targetRoute: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#665
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#840 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1008 …}
  -map: Symfony\Component\Security\Http\AccessMap {#638 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#609
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#840 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#599 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#610 …}
}
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
"App\Security\Voter\Custom\EscalationVoter"
5
"App\Security\Voter\Custom\PrevaluatorVoter"
6
"App\Security\Voter\Custom\ProfileAccessVoter"
7
"App\Security\Voter\Custom\ReopeningEvaluatorVoter"
8
"App\Security\Voter\EmployeeVoter"
9
"App\Security\Voter\EvaluatorVoter"
10
"App\Security\Voter\FacilityVoter"
11
"App\Security\Voter\HoldingAdminVoter"
12
"App\Security\Voter\MaintainerVoter"
13
"App\Security\Voter\ObserverVoter"
14
"App\Security\Voter\ProfileEvaluatorVoter"
15
"App\Security\Voter\ProfileRequesterVoter"
16
"App\Security\Voter\SupplierVoter"
17
"App\Security\Voter\SwitchUserVoter"
18
"App\Security\Voter\WorkflowVoter"
19
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"