https://whater-dev.uegmobile.com/public/distribution-network/show/id/9ba722dd-6178-4536-ba26-e15df41e40a6

Security

Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#778
  -user: "anon."
  -roleNames: []
  -authenticated: true
  -attributes: []
  -secret: "XqPVELs"
}

Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider whater.security.user_provider
context main
entry_point security.authentication.form_entry_point.main
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "switch_user"
  "form_login"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#712
  -map: Symfony\Component\Security\Http\AccessMap {#713 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#699 …}
  -httpPort: 443
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#727
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#875 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#699 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#728 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1061 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#697 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#876 …}
    "enableUsageTracking"
  ]
}
0.88 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#771
  #options: [
    "check_path" => "web_login_check"
    "login_path" => "web_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" => "login[username]"
    "password_parameter" => "login[password]"
    "csrf_parameter" => "login[_token]"
    "csrf_token_id" => "authenticate"
    "post_only" => true
    "use_forward" => false
    "enable_csrf" => false
    "form_only" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#699 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#759 …}
  #providerKey: "main"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#692 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#876 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#772 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1061 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler {#774 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler {#776 …}
  -rememberMeServices: null
  -csrfTokenManager: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#780
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#875 …}
  -secret: "XqPVELs"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#759 …}
  -logger: Symfony\Bridge\Monolog\Logger {#699 …}
}
7.28 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#785
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#876 …}
  -provider: Whater\Infrastructure\SecurityBundle\Security\UserProvider\UserProvider {#792 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#431 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#762 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ADMIN"
  -logger: Symfony\Bridge\Monolog\Logger {#699 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1061 …}
  -stateless: false
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#702
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#876 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "web_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#692 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#703 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#781
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#876 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#762 …}
  -map: Symfony\Component\Security\Http\AccessMap {#713 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#759 …}
  -exceptionOnNoToken: true
}
0.32 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

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"

Access decision log

# Result Attributes Object
1 GRANTED IS_AUTHENTICATED_ANONYMOUSLY
Symfony\Component\HttpFoundation\Request {#6
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#11 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#9 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#10 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#14 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#13 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#12 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#15 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/public/distribution-network/show/id/9ba722dd-6178-4536-ba26-e15df41e40a6"
  #requestUri: "/public/distribution-network/show/id/9ba722dd-6178-4536-ba26-e15df41e40a6"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: "html"
  #session: Symfony\Component\HttpFoundation\Session\Session {#751 …}
  #locale: null
  #defaultLocale: "es"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  -isIisRewrite: false
  basePath: ""
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details