Security

Token

theau@drosalys-web.fr Username
Authenticated
Property Value
Roles
[
  "ROLE_USER"
  "ROLE_SUPER_ADMIN"
]
Inherited Roles
[
  "ROLE_ADMIN"
  "ROLE_ALLOWED_TO_SWITCH"
  "ROLE_COMMERCIAL"
]
Token
Symfony\Component\Security\Core\Authentication\Token\RememberMeToken {#435
  -secret: "78b20c8e01048764c01f6ae45bb95834"
  -firewallName: "main"
  -user: App\Entity\Account\User {#585 …}
  -roleNames: [
    "ROLE_USER"
    "ROLE_SUPER_ADMIN"
  ]
  -authenticated: true
  -attributes: []
}

Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\Account\AccountAuthenticator
user_checker App\Service\Account\UserChecker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "switch_user"
  "guard"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#362
  -map: Symfony\Component\Security\Http\AccessMap {#363 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#353 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#379
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#901 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#353 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#380 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1088 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#352 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#385 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#902 …}
    "enableUsageTracking"
  ]
}
12.25 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#402
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#393 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#398 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#403 …}
  -logger: Symfony\Bridge\Monolog\Logger {#353 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#385 …}
  -hideUserNotFoundExceptions: true
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#408
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#901 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#385 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#398 …}
  -logger: Symfony\Bridge\Monolog\Logger {#353 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1088 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#394 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#412
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#901 …}
  -secret: "Y4x6u4l"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#398 …}
  -logger: Symfony\Bridge\Monolog\Logger {#353 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#420
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#902 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#419 …}
  -userChecker: App\Service\Account\UserChecker {#421 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#414 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -logger: Symfony\Bridge\Monolog\Logger {#353 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1088 …}
  -stateless: false
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#423
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#902 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#414 …}
  -map: Symfony\Component\Security\Http\AccessMap {#363 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#398 …}
  -exceptionOnNoToken: true
}
0.24 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#355
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#902 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#347 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#341 …}
}
0.00 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\Voter\AdminDriveVoter"
5
"App\Security\Voter\CursusDriverVoter"
6
"App\Security\Voter\FileExportVoter"
7
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserDataVoter"
8
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserMenuVoter"
9
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter"
10
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionVoter"
11
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter"
12
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter"
13
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableUsersResourcePermissionVoter"
14
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"
15
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UserOwnerVoter"
16
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UsersResourceVoter"

Access decision log

# Result Attributes Object
1 GRANTED IS_AUTHENTICATED_REMEMBERED
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#17 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#13 …}
  +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: null
  #pathInfo: "/nellapp/global/async/chat_notification/new"
  #requestUri: "/nellapp/global/async/chat_notification/new?date_before=2026-04-13%2011:52:28&date_after=2026-04-13%2011:38:09"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#428 …}
  #locale: null
  #defaultLocale: "fr"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details
2 GRANTED IS_AUTHENTICATED
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details