GET http://10.0.109.204/health

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider App\Security\UserProvider
context main
entry_point security.authenticator.form_login.main
user_checker security.user_checker
access_denied_handler App\Handler\AccessDeniedHandler
access_denied_url (none)
authenticators
[
  "switch_user"
  "form_login"
  "remember_me"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#1822
  -map: Symfony\Component\Security\Http\AccessMap {#1821 …}
  -logger: Monolog\Logger {#1849 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#1908
  -sessionKey: "_security_main"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#1857 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#1911 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#868 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#1909 …}
  -logger: Monolog\Logger {#1849 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#1845 …}
}
0.14 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#1923
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#1914 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#1925
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#869 …}
  -provider: App\Security\UserProvider {#1856 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#1926 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1020 …}
  -logger: Monolog\Logger {#1849 …}
  -usernameParameter: "_su"
  -role: "ROLE_ALLOW_TO_SWITCH"
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1051 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#885 …}
  -targetRoute: null
}
(none) (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#1846
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout_localized"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#869 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#1862 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#1845 …}
  -csrfTokenManager: null
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#1928
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#869 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1020 …}
  -map: Symfony\Component\Security\Http\AccessMap {#1821 …}
}
0.13 ms (none)

Authenticators

Status Authenticator
skipped
"Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"

This authenticator did not support the request.

skipped
"Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"

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\RoleHierarchyVoter"
3
"App\Security\Voter\BookFrenchClassVoter"
4
"App\Security\Voter\BuddyVoter"
5
"App\Security\Voter\CommunityVoter"
6
"App\Security\Voter\DocumentStudentVoter"
7
"App\Security\Voter\LifeOnCampusEditableVoter"
8
"App\Security\Voter\ServiceVoter"
9
"App\Security\Voter\StaffVoter"
10
"App\Security\Voter\StudentVoter"
11
"App\Security\Voter\ZoneVoter"

Access decision log

# Result Attributes Object
1 GRANTED PUBLIC_ACCESS
Symfony\Component\HttpFoundation\Request {#11
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#14 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#12 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#13 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#17 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#16 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#15 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#18 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/health"
  #requestUri: "/health"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#1935 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: [
    "2\x00\x0010.0.107.191\x00" => []
    "4\x00\x00\x00" => []
    "32\x00\x00\x00" => []
    "8\x00\x00\x00" => []
    "16\x00\x00\x00" => []
  ]
  -isIisRewrite: false
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
GRANTED
Access is public.
Show voter details
2 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Security\Voter\BookFrenchClassVoter"
ABSTAIN
"App\Security\Voter\BuddyVoter"
ABSTAIN
"App\Security\Voter\CommunityVoter"
ABSTAIN
"App\Security\Voter\DocumentStudentVoter"
ABSTAIN
"App\Security\Voter\LifeOnCampusEditableVoter"
ABSTAIN
"App\Security\Voter\ServiceVoter"
ABSTAIN
"App\Security\Voter\StaffVoter"
ABSTAIN
"App\Security\Voter\StudentVoter"
ABSTAIN
"App\Security\Voter\ZoneVoter"
ABSTAIN
Show voter details
3 DENIED ROLE_SCHOOL_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SCHOOL_ADMIN.
"App\Security\Voter\BookFrenchClassVoter"
ABSTAIN
"App\Security\Voter\BuddyVoter"
ABSTAIN
"App\Security\Voter\CommunityVoter"
ABSTAIN
"App\Security\Voter\DocumentStudentVoter"
ABSTAIN
"App\Security\Voter\LifeOnCampusEditableVoter"
ABSTAIN
"App\Security\Voter\ServiceVoter"
ABSTAIN
"App\Security\Voter\StaffVoter"
ABSTAIN
"App\Security\Voter\StudentVoter"
ABSTAIN
"App\Security\Voter\ZoneVoter"
ABSTAIN
Show voter details
4 DENIED ROLE_RESIDENCE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_RESIDENCE_ADMIN.
"App\Security\Voter\BookFrenchClassVoter"
ABSTAIN
"App\Security\Voter\BuddyVoter"
ABSTAIN
"App\Security\Voter\CommunityVoter"
ABSTAIN
"App\Security\Voter\DocumentStudentVoter"
ABSTAIN
"App\Security\Voter\LifeOnCampusEditableVoter"
ABSTAIN
"App\Security\Voter\ServiceVoter"
ABSTAIN
"App\Security\Voter\StaffVoter"
ABSTAIN
"App\Security\Voter\StudentVoter"
ABSTAIN
"App\Security\Voter\ZoneVoter"
ABSTAIN
Show voter details
5 DENIED STEP_VIEW
null
"App\Security\Voter\BookFrenchClassVoter"
ABSTAIN
"App\Security\Voter\BuddyVoter"
ABSTAIN
"App\Security\Voter\CommunityVoter"
ABSTAIN
"App\Security\Voter\DocumentStudentVoter"
ABSTAIN
"App\Security\Voter\LifeOnCampusEditableVoter"
ABSTAIN
"App\Security\Voter\ServiceVoter"
DENIED
"App\Security\Voter\StaffVoter"
ABSTAIN
"App\Security\Voter\StudentVoter"
ABSTAIN
"App\Security\Voter\ZoneVoter"
ABSTAIN
Show voter details
6 DENIED ROLE_RESIDENCE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_RESIDENCE_ADMIN.
"App\Security\Voter\BookFrenchClassVoter"
ABSTAIN
"App\Security\Voter\BuddyVoter"
ABSTAIN
"App\Security\Voter\CommunityVoter"
ABSTAIN
"App\Security\Voter\DocumentStudentVoter"
ABSTAIN
"App\Security\Voter\LifeOnCampusEditableVoter"
ABSTAIN
"App\Security\Voter\ServiceVoter"
ABSTAIN
"App\Security\Voter\StaffVoter"
ABSTAIN
"App\Security\Voter\StudentVoter"
ABSTAIN
"App\Security\Voter\ZoneVoter"
ABSTAIN
Show voter details