https://ibexa.e-agora.news/news_homepage

Security

Token

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

Firewall

ibexa_front Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider ibexa.security.user_provider
context ibexa_front
entry_point security.authentication.form_entry_point.ibexa_front
user_checker Ibexa\Core\MVC\Symfony\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "form_login"
  "ibexa_rest_session"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#1124
  -map: Symfony\Component\Security\Http\AccessMap {#1125 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#1116 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#1134
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#877 …}
  -sessionKey: "_security_ibexa_front"
  -logger: Symfony\Bridge\Monolog\Logger {#1116 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#1133 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#323 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#1114 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#876 …}
    "enableUsageTracking"
  ]
}
0.02 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#1142
  #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
    "username_parameter" => "_username"
    "password_parameter" => "_password"
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "authenticate"
    "post_only" => true
    "use_forward" => false
    "enable_csrf" => false
    "form_only" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#1116 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1129 …}
  #providerKey: "ibexa_front"
  #httpUtils: Ibexa\Core\MVC\Symfony\Security\HttpUtils {#1081 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#876 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#1144 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#323 …}
  -successHandler: Ibexa\AdminUi\Security\Authentication\RedirectToDashboardAuthenticationSuccessHandler {#1136 …}
  -failureHandler: Ibexa\Bundle\User\Security\Authentication\DefaultAuthenticationFailureHandler {#1140 …}
  -rememberMeServices: null
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1145 …}
}
0.00 ms (none)
Ibexa\Rest\Server\Security\RestAuthenticator {#1128
  -logger: Symfony\Bridge\Monolog\Logger {#536 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1129 …}
  -providerKey: "ibexa_front"
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#876 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#323 …}
  -configResolver: Ibexa\Bundle\Core\DependencyInjection\Configuration\ChainConfigResolver {#520 …}
  -logoutHandlers: [
    Ibexa\Rest\Server\Security\RestLogoutHandler {#1098
      -configResolver: Ibexa\Bundle\Core\DependencyInjection\Configuration\ChainConfigResolver {#520 …}
    }
  ]
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#1143
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#877 …}
  -secret: "J1UV8dF"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1129 …}
  -logger: Symfony\Bridge\Monolog\Logger {#1116 …}
}
3.45 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#1099
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#876 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/logout"
  ]
  -httpUtils: Ibexa\Core\MVC\Symfony\Security\HttpUtils {#1081 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#1083 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#1170
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#876 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#232 …}
  -map: Symfony\Component\Security\Http\AccessMap {#1125 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1129 …}
  -exceptionOnNoToken: true
}
0.07 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
"Ibexa\Core\MVC\Symfony\Security\Authorization\Voter\CoreVoter"
5
"Ibexa\Core\MVC\Symfony\Security\Authorization\Voter\ValueObjectVoter"

Access decision log

# Result Attributes Object
1 DENIED
Ibexa\Core\MVC\Symfony\Security\Authorization\Attribute {#1123
  +module: "user"
  +function: "login"
  +limitations: [
    "valueObject" => Ibexa\Core\MVC\Symfony\SiteAccess {#998
      +name: "news_homepage"
      +groups: [
        Ibexa\Core\MVC\Symfony\SiteAccessGroup {#1000
          -name: "news_group"
        }
      ]
      +matchingType: "uri:element"
      +matcher: Ibexa\Core\MVC\Symfony\SiteAccess\Matcher\URIElement {#542 …}
      +provider: "Ibexa\Core\MVC\Symfony\SiteAccess\Provider\StaticSiteAccessProvider"
    }
  ]
}
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"Ibexa\Core\MVC\Symfony\Security\Authorization\Voter\CoreVoter"
ACCESS ABSTAIN
"Ibexa\Core\MVC\Symfony\Security\Authorization\Voter\ValueObjectVoter"
ACCESS DENIED
Show voter details