https://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: "1i9Tbf8"
  -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 {#244
  -map: Symfony\Component\Security\Http\AccessMap {#45 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#52 …}
  -logger: Symfony\Bridge\Monolog\Logger {#238 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#54
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#114 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#238 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#55 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#220 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#283 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#115 …}
    "enableUsageTracking"
  ]
}
1.21 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener {#81
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#115 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#71 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#279 …}
  -providerKey: "main"
  -successHandler: Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler {#73 …}
  -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 {#238 …}
  -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#220 …}
  -propertyAccessor: Symfony\Component\PropertyAccess\PropertyAccessor {#325 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#327 …}
  -translator: Symfony\Component\Translation\DataCollectorTranslator {#255 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#57
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#114 …}
  -secret: "1i9Tbf8"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#71 …}
  -logger: Symfony\Bridge\Monolog\Logger {#238 …}
}
1.54 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#332
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#115 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#309 …}
  -map: Symfony\Component\Security\Http\AccessMap {#45 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#71 …}
  -exceptionOnNoToken: true
}
0.17 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"