https://dev.bigbuy.eu/controlpanel/api/notifications

Security

Token

500006 Username
Authenticated
Property Value
Roles
[
  "ROLE_API_SHIPPING"
  "ROLE_API_ORDER"
  "ROLE_API_CATALOG"
  "ROLE_API_USER"
  "ROLE_API_TRACKING"
  "ROLE_API_MODULE"
  "ROLE_USER"
  "ROLE_ADYEN_MONEYBOX"
  "ROLE_ADYEN_PAYMENT_METHOD_KLARNA_B2B"
  "ROLE_ADYEN_PAYMENT_METHOD_GOOGLEPAY"
  "ROLE_ADYEN_PAYMENT_METHOD_EBANKING_FI"
  "ROLE_STRIPE_PAYMENT_METHOD_CARD"
  "ROLE_STRIPE_PAYMENT_METHOD_PAYPAL"
  "ROLE_STRIPE_PAYMENT_METHOD_GOOGLE_PAY"
  "ROLE_STRIPE_PAYMENT_METHOD_APPLE_PAY"
  "ROLE_STRIPE_PAYMENT_METHOD_LINK"
  "ROLE_STRIPE_PAYMENT_METHOD_REVOLUT_PAY"
  "ROLE_STRIPE_PAYMENT_METHOD_BANCONTACT"
  "ROLE_STRIPE_PAYMENT_METHOD_KLARNA"
  "ROLE_STRIPE_PAYMENT_METHOD_SEPA_DEBIT"
  "ROLE_STRIPE_PAYMENT_METHOD_IDEAL"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#870
  -firewallName: "main"
  -user: App\Entity\System\Customer {#3587 …}
  -roleNames: [
    "ROLE_API_SHIPPING"
    "ROLE_API_ORDER"
    "ROLE_API_CATALOG"
    "ROLE_API_USER"
    "ROLE_API_TRACKING"
    "ROLE_API_MODULE"
    "ROLE_USER"
    "ROLE_ADYEN_MONEYBOX"
    "ROLE_ADYEN_PAYMENT_METHOD_KLARNA_B2B"
    "ROLE_ADYEN_PAYMENT_METHOD_GOOGLEPAY"
    "ROLE_ADYEN_PAYMENT_METHOD_EBANKING_FI"
    "ROLE_STRIPE_PAYMENT_METHOD_CARD"
    "ROLE_STRIPE_PAYMENT_METHOD_PAYPAL"
    "ROLE_STRIPE_PAYMENT_METHOD_GOOGLE_PAY"
    "ROLE_STRIPE_PAYMENT_METHOD_APPLE_PAY"
    "ROLE_STRIPE_PAYMENT_METHOD_LINK"
    "ROLE_STRIPE_PAYMENT_METHOD_REVOLUT_PAY"
    "ROLE_STRIPE_PAYMENT_METHOD_BANCONTACT"
    "ROLE_STRIPE_PAYMENT_METHOD_KLARNA"
    "ROLE_STRIPE_PAYMENT_METHOD_SEPA_DEBIT"
    "ROLE_STRIPE_PAYMENT_METHOD_IDEAL"
  ]
  -authenticated: true
  -attributes: []
}

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider App\Security\UserProvider
context main
entry_point security.authenticator.form_login.main
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "switch_user"
  "form_login"
  "App\Security\LoginFormAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#839
  -map: Symfony\Component\Security\Http\AccessMap {#840 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#814 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#866
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#2007 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#814 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#867 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#821 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#811 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#2008 …}
    "enableUsageTracking"
  ]
}
13.17 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#4377
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#4378 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#869
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#2008 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#4380 …}
  -userChecker: App\Security\UserChecker {#4381 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1983 …}
  -usernameParameter: "_impersonate_user"
  -role: "CAN_SWITCH_USER"
  -logger: Symfony\Bridge\Monolog\Logger {#814 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#2175 …}
  -stateless: false
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#820
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#2008 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "customer_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#806 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#821 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#4379
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#2008 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1983 …}
  -map: Symfony\Component\Security\Http\AccessMap {#840 …}
  -authManager: null
  -exceptionOnNoToken: false
}
1.25 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\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"App\Security\AdminAclVoter"
5
"App\Security\ImpersonateUserVoter"
6
"App\Security\IsCustomerCreatedFullyVoter"
7
"App\Security\IsCustomerVoter"
8
"App\Security\IsEmployeeVoter"
9
"App\Security\IsNotEmployeeVoter"
10
"App\Security\OrderVoter"
11
"App\Security\PaypalPayerDetailVoter"

Access decision log

# Result Attributes Object
1 GRANTED IS_CUSTOMER_CREATED_FULLY
Symfony\Component\HttpFoundation\Request {#35
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#38 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#36 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#37 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#41 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#40 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#39 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#42 …}
  #content: ""
  #languages: [
    "es_ES"
    "es"
  ]
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/controlpanel/api/notifications"
  #requestUri: "/controlpanel/api/notifications"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#1068 …}
  #locale: "es"
  #defaultLocale: "es"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  -isIisRewrite: false
  basePath: ""
  format: "html"
}
"App\Security\AdminAclVoter"
ACCESS ABSTAIN
"App\Security\ImpersonateUserVoter"
ACCESS ABSTAIN
"App\Security\IsCustomerCreatedFullyVoter"
ACCESS GRANTED
Show voter details