https://staging.consentz.com/admin/login_check Return to referer URL

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 {#1492
  -credentials: null
  -providerKey: "main"
  -user: App\Entity\Person\SuperClinicAdmin {#1261 …}
  -roles: [
    Symfony\Component\Security\Core\Role\Role {#1499
      -role: "ROLE_SUPER_CLINIC_ADMIN"
    }
  ]
  -roleNames: [
    "ROLE_SUPER_CLINIC_ADMIN"
  ]
  -authenticated: true
  -attributes: []
}

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.user_db_provider
context main
entry_point security.authentication.form_entry_point.main
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "form_login"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#878
  -map: Symfony\Component\Security\Http\AccessMap {#879 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#898 …}
  -logger: Symfony\Bridge\Monolog\Logger {#872 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#900
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1090 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#872 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#901 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1217 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#870 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1091 …}
    "enableUsageTracking"
  ]
}
0.18 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#899
  -csrfTokenManager: null
  #options: [
    "check_path" => "login_check"
    "login_path" => "/login"
    "always_use_default_target_path" => false
    "default_target_path" => "/"
    "target_path_parameter" => "_target_path"
    "use_referer" => false
    "failure_path" => null
    "failure_forward" => false
    "require_previous_session" => false
    "username_parameter" => "username"
    "password_parameter" => "password"
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "authenticate"
    "post_only" => true
    "use_forward" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#872 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1070 …}
  #providerKey: "main"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#850 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1091 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#904 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1217 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler {#905 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#1022 …}
  -rememberMeServices: null
}
1101.09 ms
Symfony\Component\HttpFoundation\RedirectResponse {#1339
  #targetUrl: "/admin/clinics/3/dashboard"
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#4820 …}
  #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"
}

Security Voters (18)

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"
4
"App\Voters\AdditionalNoteVoter"
5
"App\Voters\ApiVoter"
6
"App\Voters\AppointmentVoter"
7
"App\Voters\ClinicsVoter"
8
"App\Voters\ConsultationNoteVoter"
9
"App\Voters\InvoiceVoter"
10
"App\Voters\LeadCaptureVoter"
11
"App\Voters\MediaVoter"
12
"App\Voters\NotConvertReasonVoter"
13
"App\Voters\OrganisationVoter"
14
"App\Voters\PatientVoter"
15
"App\Voters\QuestionaireVoter"
16
"App\Voters\SuperAdminVoter"
17
"App\Voters\TreatmentNoteVoter"
18
"App\Voters\TreatmentVoter"