http://10.20.71.171/

Security Token

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

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\ApiAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#494
  -map: Symfony\Component\Security\Http\AccessMap {#493 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#490 …}
  -logger: Symfony\Bridge\Monolog\Logger {#503 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#488
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#216 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#503 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#487 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#335 …}
  -registered: true
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#504 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#485 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#217 …}
    "enableUsageTracking"
  ]
}
0.00 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#481
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#410 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#480 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#477 …}
  -logger: Symfony\Bridge\Monolog\Logger {#503 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#485 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#473
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#216 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#485 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#480 …}
  -logger: Symfony\Bridge\Monolog\Logger {#503 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#335 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#403 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#539
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#216 …}
  -secret: "Qosgi7c"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#480 …}
  -logger: Symfony\Bridge\Monolog\Logger {#503 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#529
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#217 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#530 …}
  -map: Symfony\Component\Security\Http\AccessMap {#493 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#480 …}
  -exceptionOnNoToken: true
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#501
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#217 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "api_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#515 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#514 …}
}
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\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"