https://inout.mante.solutions/login

Security

Token

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

Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.chain_provider
context main
entry_point login_authenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#506
  -map: Symfony\Component\Security\Http\AccessMap {#507 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#497 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#535
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#695 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#497 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#534 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#947 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#484 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#696 …}
    "enableUsageTracking"
  ]
}
0.02 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#545
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#528 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#536 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#552 …}
  -logger: Symfony\Bridge\Monolog\Logger {#497 …}
  -rememberMeServices: null
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#696 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#548
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#695 …}
  -secret: "6yb7Ce7"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#536 …}
  -logger: Symfony\Bridge\Monolog\Logger {#497 …}
}
3.06 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#494
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#696 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#479 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#495 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#576
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#696 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#571 …}
  -map: Symfony\Component\Security\Http\AccessMap {#507 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#536 …}
  -exceptionOnNoToken: true
}
1.49 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 {#60
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#101 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#107 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#102 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#98 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#99 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#100 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#97 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/login"
  #requestUri: "/login"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: "html"
  #session: Symfony\Component\HttpFoundation\Session\Session {#459 …}
  #locale: null
  #defaultLocale: "es"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  -isIisRewrite: false
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details