Security
Token
There is no security token. It was removed in af4386.
Firewall
main
Name
Security enabled
Stateless
Configuration
| Key | Value |
|---|---|
| provider | App\Security\UserProvider |
| context | main |
| entry_point | App\Security\CustomAuthenticator |
| user_checker | security.user_checker |
| access_denied_handler | App\Security\AccessDeniedHandler |
| access_denied_url | (none) |
| authenticators | [
"App\Security\CustomAuthenticator"
] |
Listeners
| Listener | Duration | Response |
|---|---|---|
Symfony\Component\Security\Http\Firewall\ChannelListener {#280 -map: Symfony\Component\Security\Http\AccessMap {#277 …} -logger: Monolog\Logger {#302 …} -httpPort: 80 -httpsPort: 443 } |
(none) | (none) |
Symfony\Component\Security\Http\Firewall\ContextListener {#346 -sessionKey: "_security_main" -registered: true -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#158 …} -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#340 …} -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#190 …} -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#345 …} -logger: Monolog\Logger {#302 …} -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#300 …} } |
0.02 ms | (none) |
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#339 -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#341 …} } |
(none) | (none) |
Symfony\Component\Security\Http\Firewall\AccessListener {#351 -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#187 …} -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#349 …} -map: Symfony\Component\Security\Http\AccessMap {#277 …} } |
0.01 ms | (none) |
Symfony\Component\Security\Http\Firewall\LogoutListener {#306 -options: [ "csrf_parameter" => "_csrf_token" "csrf_token_id" => "logout" "logout_path" => "app_logout" ] -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#187 …} -httpUtils: Symfony\Component\Security\Http\HttpUtils {#179 …} -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#300 …} -csrfTokenManager: null } |
(none) | (none) |
Authenticators
| Status | Authenticator |
|---|---|
| skipped |
"App\Security\CustomAuthenticator" 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" |