Redirect 302 redirect from POST @staff_login_path (24af23)

POST https://stage-crm.fluid.vet/tasks/login

Security

Token

There is no security token.

Firewall

tasks Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_tasks_provider
context tasks
entry_point App\Security\TasksAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url tasks/login
authenticators
[
  "form_login"
  "App\Security\TasksAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#56
  -map: Symfony\Component\Security\Http\AccessMap {#51 …}
  -logger: Symfony\Component\HttpKernel\Log\Logger {#64 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#37
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#163 …}
  -sessionKey: "_security_tasks"
  -logger: Symfony\Component\HttpKernel\Log\Logger {#64 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#36 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#125 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#113 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#48 …}
}
4.46 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#49
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#42 …}
}
78.03 ms
Symfony\Component\HttpFoundation\RedirectResponse {#522
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#443 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='/tasks/login'" />\n
    \n
            <title>Redirecting to /tasks/login</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="/tasks/login">/tasks/login</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #targetUrl: "/tasks/login"
}
Symfony\Component\Security\Http\Firewall\AccessListener {#75
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#164 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#72 …}
  -map: Symfony\Component\Security\Http\AccessMap {#51 …}
}
0.00 ms (none)

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
0.00 ms (none) (none)
"App\Security\TasksAuthenticator"
71.84 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#279
  #user: null
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#517
      -userIdentifier: ""
      -userLoader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider::loadUserByIdentifier(string $identifier): UserInterface {#595 …}
      -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 {#568
      -password: ""
      -resolved: false
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge {#516
      -resolved: false
      -csrfTokenId: "authenticate"
      -csrfToken: null
    }
  ]
  -attributes: []
}
UserBadge PasswordCredentials CsrfTokenBadge

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"