POST http://checkinapp-services.checkin.svc.cluster.local/api/login_check

Security

Token

checkin_api Username
Authenticated
Property Value
Roles
[
  "ROLE_ADMIN"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#813
  -user: App\Entity\User {#808 …}
  -roleNames: [
    "ROLE_ADMIN"
  ]
  -attributes: []
  -firewallName: "login"
}

Firewall

login Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context (none)
entry_point (none)
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "json_login"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#158
  -map: Symfony\Component\Security\Http\AccessMap {#159 …}
  -logger: Monolog\Logger {#151 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#781
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#776 …}
}
729.34 ms
Lexik\Bundle\JWTAuthenticationBundle\Response\JWTAuthenticationSuccessResponse {#834
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#824 …}
  #content: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NzUyNDMxOTgsImV4cCI6MTc3NTI0Njc5OCwicm9sZXMiOlsiUk9MRV9BRE1JTiJdLCJ1c2VybmFtZSI6ImNoZWNraW5fYXBpIn0.qnqLUNKQhUjg1yiYdjulmkYaDxh4PLcpkhrylSNbVRiOomysQmLTmrn_H0onSsgf1-YtoRO6MMxSMULm3RDXjTKIg0uL5GZOABqYMObVfFrmAycRzhRQFvVWtg2uR0amBeqUPl4z6UUYHxTuvs33nUjs-K4gsz6za3obGF0g-gM_jfQuuZZF-iJjLT7Gbi0BMQg0JHZT4A4bdyjieAeENsjI4D99lMDtlRM44SXPSwqA16u7w_kKbHD_FM0LadQEjO13nTk6zDwelHpICesU9mh7WWzSYLyJ9wz3xrzY8IC-8eXwuiz8Vqv-2_x75v-8TqkNqcyas8ZPH-6nPUyxNQ"}"
  #version: "1.1"
  #statusCode: 200
  #statusText: "OK"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #data: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NzUyNDMxOTgsImV4cCI6MTc3NTI0Njc5OCwicm9sZXMiOlsiUk9MRV9BRE1JTiJdLCJ1c2VybmFtZSI6ImNoZWNraW5fYXBpIn0.qnqLUNKQhUjg1yiYdjulmkYaDxh4PLcpkhrylSNbVRiOomysQmLTmrn_H0onSsgf1-YtoRO6MMxSMULm3RDXjTKIg0uL5GZOABqYMObVfFrmAycRzhRQFvVWtg2uR0amBeqUPl4z6UUYHxTuvs33nUjs-K4gsz6za3obGF0g-gM_jfQuuZZF-iJjLT7Gbi0BMQg0JHZT4A4bdyjieAeENsjI4D99lMDtlRM44SXPSwqA16u7w_kKbHD_FM0LadQEjO13nTk6zDwelHpICesU9mh7WWzSYLyJ9wz3xrzY8IC-8eXwuiz8Vqv-2_x75v-8TqkNqcyas8ZPH-6nPUyxNQ"}"
  #callback: null
  #encodingOptions: 15
}

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
0.21 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#757
  #user: App\Entity\User {#808 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#760
      -userIdentifier: "checkin_api"
      -userLoader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider::loadUserByIdentifier(string $identifier): UserInterface {#759 …}
      -user: App\Entity\User {#808 …}
      -attributes: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#756
      -password: null
      -resolved: true
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge {#755
      -enabled: false
      +parameters: [
        "username" => "checkin_api"
        "password" => null
      ]
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge {#754
      -plaintextPassword: null
      -passwordUpgrader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#798 …}
    }
  ]
  -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\RoleVoter"