POST https://api-dev.oreca.com/api/login

Security

Token

pimcore Username
Authenticated
Property Value
Roles
[
  "ROLE_USER"
  "ROLE_PIMCORE"
]
Inherited Roles
[
  "ROLE_API"
]
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#971
  -user: App\Entity\App\User {#957 …}
  -roleNames: [
    "ROLE_USER"
    "ROLE_PIMCORE"
  ]
  -attributes: []
  -firewallName: "api"
}

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 security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "jwt"
  "json_login"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#873
  -map: Symfony\Component\Security\Http\AccessMap {#874 …}
  -logger: Monolog\Logger {#869 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#901
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#889 …}
}
563.43 ms
Lexik\Bundle\JWTAuthenticationBundle\Response\JWTAuthenticationSuccessResponse {#989
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#979 …}
  #content: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3MjY3NjAzNDIsImV4cCI6MTcyNjc4MTk0Miwicm9sZXMiOlsiUk9MRV9VU0VSIiwiUk9MRV9QSU1DT1JFIl0sInVzZXJuYW1lIjoicGltY29yZSJ9.BW6HZjwa1ZnkDd2mMW3Sf1Y8HaSIcnXa1C6twli4qbyUpg4vmxAdXB4z-qNwwBx0aCBMgeruhYMA14m5sLLvCsxF6_J8RLfZV4dLIgtv5wJCJ1MSK2Px2-MuG3y9qrHYtDhwtFIebpZr-3StFWh4RHKst9fTejD_LznBNl2pSLoTqMrlf6FUCk7AZAPMgopPTyQnZWv-7xtuBNvaQ8BEjl_qqJKDXfjAOj8QkGiBRaYRbn-RIUJgih4eraiU_URC019lSgRoSaOjvc8On6-9grnwu0NtUsK6XssvT4u10MVsHFNjc4qzyk7B9_7YfqeDpvBux4y0aq0DY5kqtSAk9w"}"
  #version: "1.1"
  #statusCode: 200
  #statusText: "OK"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #data: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3MjY3NjAzNDIsImV4cCI6MTcyNjc4MTk0Miwicm9sZXMiOlsiUk9MRV9VU0VSIiwiUk9MRV9QSU1DT1JFIl0sInVzZXJuYW1lIjoicGltY29yZSJ9.BW6HZjwa1ZnkDd2mMW3Sf1Y8HaSIcnXa1C6twli4qbyUpg4vmxAdXB4z-qNwwBx0aCBMgeruhYMA14m5sLLvCsxF6_J8RLfZV4dLIgtv5wJCJ1MSK2Px2-MuG3y9qrHYtDhwtFIebpZr-3StFWh4RHKst9fTejD_LznBNl2pSLoTqMrlf6FUCk7AZAPMgopPTyQnZWv-7xtuBNvaQ8BEjl_qqJKDXfjAOj8QkGiBRaYRbn-RIUJgih4eraiU_URC019lSgRoSaOjvc8On6-9grnwu0NtUsK6XssvT4u10MVsHFNjc4qzyk7B9_7YfqeDpvBux4y0aq0DY5kqtSAk9w"}"
  #callback: null
  #encodingOptions: 15
}

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator"
0.00 ms (none) (none)
"Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
0.28 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#908
  #user: App\Entity\App\User {#957 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#905
      -userIdentifier: "pimcore"
      -userLoader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider::loadUserByIdentifier(string $identifier): UserInterface {#906 …}
      -user: App\Entity\App\User {#957 …}
      -attributes: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#909
      -password: null
      -resolved: true
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge {#910
      -enabled: false
      +parameters: [
        "username" => "pimcore"
        "password" => null
      ]
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge {#911
      -plaintextPassword: null
      -passwordUpgrader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#860 …}
    }
  ]
  -attributes: []
}
UserBadge PasswordCredentials RememberMeBadge PasswordUpgradeBadge

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
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"