http://api.sales-synergy.com/

Security Token

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

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.user
context main
entry_point (none)
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "json_login"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#43
  -map: Symfony\Component\Security\Http\AccessMap {#242 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#51 …}
  -logger: Symfony\Bridge\Monolog\Logger {#276 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#53
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#112 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#276 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#54 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#218 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#277 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#113 …}
    "enableUsageTracking"
  ]
}
1.02 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener {#79
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#113 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#70 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#249 …}
  -providerKey: "main"
  -successHandler: Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler {#71 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler {#321 …}
  -options: [
    "username_path" => "email"
    "password_path" => "password"
    "check_path" => "/app/auth/login"
    "use_forward" => false
    "require_previous_session" => false
    "login_path" => "/login"
  ]
  -logger: Symfony\Bridge\Monolog\Logger {#276 …}
  -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#218 …}
  -propertyAccessor: Symfony\Component\PropertyAccess\PropertyAccessor {#325 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#327 …}
  -translator: Symfony\Component\Translation\DataCollectorTranslator {#267 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#56
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#112 …}
  -secret: "WNmOO3w"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#70 …}
  -logger: Symfony\Bridge\Monolog\Logger {#276 …}
}
0.79 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#332
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#113 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#309 …}
  -map: Symfony\Component\Security\Http\AccessMap {#242 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#70 …}
  -exceptionOnNoToken: true
}
0.16 ms (none)

Security Voters (3)

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"