GET https://efi-dev.igb.illinois.edu/efi-est

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider App\Auth\Repository\UserRepository
context main
entry_point security.authenticator.form_login.main
user_checker App\Auth\Security\AccountActivationChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "form_login"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#636
  -map: Symfony\Component\Security\Http\AccessMap {#635 …}
  -logger: Monolog\Logger {#669 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#684
  -sessionKey: "_security_main"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#658 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#692 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#144 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#690 …}
  -logger: Monolog\Logger {#669 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#656 …}
}
0.15 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#700
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#695 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#702
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#145 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#91 …}
  -map: Symfony\Component\Security\Http\AccessMap {#635 …}
}
1.20 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#657
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "auth_logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#145 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#671 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#656 …}
  -csrfTokenManager: null
}
(none) (none)

Authenticators

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

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\Auth\Voter\AccessModeVoter"
4
"App\Auth\Voter\FeatureVoter"
5
"App\Auth\Voter\JobViewVoter"
6
"App\Auth\Voter\SubmissionVoter"
7
"App\Auth\Voter\UserVoter"
8
"App\Auth\Voter\ValidOrganizationVoter"
9
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
10
"Symfony\Component\Security\Core\Authorization\Voter\ClosureVoter"

Access decision log

# Result Attributes Object
1 DENIED IS_PUBLIC_MODE
null
"App\Auth\Voter\AccessModeVoter"
DENIED
"App\Auth\Voter\FeatureVoter"
ABSTAIN
"App\Auth\Voter\JobViewVoter"
ABSTAIN
"App\Auth\Voter\SubmissionVoter"
ABSTAIN
"App\Auth\Voter\UserVoter"
ABSTAIN
"App\Auth\Voter\ValidOrganizationVoter"
ABSTAIN
Show voter details
2 DENIED ROLE_USER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_USER.
"App\Auth\Voter\AccessModeVoter"
ABSTAIN
"App\Auth\Voter\FeatureVoter"
ABSTAIN
"App\Auth\Voter\JobViewVoter"
ABSTAIN
"App\Auth\Voter\SubmissionVoter"
ABSTAIN
"App\Auth\Voter\UserVoter"
ABSTAIN
"App\Auth\Voter\ValidOrganizationVoter"
ABSTAIN
Show voter details
3 DENIED Expression:
is_granted('IS_PUBLIC_MODE') or is_granted('ROLE_USER')
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#16 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#5 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#11 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#19 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#18 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#17 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#20 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/efi-est"
  #requestUri: "/efi-est"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#706 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
DENIED
Expression (is_granted('IS_PUBLIC_MODE') or is_granted('ROLE_USER')) is false.
"Symfony\Component\Security\Core\Authorization\Voter\ClosureVoter"
ABSTAIN
"App\Auth\Voter\AccessModeVoter"
ABSTAIN
"App\Auth\Voter\FeatureVoter"
ABSTAIN
"App\Auth\Voter\JobViewVoter"
ABSTAIN
"App\Auth\Voter\SubmissionVoter"
ABSTAIN
"App\Auth\Voter\UserVoter"
ABSTAIN
"App\Auth\Voter\ValidOrganizationVoter"
ABSTAIN
Show voter details