https://dev.pulse-marketing.net/login

Security

Token

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

Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#799
  -map: Symfony\Component\Security\Http\AccessMap {#798 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#806 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#884
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#755 …}
  -sessionKey: "_security_my_context"
  -logger: Symfony\Bridge\Monolog\Logger {#806 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#883 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#563 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#819 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#877 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#754 …}
    "enableUsageTracking"
  ]
}
0.00 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#902
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#891 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#893 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#909 …}
  -logger: Symfony\Bridge\Monolog\Logger {#806 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#877 …}
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#754 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener {#904
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#754 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#893 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#829 …}
  -providerKey: "main"
  -successHandler: null
  -failureHandler: null
  -options: [
    "username_path" => "username"
    "password_path" => "password"
    "check_path" => "/login"
    "use_forward" => false
    "require_previous_session" => false
    "login_path" => "/login"
  ]
  -logger: Symfony\Bridge\Monolog\Logger {#806 …}
  -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#563 …}
  -propertyAccessor: Symfony\Component\PropertyAccess\PropertyAccessor {#903 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#898 …}
  -translator: Symfony\Component\Translation\DataCollectorTranslator {#910 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#915
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#755 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#877 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#893 …}
  -logger: Symfony\Bridge\Monolog\Logger {#806 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#563 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#898 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#919
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#755 …}
  -secret: "YYcCiYL"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#893 …}
  -logger: Symfony\Bridge\Monolog\Logger {#806 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#924
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#754 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#936 …}
  -map: Symfony\Component\Security\Http\AccessMap {#798 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#893 …}
  -exceptionOnNoToken: true
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#808
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#754 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "utmailer_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#829 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#828 …}
}
0.00 ms (none)

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
"App\Security\Voter\DomainAuthenticationVoter"
5
"App\Security\Voter\UserSetupVoter"

Access decision log

# Result Attributes Object
1 DENIED domain-auth-complete
null
"App\Security\Voter\DomainAuthenticationVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserSetupVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED ROLE_USER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS DENIED
"App\Security\Voter\DomainAuthenticationVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserSetupVoter"
ACCESS ABSTAIN
Show voter details