POST https://publite-joel.servicelevelmanagement.co.uk/admin/login

Security

Token

Authenticated
Property Value
Roles
[
  0 => "ROLE_TENANT_USER"
  1 => "ROLE_API_USER"
  3 => "TENANT_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#860
  -user: App\Entity\Main\TenantUser {#795 …}
  -roleNames: [
    0 => "ROLE_TENANT_USER"
    1 => "ROLE_API_USER"
    3 => "TENANT_USER"
  ]
  -attributes: []
  -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 {#515
  -map: Symfony\Component\Security\Http\AccessMap {#516 …}
  -logger: Monolog\Logger {#475 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#531
  -sessionKey: "_security_admin"
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#504 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#534 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#404 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#532 …}
  -logger: Monolog\Logger {#475 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#472 …}
}
0.41 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#567
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#562 …}
}
782.42 ms
Symfony\Component\HttpFoundation\RedirectResponse {#861
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#1010 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='/admin/dashboard'" />\n
    \n
            <title>Redirecting to /admin/dashboard</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="/admin/dashboard">/admin/dashboard</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #targetUrl: "/admin/dashboard"
}
Symfony\Component\Security\Http\Firewall\LogoutListener {#507
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/admin/logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#400 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#402 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#472 …}
  -csrfTokenManager: null
}
(none) (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#574
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#324 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#400 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#575 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#578
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#400 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#569 …}
  -map: Symfony\Component\Security\Http\AccessMap {#516 …}
}
(none) (none)

Authenticators

Status Authenticator
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.

success
"App\Security\AdminFormAuthenticator"
Lazy no
Duration 1.31 ms
Passport
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#645
  #user: App\Entity\Main\TenantUser {#795 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#644
      -userLoader: Closure($userIdentifier) {#643 …}
      -user: App\Entity\Main\TenantUser {#795 …}
      -identifierNormalizer: null
      -userIdentifier: "[email protected]"
      -attributes: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#642
      -password: null
      -resolved: true
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge {#638
      -resolved: true
      -csrfTokenId: "authenticate"
      -csrfToken: "csrf-token"
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge {#636
      -enabled: true
      +parameters: []
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge {#851
      -plaintextPassword: null
      -passwordUpgrader: null
    }
  ]
  -attributes: []
}
Badges UserBadge PasswordCredentials CsrfTokenBadge RememberMeBadge PasswordUpgradeBadge

Access Decision