Redirect 302 redirect from GET @web.home (6d767a)

GET http://159.69.216.13:8001/auth/sign-in

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider App\Security\Provider\WebUserProvider
context main
entry_point security.authenticator.form_login.main
user_checker security.user_checker
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 {#680
  -map: Symfony\Component\Security\Http\AccessMap {#681 …}
  -logger: Monolog\Logger {#640 …}
  -httpPort: 8001
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#698
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#799 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#640 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#697 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#655 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#653 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#692 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#703
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#694 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#710
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#800 …}
  -provider: App\Security\Provider\WebUserProvider {#626 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#713 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#701 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_LOGIN_AS_USER"
  -logger: Monolog\Logger {#640 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#936 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#815 …}
  -targetRoute: "web.home"
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#716
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#800 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#701 …}
  -map: Symfony\Component\Security\Http\AccessMap {#681 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#654
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#800 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#634 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#655 …}
}
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
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"App\Security\Voter\Branch\BranchMergeVoter"
5
"App\Security\Voter\Donation\DonationVoter"
6
"App\Security\Voter\ExpiringLink\ExpiringLinkVoter"
7
"App\Security\Voter\Ticket\TicketImportLogBranchMergeVoter"
8
"App\Security\Voter\Ticket\TicketImportThisMonthVoter"
9
"App\Security\Voter\User\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED IS_AUTHENTICATED_FULLY
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"App\Security\Voter\Branch\BranchMergeVoter"
ACCESS ABSTAIN
"App\Security\Voter\Donation\DonationVoter"
ACCESS ABSTAIN
"App\Security\Voter\ExpiringLink\ExpiringLinkVoter"
ACCESS ABSTAIN
"App\Security\Voter\Ticket\TicketImportLogBranchMergeVoter"
ACCESS ABSTAIN
"App\Security\Voter\Ticket\TicketImportThisMonthVoter"
ACCESS ABSTAIN
"App\Security\Voter\User\UserVoter"
ACCESS ABSTAIN
Show voter details