Security

Token

Authenticated
b506bf From
Property Value
Roles
[
  0 => "ROLE_TENANT_USER"
  1 => "ROLE_API_USER"
  3 => "TENANT_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\RememberMeToken {#589
  -user: App\Entity\Main\TenantUser {#779 …}
  -roleNames: [
    0 => "ROLE_TENANT_USER"
    1 => "ROLE_API_USER"
    3 => "TENANT_USER"
  ]
  -attributes: []
  -secret: null
  -firewallName: "admin"
}

Firewall

admin Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.tenants
context admin
entry_point App\Security\AdminFormAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\AdminFormAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#513
  -map: Symfony\Component\Security\Http\AccessMap {#514 …}
  -logger: Monolog\Logger {#473 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#529
  -sessionKey: "_security_admin"
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#502 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#532 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#399 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#530 …}
  -logger: Monolog\Logger {#473 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#470 …}
}
31.12 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#565
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#560 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#505
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/admin/logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#369 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#405 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#470 …}
  -csrfTokenManager: null
}
(none) (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#572
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#329 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#369 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#573 …}
}
0.02 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#576
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#369 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#567 …}
  -map: Symfony\Component\Security\Http\AccessMap {#514 …}
}
0.39 ms (none)

Authenticators

Status Authenticator
skipped
"App\Security\AdminFormAuthenticator"

This authenticator did not support the request.

skipped
"Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator"

This authenticator did not support the request.

skipped
"Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"

This authenticator did not support the request.

Access Decision

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

Access decision log

# Result Attributes Object
1 GRANTED ROLE_TENANT_USER
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#62 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#52 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#57 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#65 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#64 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#63 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#66 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/admin/dashboard/activity"
  #requestUri: "/admin/dashboard/activity?tenantIds=1%2C2%2C3%2C4&period=day&offset=0&page=1&limit=10"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#582 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: [
    "8\x00https\x00\x00" => [
      "https"
    ]
    "16\x00\x00\x00" => []
    "4\x00\x00\x00" => []
    "32\x00\x00\x00" => []
    "2\x0081.149.162.20, 172.68.229.101\x00192.168.3.178\x00" => [
      "172.68.229.101"
      "81.149.162.20"
    ]
  ]
  -isIisRewrite: false
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_TENANT_USER.
Show voter details
2 GRANTED ROLE_API_USER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_API_USER.
Show voter details