GET https://api.mansa.digital/site-status

Security

Token

api_user Username
Authenticated
Property Value
Roles
[
  "ROLE_API"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#724
  -user: Symfony\Component\Security\Core\User\UserInterface@anonymous {#719 …}
  -roleNames: [
    "ROLE_API"
  ]
  -attributes: []
  -firewallName: "api"
}

Firewall

api Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
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 {#643
  -map: Symfony\Component\Security\Http\AccessMap {#642 …}
  -logger: Monolog\Logger {#652 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#631
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#632 …}
}
0.98 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#692
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#464 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#466 …}
  -map: Symfony\Component\Security\Http\AccessMap {#642 …}
}
0.21 ms (none)

Authenticators

Status Authenticator
success
"App\Security\ApiKeyAuthenticator"
Lazy no
Duration 0.06 ms
Passport
Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport {#646
  #user: Symfony\Component\Security\Core\User\UserInterface@anonymous {#719 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#644
      -userLoader: Closure() {#645 …}
      -user: Symfony\Component\Security\Core\User\UserInterface@anonymous {#719 …}
      -identifierNormalizer: null
      -userIdentifier: "api_user"
      -attributes: null
    }
  ]
  -attributes: []
}
Badges UserBadge

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"

Access decision log

# Result Attributes Object
1 GRANTED ROLE_API
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#17 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#7 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#12 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#20 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#19 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#18 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#21 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "application/json"
    "application/ld+json"
  ]
  #pathInfo: "/site-status"
  #requestUri: "/site-status"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Closure() {#622 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_API.
Show voter details