Redirect 302 redirect from GET @redirect_to_login (d8909d)

GET https://editeur-dentaire.fr/login

Security

Token

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

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider App\Security\UserLoginProvider
context main
entry_point App\Security\LoginFormAuthenticator
user_checker security.user_checker
access_denied_handler App\Security\AccessDeniedPageHandler
access_denied_url (none)
authenticators
[
  "App\Security\LoginFormAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#300
  -map: Symfony\Component\Security\Http\AccessMap {#301 …}
  -logger: Monolog\Logger {#276 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#75
  -sessionKey: "_security_main"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#265 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#72 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#490 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#74 …}
  -logger: Monolog\Logger {#276 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#280 …}
}
0.28 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#69
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#68 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#62
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#491 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#458 …}
  -map: Symfony\Component\Security\Http\AccessMap {#301 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#279
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#491 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#260 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#280 …}
  -csrfTokenManager: null
}
(none) (none)

Authenticators

Status Authenticator
skipped
"App\Security\LoginFormAuthenticator"

This authenticator did not support the request.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"App\Security\ProfileVoter"
3
"App\Security\QuotationDataAccessVoter"
4
"App\Security\RoleVoter"
5
"App\Security\Voter\DocumentVoter"
6
"App\Security\Voter\EmailVoter"
7
"App\Security\Voter\QuotationVoter"

Access decision log

# Result Attributes Object
1 DENIED IS_AUTHENTICATED_FULLY
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
DENIED
The user is not appropriately authenticated.
"App\Security\ProfileVoter"
ABSTAIN
"App\Security\QuotationDataAccessVoter"
ABSTAIN
"App\Security\RoleVoter"
ABSTAIN
"App\Security\Voter\DocumentVoter"
ABSTAIN
"App\Security\Voter\EmailVoter"
ABSTAIN
"App\Security\Voter\QuotationVoter"
ABSTAIN
Show voter details