https://ticketsdemo.softguard.com/public/en/customer/create-ticket/ Return to referer URL

Security Token

fjgfrancojg@gmail.com Username
Authenticated
Property Value
Roles
[
  "ROLE_CUSTOMER"
]
Inherited Roles none
Token
UsernamePasswordToken^ {#260
  -credentials: null
  -providerKey: "customer"
  -user: User {#497 …}
  -roles: [
    Role^ {#272
      -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 …}
}
68.84 ms (none)
UsernamePasswordFormAuthenticationListener^ {#279
  -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 {#329 …}
  #providerKey: "customer"
  #httpUtils: HttpUtils {#192 …}
  -tokenStorage: TokenStorage {#33 …}
  -sessionStrategy: SessionAuthenticationStrategy {#358 …}
  -dispatcher: TraceableEventDispatcher {#171 …}
  -successHandler: DefaultAuthenticationSuccessHandler {#402 …}
  -failureHandler: DefaultAuthenticationFailureHandler {#278 …}
  -rememberMeServices: null
}
0.04 ms (none)
AnonymousAuthenticationListener^ {#263
  -tokenStorage: TokenStorage {#33 …}
  -secret: "RGcS2Dc"
  -authenticationManager: AuthenticationProviderManager {#329 …}
  -logger: Logger {#205 …}
}
0.00 ms (none)
LogoutListener^ {#209
  -tokenStorage: TokenStorage {#33 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "helpdesk_customer_logout"
  ]
  -handlers: [
    CsrfTokenClearingLogoutHandler^ {#191
      -csrfTokenStorage: SessionTokenStorage {#189 …}
    }
    SessionLogoutHandler^ {#237}
  ]
  -successHandler: DefaultLogoutSuccessHandler {#193 …}
  -httpUtils: HttpUtils {#192 …}
  -csrfTokenManager: null
}
0.02 ms (none)
AccessListener^ {#354
  -tokenStorage: TokenStorage {#33 …}
  -accessDecisionManager: TraceableAccessDecisionManager {#405 …}
  -map: AccessMap {#245 …}
  -authManager: AuthenticationProviderManager {#329 …}
}
1.17 ms (none)

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"

Access decision log

# Result Attributes Object
1 GRANTED IS_AUTHENTICATED_ANONYMOUSLY
Request^ {#53
  +attributes: ParameterBag {#71 …}
  +request: ParameterBag {#93 …}
  +query: ParameterBag {#66 …}
  +server: ServerBag {#63 …}
  +files: FileBag {#73 …}
  +cookies: ParameterBag {#72 …}
  +headers: HeaderBag {#75 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/en/customer/create-ticket/"
  #requestUri: "/public/en/customer/create-ticket/"
  #baseUrl: "/public"
  #basePath: null
  #method: "POST"
  #format: null
  #session: Session {#208 …}
  #locale: "en"
  #defaultLocale: "en"
  -isHostValid: true
  -isForwardedValid: true
  basePath: "/public"
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details