Error 401 Unauthorized

POST https://scoring2.azimutdirect.com/api/login_check

Security

Token

There is no security token.

Firewall

api Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#574
  -map: Symfony\Component\Security\Http\AccessMap {#573 …}
  -logger: Symfony\Bridge\Monolog\Logger {#583 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#659
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#657 …}
}
9.56 ms
Lexik\Bundle\JWTAuthenticationBundle\Response\JWTAuthenticationFailureResponse {#867
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#889 …}
  #content: "{"code":401,"message":"Invalid credentials."}"
  #version: "1.1"
  #statusCode: 401
  #statusText: "Unauthorized"
  #charset: "UTF-8"
  #data: "{"code":401,"message":"Invalid credentials."}"
  #callback: null
  #encodingOptions: 15
  -message: "Invalid credentials."
}

Authenticators

Authenticator Supports Duration Passport
"Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator"
0.00 ms (none)
"Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
0.16 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#664
  #user: null
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#662
      -userIdentifier: "giusy.luci@azimut.it"
      -userLoader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider::loadUserByIdentifier(string $identifier): UserInterface {#663 …}
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#665
      -password: "Aedem2021!"
      -resolved: false
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge {#666
      -plaintextPassword: "Aedem2021!"
      -passwordUpgrader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#590 …}
    }
  ]
  -attributes: []
}

Access Decision

unanimous Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\CrudVoter"
6
"App\Security\Voter\TokenVoter"