https://inout.mante.solutions/todo/ssupdate Return to referer URL

Security

Token

maria.martinez Username
Authenticated
Property Value
Roles
[
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken {#1483
  -providerKey: "main"
  -user: App\Entity\User {#1468 …}
  -roleNames: [
    "ROLE_USER"
  ]
  -authenticated: true
  -attributes: []
}

Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.chain_provider
context main
entry_point login_authenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#1679
  -map: Symfony\Component\Security\Http\AccessMap {#1612 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#1146 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#1696
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#729 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#1146 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#1686 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#981 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#1494 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#730 …}
    "enableUsageTracking"
  ]
}
4.10 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#1694
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#1466 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1647 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#1478 …}
  -logger: Symfony\Bridge\Monolog\Logger {#1146 …}
  -rememberMeServices: null
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#730 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#1467
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#729 …}
  -secret: "7xN4dB6"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1647 …}
  -logger: Symfony\Bridge\Monolog\Logger {#1146 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#1577
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#730 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#1496 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#1576 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#1473
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#730 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1499 …}
  -map: Symfony\Component\Security\Http\AccessMap {#1612 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1647 …}
  -exceptionOnNoToken: true
}
1.36 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"

Access decision log

# Result Attributes Object
1 GRANTED
[
  "ROLE_ADMIN"
  "ROLE_USER"
  "ROLE_SUPER_ADMIN"
]
Symfony\Component\HttpFoundation\Request {#60
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#101 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#107 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#102 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#98 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#99 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#100 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#97 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/todo/ssupdate"
  #requestUri: "/todo/ssupdate"
  #baseUrl: ""
  #basePath: null
  #method: "POST"
  #format: "html"
  #session: Symfony\Component\HttpFoundation\Session\Session {#479 …}
  #locale: null
  #defaultLocale: "es"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  -isIisRewrite: false
  basePath: ""
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details