Security

Token

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

Firewall

public Name
Security enabled
Stateless

Configuration

Key Value
provider mautic.user.provider
context mautic
entry_point (none)
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators (none)

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#1616
  -map: Symfony\Component\Security\Http\AccessMap {#1615 …}
  -logger: Monolog\Logger {#1626 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#1585
  -sessionKey: "_security_mautic"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#1627 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#1582 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#2366 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#1584 …}
  -logger: Monolog\Logger {#1626 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#1601 …}
}
73.01 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#1424
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#1479 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#1623
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/s/logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#2363 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#1679 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#1681 …}
  -csrfTokenManager: null
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#1422
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#2363 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#2361 …}
  -map: Symfony\Component\Security\Http\AccessMap {#1615 …}
}
1.51 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 {#18
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#193 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#22 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#251 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#240 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#237 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#246 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#188 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "text/html"
    "application/xhtml+xml"
    "image/avif"
    "image/webp"
    "image/apng"
    "application/xml"
    "*/*"
    "application/signed-exchange;v=b3"
  ]
  #pathInfo: "/s/companies"
  #requestUri: "/s/companies"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#1709 …}
  #locale: "en_US"
  #defaultLocale: "en_US"
  -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