Redirect 302 redirect from GET @index (f108da)

GET https://dev-alex-api.pin.health/login

Security

Token

There is no security token. It was removed in f108da.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider Natimed\Infrastructure\Security\CustomizedUserProvider
context main
entry_point security.authenticator.form_login.main
user_checker Natimed\Infrastructure\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "switch_user"
  "form_login"
  "remember_me"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#229
  -map: Symfony\Component\Security\Http\AccessMap {#230 …}
  -logger: Monolog\Logger {#218 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#291
  -sessionKey: "_security_main"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#217 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#294 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#459 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#292 …}
  -logger: Monolog\Logger {#218 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#194 …}
}
0.03 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#320
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#297 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#322
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#460 …}
  -provider: Natimed\Infrastructure\Security\CustomizedUserProvider {#179 …}
  -userChecker: Natimed\Infrastructure\Security\UserChecker {#323 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#170 …}
  -logger: Monolog\Logger {#218 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ADMIN"
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#593 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#476 …}
  -targetRoute: null
}
(none) (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#222
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#460 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#178 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#194 …}
  -csrfTokenManager: null
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#325
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#460 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#170 …}
  -map: Symfony\Component\Security\Http\AccessMap {#230 …}
}
0.35 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\RoleVoter"
3
"Natimed\Application\Voter\HospitalUserVoter"
4
"Natimed\Application\Voter\TestVoter"

Access decision log

# Result Attributes Object
1 GRANTED PUBLIC_ACCESS
Symfony\Component\HttpFoundation\Request {#5
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#8 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#6 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#7 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#11 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#10 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#9 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#12 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/login"
  #requestUri: "/login"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#128 …}
  #locale: "en"
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
GRANTED
Access is public.
Show voter details
2 ERROR ROLE_PREVIOUS_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_PREVIOUS_ADMIN.
"Natimed\Application\Voter\HospitalUserVoter"
ABSTAIN
"Natimed\Application\Voter\TestVoter"
ABSTAIN
Show voter details