Security
Token
demo
Username
Authenticated
| Property | Value |
|---|---|
| Roles |
[
"ROLE_SUPER_CLINIC_ADMIN"
]
|
| Inherited Roles | [ "ROLE_CLINIC_ADMIN" "ROLE_SUB_RECORD_CONSULTATION" "ROLE_SUB_CREATE_CLINIC" "ROLE_SUB_CALENDAR_ACCESS" "ROLE_SUB_WAITING_LIST" "ROLE_SUB_LEAD_CAPTURE" "ROLE_SUB_PATIENT_LIST" "ROLE_SUB_PATIENT_PROFILE" "ROLE_SUB_PATIENT_RECORD" "ROLE_SUB_CLINIC_SETUP" "ROLE_SUB_ACTIVATE_LICENSE" "ROLE_SUB_CREATE_USERS" "ROLE_SUB_INVOICE" "ROLE_SUB_STOCK" "ROLE_SUB_REPORTING" "ROLE_SUB_FORMS" "ROLE_SUB_MARKETING" "ROLE_SUB_LIBRARY" "ROLE_SUB_DASHBOARD" ] |
| Token | Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#627 -user: App\Entity\Person\SuperClinicAdmin {#465 …} -roleNames: [ "ROLE_SUPER_CLINIC_ADMIN" ] -attributes: [] -firewallName: "main" } |
Firewall
main
Name
Security enabled
Stateless
Configuration
| Key | Value |
|---|---|
| provider | security.user.provider.concrete.user_db_provider |
| context | main |
| entry_point | security.authenticator.form_login.main |
| user_checker | App\Security\UserChecker |
| access_denied_handler | (none) |
| access_denied_url | (none) |
| authenticators | [
"form_login"
] |
Listeners
| Listener | Duration | Response |
|---|---|---|
Symfony\Component\Security\Http\Firewall\ChannelListener {#534 -map: Symfony\Component\Security\Http\AccessMap {#535 …} -logger: Monolog\Logger {#501 …} -httpPort: 80 -httpsPort: 443 } |
(none) | (none) |
Symfony\Component\Security\Http\Firewall\ContextListener {#588 -sessionKey: "_security_main" -registered: false -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#513 …} -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#582 …} -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1028 …} -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#587 …} -logger: Monolog\Logger {#501 …} -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#515 …} } |
13.89 ms | (none) |
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#592 -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#581 …} } |
1174.26 ms | Symfony\Component\HttpFoundation\RedirectResponse {#4989 +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#7426 …} #content: """ <!DOCTYPE html>\n <html>\n <head>\n <meta charset="UTF-8" />\n <meta http-equiv="refresh" content="0;url='/admin/clinics/3/dashboard'" />\n \n <title>Redirecting to /admin/clinics/3/dashboard</title>\n </head>\n <body>\n Redirecting to <a href="/admin/clinics/3/dashboard">/admin/clinics/3/dashboard</a>.\n </body>\n </html> """ #version: "1.1" #statusCode: 302 #statusText: "Found" #charset: "UTF-8" -sentHeaders: ? array #targetUrl: "/admin/clinics/3/dashboard" } |
Symfony\Component\Security\Http\Firewall\AccessListener {#594 -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1025 …} -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1023 …} -map: Symfony\Component\Security\Http\AccessMap {#535 …} } |
(none) | (none) |
Symfony\Component\Security\Http\Firewall\LogoutListener {#514 -options: [ "csrf_parameter" => "_csrf_token" "csrf_token_id" => "logout" "logout_path" => "logout" ] -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1025 …} -httpUtils: Symfony\Component\Security\Http\HttpUtils {#499 …} -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#515 …} -csrfTokenManager: null } |
(none) | (none) |
Authenticators
| Status | Authenticator | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| success |
"Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
|