Security

Token

admin Username
Authenticated
63ac78 From
Property Value
Roles
[
  "ROLE_ADMIN"
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#12868
  -user: App\Entity\User {#6580 …}
  -roleNames: [
    "ROLE_ADMIN"
    "ROLE_USER"
  ]
  -attributes: []
  -firewallName: "admin"
}

Firewall

admin Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#6853
  -response: null
  -listener: Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#9296 …}
  -time: null
  -stub: Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#9296 …}
}
(none) (none)
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#5518
  -response: null
  -listener: Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#8044 …}
  -time: 0.0020649433135986
  -stub: Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#8044 …}
}
2.06 ms (none)
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#10405
  -response: null
  -listener: Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#9184 …}
  -time: null
  -stub: Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#9184 …}
}
(none) (none)
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#3843
  -response: null
  -listener: Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#8866 …}
  -time: 0.00014209747314453
  -stub: Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#8866 …}
}
0.14 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#984
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "admin_logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#165 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#968 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#1549 …}
  -csrfTokenManager: null
}
(none) (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"

Access decision log

# Result Attributes Object
1 GRANTED
[
  "ROLE_ADMIN"
  "ROLE_USER"
]
Symfony\Component\HttpFoundation\Request {#10837
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#10689 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#6901 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#6761 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#11225 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#5307 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#4304 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#7056 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "text/html"
    "application/xhtml+xml"
    "image/avif"
    "image/webp"
    "image/apng"
    "application/xml"
    "*/*"
    "application/signed-exchange"
  ]
  #pathInfo: "/admin"
  #requestUri: "/admin?crudAction=manageCategories&crudControllerFqcn=App%5CController%5CAdmin%5CAvatarVideoCrudController"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#10887 …}
  #locale: null
  #defaultLocale: "ru"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: [
    "2\x00144.31.90.44\x00192.168.96.1\x00for=144.31.90.44;proto=https;host=mash-central-back.test.itlabs.top" => [
      "144.31.90.44"
    ]
    "4\x00mash-central-back.test.itlabs.top\x00\x00for=144.31.90.44;proto=https;host=mash-central-back.test.itlabs.top" => [
      "mash-central-back.test.itlabs.top"
    ]
    "32\x00\x00\x00for=144.31.90.44;proto=https;host=mash-central-back.test.itlabs.top" => []
    "8\x00https\x00\x00for=144.31.90.44;proto=https;host=mash-central-back.test.itlabs.top" => [
      "https"
    ]
    "16\x00443\x00\x00for=144.31.90.44;proto=https;host=mash-central-back.test.itlabs.top" => [
      "0.0.0.0:443"
    ]
  ]
  -isIisRewrite: false
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details