GET https://had.staging-hajime.cloud/reset-password

Security

Token

There is no security token.

Firewall

broker Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_broker_provider
context broker
entry_point App\Security\BrokerLoginFormAuthenticator
user_checker security.user_checker
access_denied_handler App\Security\BrokerAccessDenyHandler
access_denied_url (none)
authenticators
[
  "switch_user"
  "remember_me"
  "App\Security\BrokerLoginFormAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#486
  -map: Symfony\Component\Security\Http\AccessMap {#487 …}
  -logger: Monolog\Logger {#454 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#522
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#582 …}
  -sessionKey: "_security_broker"
  -logger: Monolog\Logger {#454 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#521 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#458 …}
  -registered: true
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#445 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#516 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#515
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#517 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#539
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#583 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#530 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#538 …}
  -firewallName: "broker"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#533 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -logger: Monolog\Logger {#454 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#848 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#598 …}
  -targetRoute: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#542
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#583 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#533 …}
  -map: Symfony\Component\Security\Http\AccessMap {#487 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#457
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#583 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "broker_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#440 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#458 …}
}
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\RoleVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"