https://estiam-france.silkwires-dev.com/api/notification/list

Security

Token

admin.site Username
Authenticated
Property Value
Roles
[
  "Administrator"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#1221
  -user: App\Entity\User {#1261 …}
  -roleNames: [
    "Administrator"
  ]
  -authenticated: true
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#281
  -map: Symfony\Component\Security\Http\AccessMap {#282 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#273 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#291
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#290 …}
}
394.72 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#1360
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#389 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#284 …}
  -map: Symfony\Component\Security\Http\AccessMap {#282 …}
  -authManager: null
  -exceptionOnNoToken: false
}
0.01 ms (none)

Authenticators

Authenticator Supports Duration Passport
"App\Misc\AppAuthenticator"
3.94 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#298
  #user: App\Entity\User {#1261 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#305
      -userIdentifier: "admin.site"
      -userLoader: [
        Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#308
          -registry: Doctrine\Bundle\DoctrineBundle\Registry {#316 …}
          -managerName: null
          -classOrAlias: "App\Entity\User"
          -class: null
          -property: "email"
        }
        "loadUserByIdentifier"
      ]
      -user: App\Entity\User {#1261 …}
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\CustomCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\CustomCredentials {#306
      -customCredentialsChecker: Closure($credentials, User $user) {#310 …}
      -credentials: [
        "digest" => "8f2e290605d7f242296b712dee46330049d6a35b17f226f53882ec8110f5e849"
        "nonce" => "avcBf4KWEHM"
        "created" => "1753781220"
        "host" => "estiam-france.silkwires-dev.com"
      ]
      -resolved: true
    }
  ]
  -attributes: []
}

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"