https://api.escalnet.escalconsulting.com/api/email_retours Return to referer URL

Security Token

Lola Username
Authenticated
Property Value
Roles
[
  "ROLE_CONSULTANT"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\PreAuthenticatedToken {#1725
  -credentials: null
  -providerKey: "main"
  -user: Proxies\__CG__\App\Entity\Auth\AuthUser {#1786 …}
  -roles: [
    Symfony\Component\Security\Core\Role\Role {#2113
      -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 {#578
  -map: Symfony\Component\Security\Http\AccessMap {#590 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#510 …}
  -logger: Symfony\Bridge\Monolog\Logger {#597 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SimplePreAuthenticationListener {#519
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#313 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#163 …}
  -providerKey: "main"
  -simpleAuthenticator: App\Security\AuthTokenAuthenticator {#632 …}
  -logger: Symfony\Bridge\Monolog\Logger {#597 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#465 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#523 …}
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#154 …}
}
51.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#501
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#313 …}
  -secret: "D3CCLRM"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#163 …}
  -logger: Symfony\Bridge\Monolog\Logger {#597 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#566
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#314 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#147 …}
  -map: Symfony\Component\Security\Http\AccessMap {#590 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#163 …}
}
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"