Security

Token

dgrolier@nvl.fr Username
Authenticated
15c37b From
Property Value
Roles
[
  "ROLE_USER"
  "ROLE_MANAGER"
  "ROLE_SUPER_MANAGER"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#92
  -user: Oz\ApiNvl\Model\User {#91 …}
  -roleNames: [
    "ROLE_USER"
    "ROLE_MANAGER"
    "ROLE_SUPER_MANAGER"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#214
  -map: Symfony\Component\Security\Http\AccessMap {#215 …}
  -logger: Monolog\Logger {#203 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#247
  -sessionKey: "_security_main"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#202 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#117 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#286 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#111 …}
  -logger: Monolog\Logger {#203 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#183 …}
}
2.22 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#110
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#114 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#103
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#287 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#108 …}
  -map: Symfony\Component\Security\Http\AccessMap {#215 …}
}
0.54 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#206
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "APP_LOGOUT"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#287 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#197 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#183 …}
  -csrfTokenManager: null
}
(none) (none)

Authenticators

Status Authenticator
skipped
"App\Security\ApiAuthenticator"

This authenticator did not support the request.

skipped
"App\Security\ExtAuthenticator"

This authenticator did not support the request.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
2
"App\Security\Voter\QuizResultVoter"
3
"App\Security\Voter\TutorialVoter"

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: "/"
  #requestUri: "/"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#99 …}
  #locale: null
  #defaultLocale: "fr"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: [
    "2\x0010.22.254.2, 172.26.0.30\x00172.26.0.30\x00" => [
      "10.22.254.2"
    ]
    "4\x00preprod-app.sencybeo.fr\x00\x00" => [
      "preprod-app.sencybeo.fr"
    ]
    "32\x00\x00\x00" => []
    "8\x00https\x00\x00" => [
      "https"
    ]
    "16\x00443\x00\x00" => [
      "0.0.0.0:443"
    ]
  ]
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_USER.
Show voter details
2 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Security\Voter\QuizResultVoter"
ABSTAIN
"App\Security\Voter\TutorialVoter"
ABSTAIN
Show voter details