Redirect 302 redirect from POST @app_login (b5233c)

GET https://dev.procesa.app/

Security

Token

nestorg Username
Authenticated
b5233c From
Property Value
Roles
[
  "ROLE_METER_ADMIN"
  "ROLE_METER_TECHNICIAN"
  "ROLE_MANTENIMIENTO_REQ"
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#692
  -user: App\Entity\User {#1031 …}
  -roleNames: [
    "ROLE_METER_ADMIN"
    "ROLE_METER_TECHNICIAN"
    "ROLE_MANTENIMIENTO_REQ"
    "ROLE_USER"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point security.authenticator.form_login.main
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "switch_user"
  "login_throttling"
  "form_login"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#624
  -map: Symfony\Component\Security\Http\AccessMap {#660 …}
  -logger: Monolog\Logger {#669 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#661
  -sessionKey: "_security_main"
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#654 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#635 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#220 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#641 …}
  -logger: Monolog\Logger {#669 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#508 …}
}
24.64 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#532
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#628 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#710
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#221 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#510 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#703 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#227 …}
  -logger: Monolog\Logger {#669 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#384 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#258 …}
  -targetRoute: null
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#671
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#221 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#227 …}
  -map: Symfony\Component\Security\Http\AccessMap {#660 …}
}
0.93 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#621
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#221 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#696 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#508 …}
  -csrfTokenManager: null
}
(none) (none)

Authenticators

Status Authenticator
skipped
"Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"

This authenticator did not support the request.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
3
"App\Security\Voter\RoleHierarchyVoter"

Access decision log

# Result Attributes Object
1 GRANTED 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: null
  #pathInfo: "/"
  #requestUri: "/"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#711 …}
  #locale: null
  #defaultLocale: "es"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
GRANTED
The user is fully authenticated.
Show voter details
2 GRANTED ROLE_USER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_USER.
Show voter details
3 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
4 GRANTED ROLE_USER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_USER.
Show voter details
5 GRANTED ROLE_USER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_USER.
Show voter details
6 DENIED ROLE_PYC_MANAGER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_PYC_MANAGER.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
7 DENIED ROLE_BUSES
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_BUSES.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
8 DENIED ROLE_BUSES
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_BUSES.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
9 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
10 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
11 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
12 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
13 DENIED ROLE_TI
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_TI.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
14 DENIED ROLE_TI
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_TI.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
15 DENIED ROLE_TI
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_TI.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
16 GRANTED ROLE_METER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_METER_ADMIN.
Show voter details
17 GRANTED ROLE_METER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_METER_ADMIN.
Show voter details
18 GRANTED ROLE_METER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_METER_ADMIN.
Show voter details
19 DENIED ROLE_PYC_MANAGER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_PYC_MANAGER.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
20 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
21 DENIED FCH34
null
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
22 DENIED FCH34
null
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
23 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
24 GRANTED ROLE_METER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_METER_ADMIN.
Show voter details
25 GRANTED ROLE_METER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_METER_ADMIN.
Show voter details
26 GRANTED ROLE_METER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_METER_ADMIN.
Show voter details
27 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
28 GRANTED ROLE_USER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_USER.
Show voter details
29 DENIED ROLE_JOB_CONSULTANT
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_JOB_CONSULTANT.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
30 DENIED ROLE_JOB_BRINGER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_JOB_BRINGER.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
31 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
32 GRANTED ROLE_MANTENIMIENTO_REQ
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_MANTENIMIENTO_REQ.
Show voter details
33 DENIED ROLE_CR_MERMA
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_CR_MERMA.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
34 DENIED ROLE_PYC_MANAGER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_PYC_MANAGER.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
35 GRANTED ROLE_USER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_USER.
Show voter details
36 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
37 DENIED ROLE_GENERAL_PYC_REPORTS
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_GENERAL_PYC_REPORTS.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
38 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
39 DENIED ROLE_PYC_MANAGER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_PYC_MANAGER.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
40 DENIED ROLE_ENERGETICOS
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_ENERGETICOS.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
41 DENIED ROLE_ENERGETICOS
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_ENERGETICOS.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
42 DENIED ROLE_ENERGETICOS
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_ENERGETICOS.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
43 DENIED ROLE_TI
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_TI.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
44 DENIED ROLE_COMPRADOR_SAP
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_COMPRADOR_SAP.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
45 DENIED ROLE_APROBADOR_SAP
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_APROBADOR_SAP.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
46 DENIED ROLE_APROBADOR_MATERIAL_SAP
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_APROBADOR_MATERIAL_SAP.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
47 DENIED ROLE_APROBADOR_SAP
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_APROBADOR_SAP.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
48 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
49 DENIED ROLE_SOCIEDADES_SAP
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_SOCIEDADES_SAP.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
50 DENIED ROLE_DEVOLUCION__MATERIAL_SAP
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_DEVOLUCION__MATERIAL_SAP.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
51 DENIED ROLE_MAPA_RELACIONES_SAP
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_MAPA_RELACIONES_SAP.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
52 DENIED ROLE_COMPRADOR_SAP
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_COMPRADOR_SAP.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
53 DENIED ROLE_COMPRADOR_SAP
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_COMPRADOR_SAP.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
54 DENIED ROLE_MOVIM_INVENT_SAP
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_MOVIM_INVENT_SAP.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
55 DENIED ROLE_SOLICITANTE_SAP
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_SOLICITANTE_SAP.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
56 DENIED ROLE_SOLICITANTE__MATERIAL_SAP
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_SOLICITANTE__MATERIAL_SAP.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
57 DENIED ROLE_STOCK_INVENTARIO_SAP
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_STOCK_INVENTARIO_SAP.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
58 DENIED ROLE_ALL_GOOD_ISSUE_REQ
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_ALL_GOOD_ISSUE_REQ.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
59 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
60 DENIED ROLE_USER_MANAGEMENT
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_USER_MANAGEMENT.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
61 DENIED ROLE_PYC_MANAGER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_PYC_MANAGER.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
62 GRANTED ROLE_METER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_METER_ADMIN.
Show voter details
63 GRANTED ROLE_METER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_METER_ADMIN.
Show voter details
64 GRANTED ROLE_METER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_METER_ADMIN.
Show voter details
65 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
66 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
67 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details
68 DENIED ROLE_ALLOWED_TO_SWITCH
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_ALLOWED_TO_SWITCH.
"App\Security\Voter\RoleHierarchyVoter"
DENIED
Show voter details