GET http://backend.sandbox.devisubox.com/api/secure/login/check

Security

Token

api.veolia-sync-agap Username
Authenticated
Property Value
Roles
[
  "ROLE_API"
  "ROLE_API_PUBLIC"
  "ROLE_API_EXTERNAL"
  "ROLE_API_SECURE"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#1715
  -user: App\Entity\Backend\LoginUser {#1705 …}
  -roleNames: [
    "ROLE_API"
    "ROLE_API_PUBLIC"
    "ROLE_API_EXTERNAL"
    "ROLE_API_SECURE"
  ]
  -attributes: []
  -firewallName: "api"
}

Firewall

api Name
Security enabled
Stateless

Configuration

Key Value
provider App\Security\UserProvider
context shared_context
entry_point security.authenticator.jwt.api
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "jwt"
  "json_login"
  "App\Security\ApiTokenAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#756
  -map: Symfony\Component\Security\Http\AccessMap {#742 …}
  -logger: Monolog\Logger {#890 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#829
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#237 …}
  -sessionKey: "_security_shared_context"
  -logger: Monolog\Logger {#890 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#830 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#857 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#214 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#835 …}
}
15.88 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#922
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#917 …}
}
109.25 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#893
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#238 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "api_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#856 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#857 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#925
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#238 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#547 …}
  -map: Symfony\Component\Security\Http\AccessMap {#742 …}
}
0.36 ms (none)

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.00 ms (none) (none)
"App\Security\ApiTokenAuthenticator"
48.95 ms
Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport {#1335
  #user: App\Entity\Backend\LoginUser {#1705 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#1361
      -userIdentifier: "api.veolia-sync-agap"
      -userLoader: App\Security\UserProvider::loadUserByIdentifier(string $identifier): LoginUser {#1564 …}
      -user: App\Entity\Backend\LoginUser {#1705 …}
      -attributes: null
    }
  ]
  -attributes: []
}
UserBadge

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"App\Security\Voter\GatewayVoter"
5
"App\Security\Voter\PhotoVoter"
6
"App\Security\Voter\ProjectVoter"
7
"App\Security\Voter\UserProfileVoter"
8
"App\Security\Voter\UserTokenVoter"

Access decision log

# Result Attributes Object
1 GRANTED
[
  "ROLE_USER"
  "ROLE_API"
]
Symfony\Component\HttpFoundation\Request {#21
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#24 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#22 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#23 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#27 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#26 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#25 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#28 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "application/json"
    "text/plain"
    "*/*"
  ]
  #pathInfo: "/api/secure/login/check"
  #requestUri: "/api/secure/login/check"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: "json"
  #session: Symfony\Component\HttpFoundation\Session\Session {#819 …}
  #locale: null
  #defaultLocale: "fr"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  basePath: ""
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
2 GRANTED IS_AUTHENTICATED_FULLY
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details