GET https://mgilbert.org/question/search?applied=1&includeShared=1

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider App\Security\ConnectUserProvider
context main
entry_point App\Security\AppAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "switch_user"
  "symfony_connect"
  "App\Security\AppAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#1415
  -map: Symfony\Component\Security\Http\AccessMap {#2363 …}
  -logger: Monolog\Logger {#1255 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#1252
  -sessionKey: "_security_main"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#134 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#1258 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#170 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#1253 …}
  -logger: Monolog\Logger {#1255 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#1180 …}
}
0.01 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#1774
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#1347 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#2950
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#171 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#1781 …}
  -userChecker: App\Security\UserChecker {#1717 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#162 …}
  -logger: Monolog\Logger {#1255 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_SUPER_ADMIN"
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#453 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#328 …}
  -targetRoute: null
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#1567
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#171 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#162 …}
  -map: Symfony\Component\Security\Http\AccessMap {#2363 …}
}
0.80 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#1969
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#171 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#2034 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#1180 …}
  -csrfTokenManager: null
}
(none) (none)

Authenticators

Status Authenticator
skipped
"App\Security\AppAuthenticator"

This authenticator did not support the request.

skipped
"SymfonyCorp\Connect\Security\ConnectAuthenticator"

This authenticator did not support the request.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
2
"App\Security\Voter\MessageVoter"
3
"App\Security\Voter\ProfileVoter"
4
"App\Security\Voter\QuestionVoter"
5
"App\Security\Voter\QuizVoter"
6
"App\Security\Voter\SharedQuizTemplateVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
Symfony\Component\HttpFoundation\Request {#2056
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#2609 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#2054 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#1348 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#1228 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#1227 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#2575 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#1873 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "*/*"
  ]
  #pathInfo: "/question/search"
  #requestUri: "/question/search?applied=1&includeShared=1"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#1990 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_USER.
"App\Security\Voter\MessageVoter"
ABSTAIN
"App\Security\Voter\ProfileVoter"
ABSTAIN
"App\Security\Voter\QuestionVoter"
ABSTAIN
"App\Security\Voter\QuizVoter"
ABSTAIN
"App\Security\Voter\SharedQuizTemplateVoter"
ABSTAIN
Show voter details