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\Guard\Token\PostAuthenticationGuardToken {#342
  -providerKey: "main"
  -user: App\Entity\Account\User {#465 …}
  -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 {#267
  -map: Symfony\Component\Security\Http\AccessMap {#268 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#252 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#284
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#752 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#252 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#285 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#937 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#251 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#290 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#753 …}
    "enableUsageTracking"
  ]
}
9.62 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#307
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#298 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#303 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#308 …}
  -logger: Symfony\Bridge\Monolog\Logger {#252 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#290 …}
  -hideUserNotFoundExceptions: true
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#313
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#752 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#290 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#303 …}
  -logger: Symfony\Bridge\Monolog\Logger {#252 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#937 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#299 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#317
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#752 …}
  -secret: "NHYOkJ5"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#303 …}
  -logger: Symfony\Bridge\Monolog\Logger {#252 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#325
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#753 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#324 …}
  -userChecker: App\Service\Account\UserChecker {#326 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#319 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -logger: Symfony\Bridge\Monolog\Logger {#252 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#937 …}
  -stateless: false
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#328
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#753 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#319 …}
  -map: Symfony\Component\Security\Http\AccessMap {#268 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#303 …}
  -exceptionOnNoToken: true
}
0.24 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#254
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#753 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#246 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#255 …}
}
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
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserDataVoter"
5
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserMenuVoter"
6
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter"
7
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionVoter"
8
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter"
9
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter"
10
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableUsersResourcePermissionVoter"
11
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"
12
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UserOwnerVoter"
13
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UsersResourceVoter"

Access decision log

# Result Attributes Object
1 GRANTED ROLE_SUPER_ADMIN
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=2025-12-29%2013:02:49&date_after=2025-12-29%2013:00:49"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#333 …}
  #locale: null
  #defaultLocale: "fr"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  -isIisRewrite: false
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
2 GRANTED IS_AUTHENTICATED
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details