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

Security

Token

dsi Username
Authenticated
Property Value
Roles
[
  "ROLE_ADMIN"
  "ROLE_USER"
]
Inherited Roles
[
  "ROLE_DEV"
  "ROLE_TECDOC_MANAGER"
  "ROLE_API"
  "ROLE_ENRICH"
  "ROLE_MARKET_MANAGER"
  "ROLE_PO"
]
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#1092
  -user: App\Entity\App\User {#1076 …}
  -roleNames: [
    "ROLE_ADMIN"
    "ROLE_USER"
  ]
  -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 {#985
  -map: Symfony\Component\Security\Http\AccessMap {#987 …}
  -logger: Monolog\Logger {#929 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#1018
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#1005 …}
}
518.75 ms
Lexik\Bundle\JWTAuthenticationBundle\Response\JWTAuthenticationSuccessResponse {#1111
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#1100 …}
  #content: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NTQ1MDgwMzAsImV4cCI6MTc1NDUyOTYzMCwicm9sZXMiOlsiUk9MRV9BRE1JTiIsIlJPTEVfVVNFUiJdLCJ1c2VybmFtZSI6ImRzaSJ9.p2s_RH5BG2uF5mDUWlPrbakRcvn86idU4aeAqPq-nim4zToGXKpMpCbNcmiECqgFpgnil85xvUW57C4DB4JmwcqyEgwr1qb4nLwwSoCCxo5XM0AXXj3zk0tDSWx689lTokjbgrCVml1KGjkteF2am9DJQf93604BwfbIc3lm7g8WkiTTFTr15KsMVEYvfrhIAbQq6H2t5OexcA45a-k4_mrllNVTqHkffhtEJQ6-YhbdPDXibbZVRsr3hqKrigWkEGUxZCljsRZEtgHbi7C7Z67b2Rf5kVJa5vFH4VByg1tLLH5KUr6wTtjZAf_376GxxS2rMYbcS8ulWvJhUF0_2Q"}"
  #version: "1.1"
  #statusCode: 200
  #statusText: "OK"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #data: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NTQ1MDgwMzAsImV4cCI6MTc1NDUyOTYzMCwicm9sZXMiOlsiUk9MRV9BRE1JTiIsIlJPTEVfVVNFUiJdLCJ1c2VybmFtZSI6ImRzaSJ9.p2s_RH5BG2uF5mDUWlPrbakRcvn86idU4aeAqPq-nim4zToGXKpMpCbNcmiECqgFpgnil85xvUW57C4DB4JmwcqyEgwr1qb4nLwwSoCCxo5XM0AXXj3zk0tDSWx689lTokjbgrCVml1KGjkteF2am9DJQf93604BwfbIc3lm7g8WkiTTFTr15KsMVEYvfrhIAbQq6H2t5OexcA45a-k4_mrllNVTqHkffhtEJQ6-YhbdPDXibbZVRsr3hqKrigWkEGUxZCljsRZEtgHbi7C7Z67b2Rf5kVJa5vFH4VByg1tLLH5KUr6wTtjZAf_376GxxS2rMYbcS8ulWvJhUF0_2Q"}"
  #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.53 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#1025
  #user: App\Entity\App\User {#1076 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#1022
      -userIdentifier: "dsi"
      -userLoader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider::loadUserByIdentifier(string $identifier): UserInterface {#1023 …}
      -user: App\Entity\App\User {#1076 …}
      -attributes: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#1026
      -password: null
      -resolved: true
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge {#1027
      -enabled: false
      +parameters: [
        "username" => "dsi"
        "password" => null
      ]
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge {#1028
      -plaintextPassword: null
      -passwordUpgrader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#933 …}
    }
  ]
  -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"