Error 401 Unauthorized

POST https://proxigo.ochanta.fr/

Security

Token

There is no security token.

Firewall

user Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.entity_user
context (none)
entry_point security.authenticator.jwt.user
user_checker App\Security\User\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "jwt"
  "json_login"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#536
  -map: Symfony\Component\Security\Http\AccessMap {#537 …}
  -logger: Symfony\Component\HttpKernel\Log\Logger {#126 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#547
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#548 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#521
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#236 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#495 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#520 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#554
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#236 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#296 …}
  -map: Symfony\Component\Security\Http\AccessMap {#537 …}
}
0.00 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
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"App\Voter\User\UserAdminVoter"
5
"App\Voter\User\UserCommercantVoter"