Security

Token

api Username
Authenticated
Property Value
Roles
[
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#349
  -user: Symfony\Component\Security\Core\User\InMemoryUser {#344 …}
  -roleNames: [
    "ROLE_USER"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.api_users
context (none)
entry_point (none)
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "App\Security\ApiAuthenticator"
  "App\Security\AppBundleAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#235
  -map: Symfony\Component\Security\Http\AccessMap {#244 …}
  -logger: Symfony\Component\HttpKernel\Log\Logger {#188 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#291
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#292 …}
}
2.54 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#315
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#213 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#310 …}
  -map: Symfony\Component\Security\Http\AccessMap {#244 …}
}
0.31 ms (none)

Authenticators

Status Authenticator
skipped
"App\Security\ApiAuthenticator"

This authenticator did not support the request.

success
"App\Security\AppBundleAuthenticator"
Lazy no
Duration 0.61 ms
Passport
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#236
  #user: Symfony\Component\Security\Core\User\InMemoryUser {#344 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#247
      -userLoader: Symfony\Component\Security\Core\User\InMemoryUserProvider::loadUserByIdentifier(string $identifier): UserInterface {#339 …}
      -user: Symfony\Component\Security\Core\User\InMemoryUser {#344 …}
      -identifierNormalizer: null
      -userIdentifier: "api"
      -attributes: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\CustomCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\CustomCredentials {#246
      -customCredentialsChecker: Closure(string $credentials, UserInterface $user): bool {#317 …}
      -resolved: true
      -credentials: "4355D2BFA638FC621F395F338A73D"
    }
  ]
  -attributes: []
}
Badges UserBadge CustomCredentials

Access Decision

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

Access decision log

# Result Attributes Object
1 GRANTED ROLE_USER
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#16 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#5 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#11 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#19 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#18 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#17 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#20 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/api/applications/download/org.admr.espacebenevole_1.0.13.zip"
  #requestUri: "/api/applications/download/org.admr.espacebenevole_1.0.13.zip?authorization=4355D2BFA638FC621F395F338A73D"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#1008 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: [
    "2\x00216.73.216.238\x0010.0.1.15\x00" => [
      "216.73.216.238"
    ]
    "4\x00espace-benevole.fredericlesueurs.fr\x00\x00" => [
      "espace-benevole.fredericlesueurs.fr"
    ]
    "32\x00\x00\x00" => []
    "8\x00https\x00\x00" => [
      "https"
    ]
    "16\x00443\x00\x00" => [
      "0.0.0.0:443"
    ]
  ]
  -isIisRewrite: false
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_USER.
Show voter details