https://api.dev.pocket.doctorvida.com/admin/login

Security Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#1123
  -secret: "Pi1nuD0"
  -user: "anon."
  -roleNames: []
  -authenticated: true
  -attributes: []
}

Security Firewall

admin Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.admin_user_provider
context admin
entry_point security.authentication.form_entry_point.admin
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "form_login"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#140
  -map: Symfony\Component\Security\Http\AccessMap {#141 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#96 …}
  -logger: Symfony\Bridge\Monolog\Logger {#132 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#100
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#201 …}
  -sessionKey: "_security_admin"
  -logger: Symfony\Bridge\Monolog\Logger {#132 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#99 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#312 …}
  -registered: true
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#130 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#202 …}
    "enableUsageTracking"
  ]
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#93
  -csrfTokenManager: null
  #options: [
    "check_path" => "/admin/login"
    "login_path" => "/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_token"
    "csrf_token_id" => "authenticate"
    "post_only" => true
    "use_forward" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#132 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#91 …}
  #providerKey: "admin"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#122 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#202 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#88 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#312 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler {#94 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#95 …}
  -rememberMeServices: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#86
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#201 …}
  -secret: "Pi1nuD0"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#91 …}
  -logger: Symfony\Bridge\Monolog\Logger {#132 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#84
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#202 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#83 …}
  -map: Symfony\Component\Security\Http\AccessMap {#141 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#91 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#123
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#202 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#125}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#124 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#122 …}
  -csrfTokenManager: null
}
0.00 ms (none)

Security Voters (4)

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
"App\Security\Voter\CustomerPortalVoter"