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

Security

Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#1148
  -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 {#1123
  -map: Symfony\Component\Security\Http\AccessMap {#1124 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#1115 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#1133
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#877 …}
  -sessionKey: "_security_ibexa_front"
  -logger: Symfony\Bridge\Monolog\Logger {#1115 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#1132 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#323 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#1113 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#876 …}
    "enableUsageTracking"
  ]
}
0.02 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#1141
  #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 {#1115 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1128 …}
  #providerKey: "ibexa_front"
  #httpUtils: Ibexa\Core\MVC\Symfony\Security\HttpUtils {#1080 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#876 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#1143 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#323 …}
  -successHandler: Ibexa\AdminUi\Security\Authentication\RedirectToDashboardAuthenticationSuccessHandler {#1135 …}
  -failureHandler: Ibexa\Bundle\User\Security\Authentication\DefaultAuthenticationFailureHandler {#1139 …}
  -rememberMeServices: null
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1144 …}
}
0.00 ms (none)
Ibexa\Rest\Server\Security\RestAuthenticator {#1127
  -logger: Symfony\Bridge\Monolog\Logger {#536 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1128 …}
  -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 {#1097
      -configResolver: Ibexa\Bundle\Core\DependencyInjection\Configuration\ChainConfigResolver {#520 …}
    }
  ]
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#1142
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#877 …}
  -secret: "J1UV8dF"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1128 …}
  -logger: Symfony\Bridge\Monolog\Logger {#1115 …}
}
3.61 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#1098
  -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 {#1080 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#1082 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#1169
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#876 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#232 …}
  -map: Symfony\Component\Security\Http\AccessMap {#1124 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1128 …}
  -exceptionOnNoToken: true
}
0.08 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 {#1122
  +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: "default"
      +matcher: null
      +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