https://backend-dev.addvance3d.com/notificaciones?s=menu Return to referer URL

Security

Token

javijalis@gmail.com Username
Authenticated
Property Value
Roles
[
  "ROLE_ADMIN"
]
Inherited Roles
[
  "ROLE_CHIEF"
  "ROLE_SUPPLIER_CHIEF"
  "ROLE_ALLOWED_TO_SWITCH"
  "ROLE_USER"
  "ROLE_CLIENT"
  "ROLE_SUPPLIER"
  "ROLE_BASE"
  "ROLE_OEM"
  "ROLE_SB"
]
Token
Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken {#250
  -user: App\Entity\User {#1245 …}
  -roleNames: [
    "ROLE_ADMIN"
  ]
  -authenticated: true
  -attributes: []
  -providerKey: "main"
}

Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\LoginFormAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "switch_user"
  "guard"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#268
  -map: Symfony\Component\Security\Http\AccessMap {#302 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#267 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#362
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#108 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#267 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#361 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#83 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#109 …}
    "enableUsageTracking"
  ]
}
145.22 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#357
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#359 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#365 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#372 …}
  -logger: Symfony\Bridge\Monolog\Logger {#267 …}
  -rememberMeServices: null
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#109 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#369
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#108 …}
  -secret: "S9IqWTq"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#365 …}
  -logger: Symfony\Bridge\Monolog\Logger {#267 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#367
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#109 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#389 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#358 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#383 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -logger: Symfony\Bridge\Monolog\Logger {#267 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
  -stateless: false
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#374
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#109 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#383 …}
  -map: Symfony\Component\Security\Http\AccessMap {#302 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#365 …}
  -exceptionOnNoToken: true
}
0.05 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#265
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#109 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#332 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#253 …}
}
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\CompanyVoter"
5
"App\Security\Voter\OrderVoter"
6
"App\Security\Voter\PartVoter"
7
"App\Security\Voter\SupplierVoter"
8
"App\Security\Voter\UserVoter"