Security

Token

andrea.bernardi@azimut.it Username
Authenticated
Property Value
Roles
[
  "ROLE_CCO"
  "ROLE_STDUSER"
  "ROLE_API"
]
Inherited Roles
[
  "ROLE_USER"
]
Token
Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\Token\JWTPostAuthenticationToken {#671
  -user: App\Entity\User {#823 …}
  -roleNames: [
    "ROLE_CCO"
    "ROLE_STDUSER"
    "ROLE_API"
  ]
  -attributes: []
  -firewallName: "api"
  -token: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3MjgzODc0NjksImV4cCI6MTcyODM5MTA2OSwicm9sZXMiOlsiUk9MRV9DQ08iLCJST0xFX1NURFVTRVIiLCJST0xFX0FQSSJdLCJ1c2VybmFtZSI6ImFuZHJlYS5iZXJuYXJkaUBhemltdXQuaXQifQ.XfnoQy7OYOgJkCj5iBVbTIlHDAJW2J7NJoqfliHbNngPPgCUkbLsDLjXt8YX3uGIzg3EZjewkNetx9ES5xuUSDl36TY4KidTAlrMNdELKoZcqjvfZua5yE2gfF0O7qIC-D68U2IUeVWKbZhiHrfDVd03OYfuSxt_1W1fxt_t_vITE_0IbR0Zdc6-WiuOw37g8PPyaM9KsV2MjCu7Jc1TyTVsNYT5VmDsL1C9ER9xX0MNz_KTL_73HHwqdUFRDrRSKS4qcedB3k4NC68yAAqjhRPPg6t2RhCKXcIpPyoLsITgN5bALVu_fRcGRyCOQKIA0S3GOwWUyJuQiDJzJBDwGQ"
}

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 …}
}
5.33 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#639
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#299 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#332 …}
  -map: Symfony\Component\Security\Http\AccessMap {#573 …}
}
1.20 ms (none)

Authenticators

Authenticator Supports Duration Passport
"Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
0.00 ms (none)
"Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator"
0.47 ms
Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport {#662
  #user: App\Entity\User {#823 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#666
      -userIdentifier: "andrea.bernardi@azimut.it"
      -userLoader: Closure($userIdentifier) {#668 …}
      -user: App\Entity\User {#823 …}
    }
  ]
  -attributes: [
    "payload" => [
      "iat" => 1728387469
      "exp" => 1728391069
      "roles" => [
        "ROLE_CCO"
        "ROLE_STDUSER"
        "ROLE_API"
      ]
      "username" => "andrea.bernardi@azimut.it"
    ]
    "token" => "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3MjgzODc0NjksImV4cCI6MTcyODM5MTA2OSwicm9sZXMiOlsiUk9MRV9DQ08iLCJST0xFX1NURFVTRVIiLCJST0xFX0FQSSJdLCJ1c2VybmFtZSI6ImFuZHJlYS5iZXJuYXJkaUBhemltdXQuaXQifQ.XfnoQy7OYOgJkCj5iBVbTIlHDAJW2J7NJoqfliHbNngPPgCUkbLsDLjXt8YX3uGIzg3EZjewkNetx9ES5xuUSDl36TY4KidTAlrMNdELKoZcqjvfZua5yE2gfF0O7qIC-D68U2IUeVWKbZhiHrfDVd03OYfuSxt_1W1fxt_t_vITE_0IbR0Zdc6-WiuOw37g8PPyaM9KsV2MjCu7Jc1TyTVsNYT5VmDsL1C9ER9xX0MNz_KTL_73HHwqdUFRDrRSKS4qcedB3k4NC68yAAqjhRPPg6t2RhCKXcIpPyoLsITgN5bALVu_fRcGRyCOQKIA0S3GOwWUyJuQiDJzJBDwGQ"
  ]
}

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"

Access decision log

# Result Attributes Object
1 GRANTED PUBLIC_ACCESS
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#14 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#10 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#9 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#17 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#16 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#15 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#18 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "application/json"
  ]
  #pathInfo: "/api/crm/dsreq_products/product_type_c=TNB/50/0/name,description,product_type_c,nda_required_c"
  #requestUri: "/api/crm/dsreq_products/product_type_c=TNB/50/0/name,description,product_type_c,nda_required_c"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#1500 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: "json"
  -isHostValid: true
  -isForwardedValid: true
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
attribute PUBLIC_ACCESS ACCESS GRANTED
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
attribute PUBLIC_ACCESS ACCESS ABSTAIN
"App\Security\Voter\CrudVoter"
attribute PUBLIC_ACCESS ACCESS ABSTAIN
"App\Security\Voter\TokenVoter"
attribute PUBLIC_ACCESS ACCESS ABSTAIN
Show voter details