Redirect 302 redirect from GET @n/a (243239)

GET http://back-office.dev-project-server.com/page/not/found

Security

Token

There is no security token.

Firewall

front Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.chain_provider
context shared_context
entry_point App\Security\UserAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "switch_user"
  "oauth"
  "remember_me"
  "App\Security\UserAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#357
  -map: Symfony\Component\Security\Http\AccessMap {#392 …}
  -logger: Symfony\Component\HttpKernel\Log\Logger {#22 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#410
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#198 …}
  -sessionKey: "_security_shared_context"
  -logger: Symfony\Component\HttpKernel\Log\Logger {#22 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#412 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#407 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#327 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#426 …}
}
0.24 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#612
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#610 …}
}
0.00 ms (none)
HWI\Bundle\OAuthBundle\Security\Http\Firewall\RefreshAccessTokenListener {#616
  #tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#199 …}
  #resourceOwnerMap: HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap {#596 …}
  #enabled: false
  -oAuthAuthenticator: HWI\Bundle\OAuthBundle\Security\Http\Authenticator\OAuthAuthenticator {#595 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#613
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#199 …}
  -provider: Symfony\Component\Security\Core\User\ChainUserProvider {#600 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#618 …}
  -firewallName: "front"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#556 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -logger: Symfony\Component\HttpKernel\Log\Logger {#22 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#308 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#213 …}
  -targetRoute: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#391
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#199 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_front_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#400 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#493 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#617
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#199 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#556 …}
  -map: Symfony\Component\Security\Http\AccessMap {#392 …}
}
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
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"