Security

Token

7363 Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\Token\JWTPostAuthenticationToken {#529
  -user: Platform\SecurityBundle\Entity\Identity\Account {#303 …}
  -roleNames: []
  -authenticated: true
  -attributes: []
  -firewallName: "dashboard"
  -token: "eyJhbGciOiJIUzUxMiJ9.eyJhdWQiOiJzY2hvb2xub3ciLCJlbWFpbCI6InNvZmlhaW5mb3FhK3NzZGlzdHJpY3QxQGdtYWlsLmNvbSIsImV4cCI6MTcyNzk5NjAzNSwiaWF0IjoxNzI3OTk1NzM1LCJpZCI6IjQ1ZjhmZTZkLThhM2YtNDljNi04M2M5LWY3MGJhNTIwNzU5MiIsImlzcyI6ImNvbm5lY3QifQ._UkIp2KrqSNy_8_cgqn3kJLdJo4PJL2lJkmKcvp-Kj1F9x_0-c_-xPOCqXwUK8_AP9wlyP_mkRXrVNr21UsCzQ"
}

Firewall

dashboard Name
Security enabled
Stateless

Configuration

Key Value
provider Platform\SecurityBundle\Service\AccountProvider
context dashboard
entry_point Platform\SecurityBundle\Service\Firewalls\DashboardAuthenticationEntryPoint
user_checker security.user_checker
access_denied_handler Platform\SecurityBundle\Service\Firewalls\DashboardAccessDeniedHandler
access_denied_url (none)
authenticators
[
  "switch_user"
  "login_link"
  "Platform\SecurityBundle\Service\Authenticator\OAuthLoginAuthenticator"
  "Platform\SecurityBundle\Service\Authenticator\LoginFormAuthenticator"
  "Platform\SecurityBundle\Service\Authenticator\JWTAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#394
  -map: Symfony\Component\Security\Http\AccessMap {#395 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#361 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#400
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1808 …}
  -sessionKey: "_security_dashboard"
  -logger: Symfony\Bridge\Monolog\Logger {#361 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#401 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#368 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#358 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1809
      -storage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1808 …}
      -container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#1807 …}
      -enableUsageTracking: true
    }
    "enableUsageTracking"
  ]
}
8.68 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#499
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#441 …}
}
56.19 ms
Symfony\Component\HttpFoundation\RedirectResponse {#2408
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#2407 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='/_dashboard/schoolnow'" />\n
    \n
            <title>Redirecting to /_dashboard/schoolnow</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="/_dashboard/schoolnow">/_dashboard/schoolnow</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  #targetUrl: "/_dashboard/schoolnow"
}

Authenticators

Authenticator Supports Duration Passport
"Platform\SecurityBundle\Service\Authenticator\OAuthLoginAuthenticator"
0.00 ms (none)
"Platform\SecurityBundle\Service\Authenticator\LoginFormAuthenticator"
0.00 ms (none)
"Symfony\Component\Security\Http\Authenticator\LoginLinkAuthenticator"
0.00 ms (none)
"Platform\SecurityBundle\Service\Authenticator\JWTAuthenticator"
1.71 ms
Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport {#514
  #user: Platform\SecurityBundle\Entity\Identity\Account {#303 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#516
      -userIdentifier: "45f8fe6d-8a3f-49c6-83c9-f70ba5207592"
      -userLoader: Closure($identifier) {#515 …}
      -user: Platform\SecurityBundle\Entity\Identity\Account {#303 …}
    }
  ]
  -attributes: [
    "payload" => []
    "token" => "eyJhbGciOiJIUzUxMiJ9.eyJhdWQiOiJzY2hvb2xub3ciLCJlbWFpbCI6InNvZmlhaW5mb3FhK3NzZGlzdHJpY3QxQGdtYWlsLmNvbSIsImV4cCI6MTcyNzk5NjAzNSwiaWF0IjoxNzI3OTk1NzM1LCJpZCI6IjQ1ZjhmZTZkLThhM2YtNDljNi04M2M5LWY3MGJhNTIwNzU5MiIsImlzcyI6ImNvbm5lY3QifQ._UkIp2KrqSNy_8_cgqn3kJLdJo4PJL2lJkmKcvp-Kj1F9x_0-c_-xPOCqXwUK8_AP9wlyP_mkRXrVNr21UsCzQ"
  ]
}

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
"Platform\SecurityBundle\Security\AliasVoter"
5
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
6
"Platform\SecurityBundle\Security\Voter\CmsVoter"
7
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
8
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
9
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"