Security

Token

api_user Username
Authenticated
Property Value
Roles
[
  "ROLE_API_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#310
  -user: App\Security\ApiUser {#305 …}
  -roleNames: [
    "ROLE_API_USER"
  ]
  -attributes: []
  -firewallName: "medusa"
}

Firewall

medusa Name
Security enabled
Stateless

Configuration

Key Value
provider (none)
context (none)
entry_point (none)
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "App\Security\ApiKeyAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#259
  -map: Symfony\Component\Security\Http\AccessMap {#258 …}
  -logger: Monolog\Logger {#161 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#266
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#267 …}
}
0.46 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#285
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#234 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#279 …}
  -map: Symfony\Component\Security\Http\AccessMap {#258 …}
}
0.12 ms (none)

Authenticators

Status Authenticator
success
"App\Security\ApiKeyAuthenticator"
Lazy no
Duration 0.03 ms
Passport
Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport {#166
  #user: App\Security\ApiUser {#305 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#260
      -userLoader: Closure(string $userIdentifier) {#262 …}
      -user: App\Security\ApiUser {#305 …}
      -userIdentifier: "api_user"
      -attributes: null
    }
  ]
  -attributes: []
}
Badges UserBadge

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"

Access decision log

# Result Attributes Object
1 GRANTED IS_AUTHENTICATED_FULLY
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#15 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#9 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#12 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#18 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#17 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#16 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#19 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "*/*"
  ]
  #pathInfo: "/medusa/v1/product/getPrices/16"
  #requestUri: "/medusa/v1/product/getPrices/16?token=IkKzg4ZVCtsfpsWl4IJoi75qMM1TlfBFBVDLLpTPA6J6b9Q20RhImVSeeqRDKCj3&domain=bs"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#1049 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details