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

Security

Token

Authenticated
Property Value
Roles
[
  "ROLE_USER"
  "ROLE_ADMIN"
]
Inherited Roles
[
  "ROLE_FINANCIAL"
  "ROLE_DISCIPLINE"
]
Token
Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken {#1143
  -user: App\Entity\User {#1003 …}
  -roleNames: [
    "ROLE_USER"
    "ROLE_ADMIN"
  ]
  -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 {#256
  -map: Symfony\Component\Security\Http\AccessMap {#259 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#293 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#252
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#88 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#293 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#237 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#224 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#300 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#329 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#89 …}
    "enableUsageTracking"
  ]
}
0.26 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#332
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#330 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#320 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#331 …}
  -logger: Symfony\Bridge\Monolog\Logger {#293 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#329 …}
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#89 …}
}
538.72 ms
Symfony\Component\HttpFoundation\RedirectResponse {#351
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#1196 …}
  #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 {#273
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#88 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#329 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#320 …}
  -logger: Symfony\Bridge\Monolog\Logger {#293 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#224 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#313 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#271
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#88 …}
  -secret: "YHxoLMo"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#320 …}
  -logger: Symfony\Bridge\Monolog\Logger {#293 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#341
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#89 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#269 …}
  -map: Symfony\Component\Security\Http\AccessMap {#259 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#320 …}
  -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"