GET https://qa.siopex.com/test

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#34356
  -map: Symfony\Component\Security\Http\AccessMap {#34548 …}
  -logger: Monolog\Logger {#27121 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#34249
  -sessionKey: "_security_main"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#10230 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#16926 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#7547 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#26555 …}
  -logger: Monolog\Logger {#27121 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#7546 …}
}
0.51 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#35502
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#37557 …}
}
9.78 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#16986
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#2921 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#37875 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#28361 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#20017 …}
  -logger: Monolog\Logger {#27121 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#7727 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#17718 …}
  -targetRoute: null
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#27534
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#2921 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#20017 …}
  -map: Symfony\Component\Security\Http\AccessMap {#34548 …}
}
13.78 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#18618
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#2921 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#27168 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#7546 …}
  -csrfTokenManager: null
}
(none) (none)

Authenticators

Status Authenticator
skipped
"App\Security\SIAuthenticator"

This authenticator did not support the request.

failure
"Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
Lazy yes
Duration 0.91 ms
Passport
Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport {#35409
  #user: ? Symfony\Component\Security\Core\User\UserInterface
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#17172
      -userLoader: Closure() {#8481 …}
      -user: ? Symfony\Component\Security\Core\User\UserInterface
      -identifierNormalizer: null
      -userIdentifier: "413"
      -attributes: null
    }
  ]
  -attributes: []
}
Badges UserBadge
Exception
Symfony\Component\Security\Core\Exception\UserNotFoundException {#18545
  #message: "User "413" not found."
  #code: 0
  #file: "/var/www/qa_siopex/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php"
  #line: 64
  -token: null
  -identifier: "413"
  trace: {
    /var/www/qa_siopex/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:64 {
      Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->loadUserByIdentifier(string $identifier): UserInterface …
      › if (null === $user) {    $e = new UserNotFoundException(\sprintf('User "%s" not found.', $identifier));    $e->setUserIdentifier($identifier);
    }
    /var/www/qa_siopex/vendor/symfony/security-http/RememberMe/AbstractRememberMeHandler.php:60 {
      Symfony\Component\Security\Http\RememberMe\AbstractRememberMeHandler->consumeRememberMeCookie(RememberMeDetails $rememberMeDetails): UserInterface …
      › {    $user = $this->userProvider->loadUserByIdentifier($rememberMeDetails->getUserIdentifier());    $this->processRememberMe($rememberMeDetails, $user);
    }
    /var/www/qa_siopex/vendor/symfony/security-http/RememberMe/SignatureRememberMeHandler.php:64 {
      Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler->consumeRememberMeCookie(RememberMeDetails $rememberMeDetails): UserInterface …
      › 
      ›     return parent::consumeRememberMeCookie($rememberMeDetails);}
    }
    /var/www/qa_siopex/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php:105 {
      Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator->{closure:Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator::authenticate():105} …
      › 
      › $userBadge = new UserBadge($rememberMeCookie->getUserIdentifier(), fn () => $this->rememberMeHandler->consumeRememberMeCookie($rememberMeCookie));}
    /var/www/qa_siopex/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php:101 {
      Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge->getUser(): UserInterface …
      › if (null === $this->getAttributes()) {    $user = ($this->userLoader)($this->getUserIdentifier());} else {
    }
    /var/www/qa_siopex/vendor/symfony/security-http/Authenticator/Passport/Passport.php:56 {
      Symfony\Component\Security\Http\Authenticator\Passport\Passport->getUser(): UserInterface …
      › 
      ›     $this->user = $this->getBadge(UserBadge::class)->getUser();}
    }
    /var/www/qa_siopex/vendor/symfony/security-http/EventListener/UserCheckerListener.php:40 {
      Symfony\Component\Security\Http\EventListener\UserCheckerListener->preCheckCredentials(CheckPassportEvent $event): void …
      › 
      ›     $this->userChecker->checkPreAuth($passport->getUser());}
    }
    /var/www/qa_siopex/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/qa_siopex/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/qa_siopex/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/qa_siopex/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/qa_siopex/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:189 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › $event = new CheckPassportEvent($authenticator, $passport);$this->eventDispatcher->dispatch($event);}
    /var/www/qa_siopex/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:167 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
    }
    /var/www/qa_siopex/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:149 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
    }
    /var/www/qa_siopex/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:38 {
      Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
    }
    /var/www/qa_siopex/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:58 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › {    $this->authenticationManagerListener->authenticate($event);}
    }
    /var/www/qa_siopex/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
      › try {    $this->listener->authenticate($event);} catch (LazyResponseException $e) {
    }
    /var/www/qa_siopex/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:61 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
      › foreach ($listeners as $listener) {    $listener($event);}
    /var/www/qa_siopex/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:91 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
      › foreach ($requestListeners as $listener) {    $listener($event);}
    /var/www/qa_siopex/vendor/symfony/security-http/Firewall.php:92 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
    }
    /var/www/qa_siopex/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/qa_siopex/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/qa_siopex/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/qa_siopex/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/qa_siopex/vendor/symfony/http-kernel/HttpKernel.php:159 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /var/www/qa_siopex/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/qa_siopex/vendor/symfony/http-kernel/Kernel.php:182 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/qa_siopex/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/qa_siopex/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/qa_siopex/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/qa_siopex/vendor/autoload_runtime.php"
      }
    }
  }
}

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"App\Security\ATFormatoUbicacionVoter"
3
"App\Security\ATUbicacionVoter"
4
"App\Security\ATVoter"
5
"App\Security\AccesoVoter"
6
"App\Security\AndenesVoter"
7
"App\Security\AreasVoter"
8
"App\Security\AsistenciasVoter"
9
"App\Security\BiometricosVoter"
10
"App\Security\DepartamentosVoter"
11
"App\Security\DescansosVoter"
12
"App\Security\DocFleetEmpleadoVoter"
13
"App\Security\EmpleadoVoter"
14
"App\Security\FCatalogosVoter"
15
"App\Security\FFormularioVoter"
16
"App\Security\FRespuestasVoter"
17
"App\Security\FleetCatUnidadesVoter"
18
"App\Security\GafetesVoter"
19
"App\Security\GeneralLogVoter"
20
"App\Security\GrupoUsuarioVoter"
21
"App\Security\HorariosVoter"
22
"App\Security\HorasExtraVoter"
23
"App\Security\ItemVoter"
24
"App\Security\ListaPrecioVoter"
25
"App\Security\LocalidadVoter"
26
"App\Security\MantenimientoVoter"
27
"App\Security\ModuleVoter"
28
"App\Security\OCVoter"
29
"App\Security\OrdenesCompraVoter"
30
"App\Security\PlacaVoter"
31
"App\Security\PlantaVoter"
32
"App\Security\PlantillaSeguridadVoter"
33
"App\Security\PrestamosVoter"
34
"App\Security\PuestosVoter"
35
"App\Security\ReporteFotograficoVoter"
36
"App\Security\ReporteGasolinaVoter"
37
"App\Security\ReporteKilometrajeVoter"
38
"App\Security\RetroactivosVoter"
39
"App\Security\SICAVIConfigsVoter"
40
"App\Security\SalariosVoter"
41
"App\Security\UnidadesVoter"
42
"App\Security\UsuarioVoter"
43
"App\Security\VacacionesEmpleadoVoter"
44
"App\Security\VisitantesVoter"
45
"App\Security\VisitasVoter"

Access decision log

# Result Attributes Object
1 DENIED IS_AUTHENTICATED_FULLY
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#15 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#5 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#10 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#18 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#17 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#16 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#19 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "text/html"
    "application/xhtml+xml"
    "application/xml"
    "*/*"
  ]
  #pathInfo: "/test"
  #requestUri: "/test"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#28749 …}
  #locale: null
  #defaultLocale: "es"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
DENIED
The user is not appropriately authenticated.
"App\Security\ATFormatoUbicacionVoter"
ABSTAIN
"App\Security\ATUbicacionVoter"
ABSTAIN
"App\Security\ATVoter"
ABSTAIN
"App\Security\AccesoVoter"
ABSTAIN
"App\Security\AndenesVoter"
ABSTAIN
"App\Security\AreasVoter"
ABSTAIN
"App\Security\AsistenciasVoter"
ABSTAIN
"App\Security\BiometricosVoter"
ABSTAIN
"App\Security\DepartamentosVoter"
ABSTAIN
"App\Security\DescansosVoter"
ABSTAIN
"App\Security\DocFleetEmpleadoVoter"
ABSTAIN
"App\Security\EmpleadoVoter"
ABSTAIN
"App\Security\FCatalogosVoter"
ABSTAIN
"App\Security\FFormularioVoter"
ABSTAIN
"App\Security\FRespuestasVoter"
ABSTAIN
"App\Security\FleetCatUnidadesVoter"
ABSTAIN
"App\Security\GafetesVoter"
ABSTAIN
"App\Security\GeneralLogVoter"
ABSTAIN
"App\Security\GrupoUsuarioVoter"
ABSTAIN
"App\Security\HorariosVoter"
ABSTAIN
"App\Security\HorasExtraVoter"
ABSTAIN
"App\Security\ItemVoter"
ABSTAIN
"App\Security\ListaPrecioVoter"
ABSTAIN
"App\Security\LocalidadVoter"
ABSTAIN
"App\Security\MantenimientoVoter"
ABSTAIN
"App\Security\ModuleVoter"
ABSTAIN
"App\Security\OCVoter"
ABSTAIN
"App\Security\OrdenesCompraVoter"
ABSTAIN
"App\Security\PlacaVoter"
ABSTAIN
"App\Security\PlantaVoter"
ABSTAIN
"App\Security\PlantillaSeguridadVoter"
ABSTAIN
"App\Security\PrestamosVoter"
ABSTAIN
"App\Security\PuestosVoter"
ABSTAIN
"App\Security\ReporteFotograficoVoter"
ABSTAIN
"App\Security\ReporteGasolinaVoter"
ABSTAIN
"App\Security\ReporteKilometrajeVoter"
ABSTAIN
"App\Security\RetroactivosVoter"
ABSTAIN
"App\Security\SICAVIConfigsVoter"
ABSTAIN
"App\Security\SalariosVoter"
ABSTAIN
"App\Security\UnidadesVoter"
ABSTAIN
"App\Security\UsuarioVoter"
ABSTAIN
"App\Security\VacacionesEmpleadoVoter"
ABSTAIN
"App\Security\VisitantesVoter"
ABSTAIN
"App\Security\VisitasVoter"
ABSTAIN
Show voter details