GET https://nw-flow.cloud/api/config

Security

Token

device:b99808bae3ddd3f8 Username
Authenticated
Property Value
Roles
[
  "ROLE_CHILD_DEVICE"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#494
  -user: App\OAuth\Security\DevicePrincipal {#750 …}
  -roleNames: [
    "ROLE_CHILD_DEVICE"
  ]
  -attributes: []
  -firewallName: "api"
}

Firewall

api Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context (none)
entry_point App\OAuth\Security\OAuth2Authenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "App\OAuth\Security\OAuth2Authenticator"
]

Listeners

Listener Duration Response
"Symfony\Component\Security\Http\Firewall\ChannelListener"
(none) (none)
"Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
40.30 ms (none)
"Symfony\Component\Security\Http\Firewall\AccessListener"
2.20 ms (none)

Authenticators

Status Authenticator
success
"App\OAuth\Security\OAuth2Authenticator"
Lazy no
Duration 23.32 ms
Passport
Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport {#517
  #user: App\OAuth\Security\DevicePrincipal {#750 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#504
      -userLoader: Closure(): DevicePrincipal {#435 …}
      -user: App\OAuth\Security\DevicePrincipal {#750 …}
      -identifierNormalizer: null
      -userIdentifier: "device:b99808bae3ddd3f8"
      -attributes: null
    }
  ]
  -attributes: []
}
Badges UserBadge

Access Decision

affirmative Strategy
# Voter class
1
"App\Api\Security\Voter\DeviceRelatedVoter"
2
"App\Api\Security\Voter\DeviceVoter"
3
"App\OAuth\Security\OAuthScopeVoter"

Access decision log

# Result Attributes Object
1 GRANTED
[
  "OAUTH_SCOPE_device:preauth"
  "OAUTH_SCOPE_device:runtime"
]
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#15 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#5 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#10 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#18 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#17 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#16 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#19 …}
  #content: ""
  #languages: []
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "application/json"
  ]
  #pathInfo: "/api/config"
  #requestUri: "/api/config"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#1626 …}
  #locale: "fr"
  #defaultLocale: "fr"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  basePath: ""
  format: "html"
}
"App\Api\Security\Voter\DeviceRelatedVoter"
ABSTAIN
"App\Api\Security\Voter\DeviceVoter"
ABSTAIN
"App\OAuth\Security\OAuthScopeVoter"
GRANTED
Show voter details