https://contao-demo.dev.metamodel.me/

Security Token

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

Security Firewall

contao_frontend Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider contao.security.frontend_user_provider
context contao_frontend
entry_point contao.security.entry_point
user_checker contao.security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "contao_login"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#532
  -map: Symfony\Component\Security\Http\AccessMap {#531 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#526 …}
  -logger: Symfony\Bridge\Monolog\Logger {#550 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#517
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#210 …}
  -sessionKey: "_security_contao_frontend"
  -logger: Symfony\Bridge\Monolog\Logger {#550 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#518 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#194 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#311 …}
  -rememberMeServices: Scheb\TwoFactorBundle\Security\Authentication\RememberMe\RememberMeServicesDecorator {#786 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#214 …}
    "enableUsageTracking"
  ]
}
0.05 ms (none)
Contao\CoreBundle\Security\Authentication\ContaoLoginAuthenticationListener {#525
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#214 …}
  #options: [
    "check_path" => "/login_check"
    "login_path" => "/login"
    "always_use_default_target_path" => false
    "default_target_path" => "/"
    "target_path_parameter" => "_target_path"
    "use_referer" => false
    "failure_path" => null
    "failure_forward" => false
    "require_previous_session" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#550 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#522 …}
  #providerKey: "contao_frontend"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#801 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#521 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#194 …}
  -successHandler: Contao\CoreBundle\Security\Authentication\AuthenticationSuccessHandler {#516 …}
  -failureHandler: Contao\CoreBundle\Security\Authentication\AuthenticationFailureHandler {#513 …}
  -rememberMeServices: Scheb\TwoFactorBundle\Security\Authentication\RememberMe\RememberMeServicesDecorator {#786 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#214 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#520
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#210 …}
  -rememberMeServices: Scheb\TwoFactorBundle\Security\Authentication\RememberMe\RememberMeServicesDecorator {#786 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#522 …}
  -logger: Symfony\Bridge\Monolog\Logger {#550 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#194 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#521 …}
}
0.02 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#491
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#210 …}
  -secret: "SJvnZqe"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#522 …}
  -logger: Symfony\Bridge\Monolog\Logger {#550 …}
}
12.77 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#741
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#214 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "contao_frontend_logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#807
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#742 …}
    }
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#798}
    Contao\CoreBundle\Security\Logout\LogoutHandler {#782
      -framework: Contao\CoreBundle\Framework\ContaoFramework {#253 …}
      -logger: Symfony\Bridge\Monolog\Logger {#297 …}
    }
    Scheb\TwoFactorBundle\Security\Authentication\RememberMe\RememberMeServicesDecorator {#786 …}
  ]
  -successHandler: Contao\CoreBundle\Security\Logout\LogoutSuccessHandler {#783 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#801 …}
  -csrfTokenManager: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#442
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#214 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#575 …}
  -map: Symfony\Component\Security\Http\AccessMap {#531 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#522 …}
}
2.03 ms (none)

Security Voters (5)

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"Contao\CoreBundle\Security\Voter\BackendAccessVoter"

Access decision log

# Result Attributes Object
1 GRANTED IS_AUTHENTICATED_ANONYMOUSLY
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#6 …}
  +request: Symfony\Component\HttpFoundation\ParameterBag {#4 …}
  +query: Symfony\Component\HttpFoundation\ParameterBag {#5 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#9 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#8 …}
  +cookies: Symfony\Component\HttpFoundation\ParameterBag {#7 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#10 …}
  #content: ""
  #languages: [
    "de_DE"
    "de"
  ]
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/"
  #requestUri: "/"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#246 …}
  #locale: "en"
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details
2 DENIED ROLE_MEMBER
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS DENIED
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"Contao\CoreBundle\Security\Voter\BackendAccessVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED IS_AUTHENTICATED_2FA_IN_PROGRESS
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"Contao\CoreBundle\Security\Voter\BackendAccessVoter"
ACCESS ABSTAIN
Show voter details