Security

Token

admin Username
Authenticated
59e7e5 From
Property Value
Roles
[
  "ROLE_ADMIN"
]
Inherited Roles
[
  "ROLE_USER"
]
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#1890
  -user: Mautic\UserBundle\Entity\User {#1568 …}
  -roleNames: [
    "ROLE_ADMIN"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider mautic.user.provider
context mautic
entry_point Mautic\UserBundle\Security\EntryPoint\MainEntryPoint
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "login_throttling"
  "fos_oauth"
  "mautic_sso"
  "form_login"
  "light_saml_sp"
  "remember_me"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#1892
  -map: Symfony\Component\Security\Http\AccessMap {#1893 …}
  -logger: Monolog\Logger {#1848 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#1923
  -sessionKey: "_security_mautic"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#1832 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#1926 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#2606 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#1924 …}
  -logger: Monolog\Logger {#1848 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#1907 …}
}
8.53 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#1665
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#1720 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#1885
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/s/logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#2607 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#1871 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#1873 …}
  -csrfTokenManager: null
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#1663
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#2607 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#2512 …}
  -map: Symfony\Component\Security\Http\AccessMap {#1893 …}
}
1.32 ms (none)

Authenticators

Status Authenticator
skipped
"Mautic\UserBundle\Security\Authenticator\Oauth2Authenticator"

This authenticator did not support the request.

skipped
"Mautic\UserBundle\Security\Authenticator\SsoAuthenticator"

This authenticator did not support the request.

skipped
"Mautic\UserBundle\Security\TimingSafeFormLoginAuthenticator"

This authenticator did not support the request.

skipped
"LightSaml\SpBundle\Security\Authenticator\LightSamlSpAuthenticator"

This authenticator did not support the request.

skipped
"Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"

This authenticator did not support the request.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"

Access decision log

# Result Attributes Object
1 GRANTED IS_AUTHENTICATED
Symfony\Component\HttpFoundation\Request {#16
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#227 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#20 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#264 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#253 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#250 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#259 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#222 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "*/*"
  ]
  #pathInfo: "/s/keep-alive"
  #requestUri: "/s/keep-alive?_=1779767067825&mauticUserLastActive=11636&mauticLastNotificationId="
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#2055 …}
  #locale: "zh_Hans"
  #defaultLocale: "zh_Hans"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
GRANTED
The user is authenticated.
Show voter details