https://api.escalnet.escalconsulting.com/api/suivis?_page=1&order%5Bdate%5D=desc&suivi_defaut=30

Security Token

Charles Username
Authenticated
Property Value
Roles
[
  "ROLE_CONSULTANT"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\PreAuthenticatedToken {#3065
  -credentials: null
  -providerKey: "main"
  -user: Proxies\__CG__\App\Entity\Auth\AuthUser {#3126 …}
  -roles: [
    Symfony\Component\Security\Core\Role\Role {#3301
      -role: "ROLE_CONSULTANT"
    }
  ]
  -roleNames: [
    "ROLE_CONSULTANT"
  ]
  -authenticated: true
  -attributes: []
}

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider auth_token_user_provider
context (none)
entry_point (none)
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "simple_preauth"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#2074
  -map: Symfony\Component\Security\Http\AccessMap {#2075 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#2076 …}
  -logger: Symfony\Bridge\Monolog\Logger {#2068 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SimplePreAuthenticationListener {#2080
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#342 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#192 …}
  -providerKey: "main"
  -simpleAuthenticator: App\Security\AuthTokenAuthenticator {#2081 …}
  -logger: Symfony\Bridge\Monolog\Logger {#2068 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#494 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#2082 …}
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#183 …}
}
42.76 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#668
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#342 …}
  -secret: "XEi5j18"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#192 …}
  -logger: Symfony\Bridge\Monolog\Logger {#2068 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#2083
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#343 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#176 …}
  -map: Symfony\Component\Security\Http\AccessMap {#2075 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#192 …}
}
0.01 ms (none)

Security Voters (3)

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"