https://demobackend.mvp.freeda.denkwerk.com/admin/login

Security

Token

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

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
[
  "guard"
  "form_login"
  "ibexa_rest_session"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#3106
  -map: Symfony\Component\Security\Http\AccessMap {#3105 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#3114 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#3103
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1600 …}
  -sessionKey: "_security_ibexa_front"
  -logger: Symfony\Bridge\Monolog\Logger {#3114 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#3102 …}
  -dispatcher: Ibexa\SiteFactory\Event\EventDispatcher {#953 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#3116 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1599 …}
    "enableUsageTracking"
  ]
}
0.01 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#3095
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#3104 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3098 …}
  -providerKey: "ibexa_front"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#3094 …}
  -logger: Symfony\Bridge\Monolog\Logger {#3114 …}
  -rememberMeServices: null
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1599 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#3090
  #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 {#3114 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3098 …}
  #providerKey: "ibexa_front"
  #httpUtils: Ibexa\Core\MVC\Symfony\Security\HttpUtils {#3123 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1599 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#3099 …}
  -dispatcher: Ibexa\SiteFactory\Event\EventDispatcher {#953 …}
  -successHandler: Ibexa\Core\MVC\Symfony\Security\Authentication\DefaultAuthenticationSuccessHandler {#3091 …}
  -failureHandler: Ibexa\Bundle\User\Security\Authentication\DefaultAuthenticationFailureHandler {#3100 …}
  -rememberMeServices: null
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#3089 …}
}
0.00 ms (none)
Ibexa\Rest\Server\Security\RestAuthenticator {#3092
  -logger: Symfony\Bridge\Monolog\Logger {#991 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3098 …}
  -providerKey: "ibexa_front"
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1599 …}
  -dispatcher: Ibexa\SiteFactory\Event\EventDispatcher {#953 …}
  -configResolver: Ibexa\Bundle\Core\DependencyInjection\Configuration\ChainConfigResolver {#959 …}
  -logoutHandlers: [
    Ibexa\Rest\Server\Security\RestLogoutHandler {#3124
      -configResolver: Ibexa\Bundle\Core\DependencyInjection\Configuration\ChainConfigResolver {#959 …}
    }
  ]
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#3086
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1600 …}
  -secret: "Uv3Rwii"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3098 …}
  -logger: Symfony\Bridge\Monolog\Logger {#3114 …}
}
0.93 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#3122
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1599 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "logout"
  ]
  -httpUtils: Ibexa\Core\MVC\Symfony\Security\HttpUtils {#3123 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#3135 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#3082
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1599 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1726 …}
  -map: Symfony\Component\Security\Http\AccessMap {#3105 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3098 …}
  -exceptionOnNoToken: true
}
0.12 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"
6
"Ibexa\ProductCatalog\Security\Authorization\PolicyVoter"
7
"Ibexa\Cart\Security\Authorization\PolicyVoter"
8
"Ibexa\Checkout\Security\Authorization\PolicyVoter"
9
"Ibexa\Shipping\Security\Authorization\PolicyVoter"