Redirect 302 redirect from GET @admin (ae9f01)

GET https://back.bp-sel.preproddemo.com/admin/login

Security

Token

There is no security token.

Firewall

admin Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.backend_users_provider
context admin
entry_point App\Security\AdminAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "App\Security\AdminAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#947
  -map: Symfony\Component\Security\Http\AccessMap {#948 …}
  -logger: Monolog\Logger {#936 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#969
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#758 …}
  -sessionKey: "_security_admin"
  -logger: Monolog\Logger {#936 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#968 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#881 …}
  -registered: true
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#449 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#963 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#962
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#964 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#971
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#759 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#255 …}
  -map: Symfony\Component\Security\Http\AccessMap {#948 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#939
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#759 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "easy_admin_user_security_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#903 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#881 …}
}
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\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
5
"EasyAdminUser\EasyAdminUserBundle\Security\PermissionVoter"