http://isbbethesda.com/index.php/login Return to referer URL

Security

Token

Authenticated
Property Value
Roles
[
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken {#1121
  -user: App\Entity\User {#997 …}
  -roleNames: [
    "ROLE_USER"
  ]
  -authenticated: true
  -attributes: []
  -providerKey: "main"
}

Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\LoginFormAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#251
  -map: Symfony\Component\Security\Http\AccessMap {#263 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#293 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#272
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#90 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#293 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#252 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#227 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#308 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#275 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#91 …}
    "enableUsageTracking"
  ]
}
0.21 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#320
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#332 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#334 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#324 …}
  -logger: Symfony\Bridge\Monolog\Logger {#293 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#275 …}
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#91 …}
}
642.69 ms
Symfony\Component\HttpFoundation\RedirectResponse {#351
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#1169 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='/index.php/account'" />\n
    \n
            <title>Redirecting to /index.php/account</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="/index.php/account">/index.php/account</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  #targetUrl: "/index.php/account"
}
Symfony\Component\Security\Http\Firewall\RememberMeListener {#335
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#90 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#275 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#334 …}
  -logger: Symfony\Bridge\Monolog\Logger {#293 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#227 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#325 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#323
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#90 …}
  -secret: "K0FNpDw"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#334 …}
  -logger: Symfony\Bridge\Monolog\Logger {#293 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#243
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#91 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#237 …}
  -map: Symfony\Component\Security\Http\AccessMap {#263 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#334 …}
  -exceptionOnNoToken: true
}
0.00 ms (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\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"