Redirect 302 redirect from POST @admin_login (be5568)

POST https://dev.pagerlog.alarmierung-gvz.ch/auth/login

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point Byteworks\UserBundle\Security\AdminFormAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "Byteworks\UserBundle\Security\AdminFormAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#346
  -map: Symfony\Component\Security\Http\AccessMap {#347 …}
  -logger: Monolog\Logger {#335 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#360
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#57 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#335 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#361 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#300 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#333 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#363 …}
}
0.02 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#381
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#369 …}
}
5.14 ms
Symfony\Component\HttpFoundation\RedirectResponse {#423
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#424 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='/auth/login'" />\n
    \n
            <title>Redirecting to /auth/login</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="/auth/login">/auth/login</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #targetUrl: "/auth/login"
}
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#389
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#54 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#58 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#388 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#391
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#58 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#383 …}
  -map: Symfony\Component\Security\Http\AccessMap {#347 …}
}
0.00 ms (none)

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator"
0.00 ms (none) (none)
"Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
0.00 ms (none) (none)
"Byteworks\UserBundle\Security\AdminFormAuthenticator"
0.05 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#417
  #user: null
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#416
      -userIdentifier: ""
      -userLoader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider::loadUserByIdentifier(string $identifier): UserInterface {#427 …}
      -user: ? Symfony\Component\Security\Core\User\UserInterface
      -attributes: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#415
      -password: ""
      -resolved: false
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge {#414
      -resolved: false
      -csrfTokenId: "authenticate"
      -csrfToken: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge {#413
      -enabled: false
      +parameters: []
    }
  ]
  -attributes: []
}
UserBadge PasswordCredentials CsrfTokenBadge RememberMeBadge

Access Decision

unanimous Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"