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

Security

Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#3043
  -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 {#3064
  -map: Symfony\Component\Security\Http\AccessMap {#3063 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#3072 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#3061
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1600 …}
  -sessionKey: "_security_ibexa_front"
  -logger: Symfony\Bridge\Monolog\Logger {#3072 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#3060 …}
  -dispatcher: Ibexa\SiteFactory\Event\EventDispatcher {#953 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#3074 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1599 …}
    "enableUsageTracking"
  ]
}
0.01 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#3053
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#3062 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3056 …}
  -providerKey: "ibexa_front"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#3052 …}
  -logger: Symfony\Bridge\Monolog\Logger {#3072 …}
  -rememberMeServices: null
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1599 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#3048
  #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 {#3072 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3056 …}
  #providerKey: "ibexa_front"
  #httpUtils: Ibexa\Core\MVC\Symfony\Security\HttpUtils {#3081 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1599 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#3057 …}
  -dispatcher: Ibexa\SiteFactory\Event\EventDispatcher {#953 …}
  -successHandler: Ibexa\Core\MVC\Symfony\Security\Authentication\DefaultAuthenticationSuccessHandler {#3049 …}
  -failureHandler: Ibexa\Bundle\User\Security\Authentication\DefaultAuthenticationFailureHandler {#3058 …}
  -rememberMeServices: null
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#3047 …}
}
0.00 ms (none)
Ibexa\Rest\Server\Security\RestAuthenticator {#3050
  -logger: Symfony\Bridge\Monolog\Logger {#991 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3056 …}
  -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 {#3082
      -configResolver: Ibexa\Bundle\Core\DependencyInjection\Configuration\ChainConfigResolver {#959 …}
    }
  ]
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#3044
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1600 …}
  -secret: "Uv3Rwii"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3056 …}
  -logger: Symfony\Bridge\Monolog\Logger {#3072 …}
}
0.84 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#3080
  -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 {#3081 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#3095 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#3040
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1599 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1726 …}
  -map: Symfony\Component\Security\Http\AccessMap {#3063 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#3056 …}
  -exceptionOnNoToken: true
}
0.11 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"

Access decision log

# Result Attributes Object
1 GRANTED
Ibexa\Core\MVC\Symfony\Security\Authorization\Attribute {#3065
  +module: "user"
  +function: "login"
  +limitations: [
    "valueObject" => Ibexa\Core\MVC\Symfony\SiteAccess {#2980
      +name: "site"
      +groups: [
        Ibexa\Core\MVC\Symfony\SiteAccessGroup {#2982
          -name: "site_group"
        }
        Ibexa\Core\MVC\Symfony\SiteAccessGroup {#2983
          -name: "storefront_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 GRANTED
Show voter details