Security

Token

Authenticated
Property Value
Roles
[
  "ROLE_ADMIN"
  "ROLE_PARTNER"
  "ROLE_FIN_ADMIN"
  "ROLE_PORTALUSER"
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#439
  -user: App\Entity\User {#553 …}
  -roleNames: [
    "ROLE_ADMIN"
    "ROLE_PARTNER"
    "ROLE_FIN_ADMIN"
    "ROLE_PORTALUSER"
    "ROLE_USER"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#86
  -map: Symfony\Component\Security\Http\AccessMap {#87 …}
  -logger: Symfony\Bridge\Monolog\Logger {#59 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#90
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#179 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#59 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#91 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#70 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#68 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#93 …}
}
28.07 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#493
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#108 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#69
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#180 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#53 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#70 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#94
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#180 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#273 …}
  -map: Symfony\Component\Security\Http\AccessMap {#87 …}
}
1.14 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
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"

Access decision log

# Result Attributes Object
1 GRANTED ROLE_USER
Symfony\Component\HttpFoundation\Request {#3
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#13 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#9 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#8 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#16 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#15 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#14 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#17 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/admin"
  #requestUri: "/admin?crudAction=viewProgressReport&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectCrudController&entityId=43&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProject"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#98 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
2 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1690
  -isAccessible: true
  -fqcn: "App\Entity\FilmProject"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#314 …}
  -instance: App\Entity\FilmProject {#1674 …}
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details