https://ticketsdemo.softguard.com/public/es/customer/login Return to referer URL

Security Token

fcanonico@gmail.com Username
Authenticated
Property Value
Roles
[
  "ROLE_CUSTOMER"
]
Inherited Roles none
Token
UsernamePasswordToken^ {#401
  -credentials: null
  -providerKey: "customer"
  -user: User {#473 …}
  -roles: [
    Role^ {#349
      -role: "ROLE_CUSTOMER"
    }
  ]
  -roleNames: [
    "ROLE_CUSTOMER"
  ]
  -authenticated: true
  -attributes: []
}

Security Firewall

customer Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider user.provider
context customer
entry_point security.authentication.form_entry_point.customer
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "form_login"
  "anonymous"
]

Listeners

Listener Duration Response
ChannelListener^ {#236
  -map: AccessMap {#245 …}
  -authenticationEntryPoint: RetryAuthenticationEntryPoint {#259 …}
  -logger: Logger {#205 …}
}
0.03 ms (none)
ContextListener^ {#266
  -tokenStorage: TokenStorage {#33 …}
  -sessionKey: "_security_customer"
  -logger: Logger {#205 …}
  -userProviders: RewindableGenerator {#265 …}
  -dispatcher: TraceableEventDispatcher {#171 …}
  -registered: false
  -trustResolver: AuthenticationTrustResolver {#241 …}
}
0.05 ms (none)
UsernamePasswordFormAuthenticationListener^ {#262
  -csrfTokenManager: null
  #options: [
    "check_path" => "helpdesk_customer_login"
    "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: Logger {#205 …}
  #authenticationManager: AuthenticationProviderManager {#261 …}
  #providerKey: "customer"
  #httpUtils: HttpUtils {#192 …}
  -tokenStorage: TokenStorage {#33 …}
  -sessionStrategy: SessionAuthenticationStrategy {#269 …}
  -dispatcher: TraceableEventDispatcher {#171 …}
  -successHandler: DefaultAuthenticationSuccessHandler {#194 …}
  -failureHandler: DefaultAuthenticationFailureHandler {#260 …}
  -rememberMeServices: null
}
697.03 ms
RedirectResponse^ {#324
  #targetUrl: "https://ticketsdemo.softguard.com/public/es/"
  +headers: ResponseHeaderBag {#567 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url=https://ticketsdemo.softguard.com/public/es/" />\n
    \n
            <title>Redirecting to https://ticketsdemo.softguard.com/public/es/</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="https://ticketsdemo.softguard.com/public/es/">https://ticketsdemo.softguard.com/public/es/</a>.\n
        </body>\n
    </html>
    """
  #version: "1.0"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
}

Security Voters (4)

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
"Webkul\UVDesk\CoreFrameworkBundle\Security\TicketVoter"