Security

Token

adeline.alexandre.frgds-aura@reseaugds.com Username
Authenticated
Property Value
Roles
[
  "ROLE_USER"
  "ROLE_SUPERVISOR"
]
Inherited Roles
[
  "ROLE_ADMINISTRATOR_OR_SUPERVISOR"
  "ROLE_SONATA_ADMIN"
  "ROLE_INTERNAL"
  "ROLE_ALLOWED_TO_EXPORT_USERS"
  "ROLE_ALLOWED_TO_EXPORT_REPORTS"
  "ROLE_APP\ADMIN\ADVISORADMIN_CREATE"
  "ROLE_APP\ADMIN\EXTERMINATORADMIN_CREATE"
  "ROLE_APP\ADMIN\VIEWERADMIN_CREATE"
  "ROLE_APP\ADMIN\SECTORMANAGERADMIN_CREATE"
  "ROLE_APP\ADMIN\SECTORADMIN_CREATE"
  "ROLE_APP\ADMIN\ADVISORADMIN_DELETE"
  "ROLE_APP\ADMIN\CONTACTREQUESTADMIN_DELETE"
  "ROLE_APP\ADMIN\EXTERMINATORADMIN_DELETE"
  "ROLE_APP\ADMIN\PENDINGADVISORADMIN_DELETE"
  "ROLE_APP\ADMIN\VIEWERADMIN_DELETE"
  "ROLE_APP\ADMIN\SECTORMANAGERADMIN_DELETE"
  "ROLE_APP\ADMIN\SECTORADMIN_DELETE"
  "ROLE_APP\ADMIN\ADVISORADMIN_EDIT"
  "ROLE_APP\ADMIN\EXTERMINATORADMIN_EDIT"
  "ROLE_APP\ADMIN\PENDINGADVISORADMIN_EDIT"
  "ROLE_APP\ADMIN\REPORTADMINISTRATORADMIN_EDIT"
  "ROLE_APP\ADMIN\VIEWERADMIN_EDIT"
  "ROLE_APP\ADMIN\SECTORMANAGERADMIN_EDIT"
  "ROLE_APP\ADMIN\SECTORADMIN_EDIT"
  "ROLE_APP\ADMIN\CONTACTREQUESTADMIN_EXPORT"
  "ROLE_APP\ADMIN\SECTORADMIN_EXPORT"
  "ROLE_APP\ADMIN\ADVISORADMIN_LIST"
  "ROLE_APP\ADMIN\CONTACTREQUESTADMIN_LIST"
  "ROLE_APP\ADMIN\EXTERMINATORADMIN_LIST"
  "ROLE_APP\ADMIN\PENDINGADVISORADMIN_LIST"
  "ROLE_APP\ADMIN\REPORTADMINISTRATORADMIN_LIST"
  "ROLE_APP\ADMIN\VIEWERADMIN_LIST"
  "ROLE_APP\ADMIN\SECTORMANAGERADMIN_LIST"
  "ROLE_APP\ADMIN\SECTORADMIN_LIST"
  "ROLE_APP\ADMIN\ADVISORADMIN_VIEW"
  "ROLE_APP\ADMIN\CONTACTREQUESTADMIN_VIEW"
  "ROLE_APP\ADMIN\EXTERMINATORADMIN_VIEW"
  "ROLE_APP\ADMIN\PENDINGADVISORADMIN_VIEW"
  "ROLE_APP\ADMIN\REPORTADMINISTRATORADMIN_VIEW"
  "ROLE_APP\ADMIN\VIEWERADMIN_VIEW"
  "ROLE_APP\ADMIN\SECTORMANAGERADMIN_VIEW"
  "ROLE_APP\ADMIN\SECTORADMIN_VIEW"
  "ROLE_APP\ADMIN\MYINFORMATIONSADMIN_EDIT"
  "ROLE_APP\ADMIN\MYREPORTSADMIN_EDIT"
  "ROLE_APP\ADMIN\MYINFORMATIONSADMIN_LIST"
  "ROLE_APP\ADMIN\MYREPORTSADMIN_LIST"
  "ROLE_APP\ADMIN\REPORTMAPADMIN_LIST"
  "ROLE_APP\ADMIN\MYREPORTSADMIN_VIEW"
  "ROLE_APP\ADMIN\ADVISORADMIN_EXPORT"
  "ROLE_APP\ADMIN\DECLARANTADMIN_EXPORT"
  "ROLE_APP\ADMIN\EXTERMINATORADMIN_EXPORT"
  "ROLE_APP\ADMIN\SUPERVISORADMIN_EXPORT"
  "ROLE_APP\ADMIN\VIEWERADMIN_EXPORT"
  "ROLE_APP\ADMIN\PENDINGADVISORADMIN_EXPORT"
  "ROLE_APP\ADMIN\SECTORMANAGERADMIN_EXPORT"
  "ROLE_APP\ADMIN\REPORTADMINISTRATORADMIN_EXPORT"
  "ROLE_APP\ADMIN\REPORTADVISORADMIN_EXPORT"
  "ROLE_APP\ADMIN\MYREPORTSADMIN_EXPORT"
]
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#1001
  -user: App\Entity\Supervisor {#1258 …}
  -roleNames: [
    "ROLE_USER"
    "ROLE_SUPERVISOR"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\AppAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "switch_user"
  "remember_me"
  "App\Security\AppAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#110
  -map: Symfony\Component\Security\Http\AccessMap {#111 …}
  -logger: Monolog\Logger {#99 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#343
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#158 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#99 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#326 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#363 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#98 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#118 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#399
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#119 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#371
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#159 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#409 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#361 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#355 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -logger: Monolog\Logger {#99 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#282 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#176 …}
  -targetRoute: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#345
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#159 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#355 …}
  -map: Symfony\Component\Security\Http\AccessMap {#111 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#102
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#159 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#84 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#363 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

unanimous 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\ReportVoter"

Access decision log

# Result Attributes Object
1 GRANTED view_report_photo
Proxies\__CG__\App\Entity\Report {#876
  -id: 70372
  -email: "gregoryjomain@yahoo.fr"
  -date: DateTime @1763247600 {#1329
    date: 2025-11-16 00:00:00.0 Europe/Paris (+01:00)
  }
  -firstName: "JOMAIN"
  -lastName: "Grégory"
  -phoneNumber: "0698760265"
  -address: "Route du pont marceau"
  -latitude: "46.003159"
  -longitude: "4.622568"
  -positionApproximate: false
  -closeToSensitiveSite: false
  -otherNestSupport: null
  -nestHeight: 20
  -nestDiameterCentimeters: 50
  -nestAccessByVehicle: true
  -nestActive: true
  -propertyOwner: false
  -propertyOwnerEmail: null
  -propertyOwnerFirstName: null
  -propertyOwnerLastName: null
  -propertyOwnerPhoneNumber: null
  -fencedProperty: false
  -distanceFromRoad: 2
  -additionalInfo: null
  -hives: null
  -followupNote: null
  -interventionDate: null
  -processingDate: null
  -otherNestDestructionMethod: null
  -destroyedWithInsecticide: null
  -insecticideName: null
  -nestRemoved: null
  -nestRemovalDate: null
  -nestNonRemovalReason: null
  -nestDisposalDate: null
  -otherNestDisposalMethodWithoutInsecticide: null
  -otherNestDisposalMethodWithInsecticide: null
  -communityLabel: "CA Villefranche Beaujolais Saône"
  -exterminatorAcceptedReport: false
  -exterminatorAffectationDate: null
  -archived: false
  -city: Proxies\__CG__\App\Entity\City {#1333 …}
  -nestDestructionMethod: null
  -nestDisposalMethod: null
  -nestSupportCategory: Proxies\__CG__\App\Entity\NestSupportCategory {#1348 …}
  -originalReport: null
  -reportCategory: Proxies\__CG__\App\Entity\ReportCategory {#1356 …}
  -reportStatus: Proxies\__CG__\App\Entity\ReportStatus {#1370 …}
  -reportSubstatus: null
  -author: null
  -advisor: null
  -exterminator: null
  -comments: Doctrine\ORM\PersistentCollection {#1364 …}
  -photos: Doctrine\ORM\PersistentCollection {#1372 …}
  -internalPhotos: Doctrine\ORM\PersistentCollection {#1382 …}
  -fundingStatus: Proxies\__CG__\App\Entity\FundingStatus {#1408 …}
  #createdAt: DateTime @1763323194 {#1322
    date: 2025-11-16 20:59:54.0 Europe/Paris (+01:00)
  }
  #updatedAt: DateTime @1763323195 {#1324
    date: 2025-11-16 20:59:55.0 Europe/Paris (+01:00)
  }
  +__isInitialized__: true
   …2
}
"App\Security\Voter\ReportVoter"
attribute view_report_photo ACCESS GRANTED
Show voter details