https://staging.maturin.ca/login_check?url=login_check Return to referer URL

Security Token

There is no security token.

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider fos_user.user_provider.username_email
context main
entry_point hwi_oauth.authentication.entry_point.oauth.main
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "switch_user"
  "form_login"
  "oauth"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#226
  -map: Symfony\Component\Security\Http\AccessMap {#227 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#235 …}
  -logger: Symfony\Bridge\Monolog\Logger {#219 …}
}
0.02 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#237
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#360 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#219 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#238 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#514 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#217 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#361 …}
    "enableUsageTracking"
  ]
}
2.79 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#263
  -csrfTokenManager: null
  #options: [
    "check_path" => "fos_user_security_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 {#219 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#260 …}
  #providerKey: "main"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#193 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#361 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#257 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#514 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler {#250 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#242 …}
  -rememberMeServices: null
}
45.32 ms
Symfony\Component\HttpFoundation\RedirectResponse {#241
  #targetUrl: "https://staging.maturin.ca/login"
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#866 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='https://staging.maturin.ca/login'" />\n
    \n
            <title>Redirecting to https://staging.maturin.ca/login</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="https://staging.maturin.ca/login">https://staging.maturin.ca/login</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
}

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"