https://central-edu.net/login?login= Return to referer URL

Security Token

CAISEGNAMOU Username
Authenticated
Property Value
Roles
[
  "ROLE_INSCRIPTION"
  "ROLE_CAISSE"
  "ROLE_RECOUVREMENT"
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#4136
  -firewallName: "main"
  -user: App\Entity\User {#2534 …}
  -roleNames: [
    "ROLE_INSCRIPTION"
    "ROLE_CAISSE"
    "ROLE_RECOUVREMENT"
    "ROLE_USER"
  ]
  -authenticated: true
  -attributes: []
}

Security Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\MainAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "custom_authenticators"
  "login_throttling"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#289
  -map: Symfony\Component\Security\Http\AccessMap {#290 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#295 …}
  -logger: Symfony\Bridge\Monolog\Logger {#266 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#297
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#448 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#266 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#298 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#269 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#256 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#449 …}
    "enableUsageTracking"
  ]
}
179.55 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#301
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#302 …}
}
758.30 ms
Symfony\Component\HttpFoundation\RedirectResponse {#287
  #targetUrl: "/"
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#9919 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='/'" />\n
    \n
            <title>Redirecting to /</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="/">/</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
}
Symfony\Component\Security\Http\Firewall\AccessListener {#304
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#449 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#305 …}
  -map: Symfony\Component\Security\Http\AccessMap {#290 …}
  -authManager: Symfony\Component\Security\Http\Authentication\NoopAuthenticationManager {#310 …}
  -exceptionOnNoToken: false
}
0.00 ms (none)

Security Voters (3)

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"