GET https://admin-projets.preprod.maforet.fr/projects/contracts/table

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.jwt
context (none)
entry_point App\Security\AuthenticationEntryPoint
user_checker security.user_checker
access_denied_handler App\Security\AccessDeniedHandler
access_denied_url (none)
authenticators
[
  "jwt"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#101
  -map: Symfony\Component\Security\Http\AccessMap {#95 …}
  -logger: Monolog\Logger {#77 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#31
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#18 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#588
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#163 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#54 …}
  -map: Symfony\Component\Security\Http\AccessMap {#95 …}
}
0.00 ms (none)

Authenticators

Status Authenticator
skipped
"Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator"

This authenticator did not support the request.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
3
"App\Security\Voter\AssessmentVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"Symfony\Component\Security\Core\Authorization\Voter\ClosureVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_PROJECT_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_PROJECT_ADMIN.
"App\Security\Voter\AssessmentVoter"
ABSTAIN
Show voter details
2 DENIED Expression:
is_granted("ROLE_PROJECT_ADMIN")
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
DENIED
Expression (is_granted("ROLE_PROJECT_ADMIN")) is false.
"Symfony\Component\Security\Core\Authorization\Voter\ClosureVoter"
ABSTAIN
"App\Security\Voter\AssessmentVoter"
ABSTAIN
Show voter details