https://bikers-avenue.com/admin/login-check

Security

Token

There is no security token.

Firewall

admin Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider sylius.admin_user_provider.email_or_name_based
context admin
entry_point security.authentication.form_entry_point.admin
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "switch_user"
  "form_login"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#4964
  -map: Symfony\Component\Security\Http\AccessMap {#4963 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#4986 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#4942
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1517 …}
  -sessionKey: "_security_admin"
  -logger: Symfony\Bridge\Monolog\Logger {#4986 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#4941 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1273 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#4183 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#4936 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1516 …}
    "enableUsageTracking"
  ]
}
0.20 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#4928
  #options: [
    "check_path" => "sylius_admin_login_check"
    "login_path" => "sylius_admin_login"
    "always_use_default_target_path" => false
    "default_target_path" => "/"
    "target_path_parameter" => "_target_path"
    "use_referer" => false
    "failure_path" => null
    "failure_forward" => false
    "require_previous_session" => false
    "username_parameter" => "_username"
    "password_parameter" => "_password"
    "csrf_parameter" => "_csrf_admin_security_token"
    "csrf_token_id" => "admin_authenticate"
    "post_only" => true
    "use_forward" => false
    "enable_csrf" => false
    "form_only" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#4986 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#4190 …}
  #providerKey: "admin"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#4992 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1516 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#4927 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1273 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler {#4943 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#4931 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#4936 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#4925 …}
}
58.09 ms
Symfony\Component\HttpFoundation\RedirectResponse {#4914
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#5233 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='https://bikers-avenue.com/admin/login'" />\n
    \n
            <title>Redirecting to https://bikers-avenue.com/admin/login</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="https://bikers-avenue.com/admin/login">https://bikers-avenue.com/admin/login</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  #targetUrl: "https://bikers-avenue.com/admin/login"
}

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"
4
"BitBag\OpenMarketplace\Security\Voter\TokenOwningVoter"
5
"BitBag\OpenMarketplace\Security\Voter\ObjectOwningVoter"
6
"BitBag\OpenMarketplace\Security\Voter\ConversationOwningVoter"
7
"BitBag\SyliusWishlistPlugin\Voter\WishlistVoter"