https://estiam-france.silkwires-dev.com/api/campaign/list?filter_type=1&sort_asc=ordering

Security

Token

admin Username
Authenticated
Property Value
Roles
[
  "Administrator"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#1212
  -user: App\Entity\User {#1238 …}
  -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 {#274
  -map: Symfony\Component\Security\Http\AccessMap {#275 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#266 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#284
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#283 …}
}
110.42 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#1337
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#380 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#277 …}
  -map: Symfony\Component\Security\Http\AccessMap {#275 …}
  -authManager: null
  -exceptionOnNoToken: false
}
0.01 ms (none)

Authenticators

Authenticator Supports Duration Passport
"App\Misc\AppAuthenticator"
0.61 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#291
  #user: App\Entity\User {#1238 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#298
      -userIdentifier: "admin"
      -userLoader: [
        Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#301
          -registry: Doctrine\Bundle\DoctrineBundle\Registry {#309 …}
          -managerName: null
          -classOrAlias: "App\Entity\User"
          -class: null
          -property: "email"
        }
        "loadUserByIdentifier"
      ]
      -user: App\Entity\User {#1238 …}
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\CustomCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\CustomCredentials {#299
      -customCredentialsChecker: Closure($credentials, User $user) {#303 …}
      -credentials: [
        "digest" => "04a66b88e960b0679f35c3103d2f162b6ac957954d4e6d7fbd73578a2fbbc343"
        "nonce" => "6jo3Rvzoscr"
        "created" => "1749202656"
        "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"