Redirect 302 redirect from GET @index (d81313)

GET https://stage.dein-jobbike.de/login

Security

Token

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

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point security.authenticator.form_login.main
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "switch_user"
  "login_link"
  "form_login"
  "remember_me"
  "App\Security\UserAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#163
  -map: Symfony\Component\Security\Http\AccessMap {#162 …}
  -logger: Monolog\Logger {#200 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#127
  -sessionKey: "_security_main"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#194 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#124 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#269 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#126 …}
  -logger: Monolog\Logger {#200 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#207 …}
}
0.04 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#70
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#79 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#63
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#270 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#204 …}
  -userChecker: App\Security\UserChecker {#62 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#68 …}
  -logger: Monolog\Logger {#200 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#381 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#286 …}
  -targetRoute: null
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#60
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#270 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#68 …}
  -map: Symfony\Component\Security\Http\AccessMap {#162 …}
}
0.01 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#206
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#270 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#189 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#207 …}
  -csrfTokenManager: null
}
(none) (none)

Authenticators

Status Authenticator
skipped
"App\Security\UserAuthenticator"

This authenticator did not support the request.

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

This authenticator did not support the request.

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
"App\Security\FilesystemVoter"
3
"App\Security\OfferVoter"

Access decision log

# Result Attributes Object
1 ERROR IS_AUTHENTICATED_REMEMBERED
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
DENIED
The user is not appropriately authenticated.
"App\Security\FilesystemVoter"
ABSTAIN
"App\Security\OfferVoter"
ABSTAIN
Show voter details