http://backoffice.sima.ag/login Return to referer URL

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\BackofficeCustomAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "App\Security\BackofficeCustomAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#296
  -map: Symfony\Component\Security\Http\AccessMap {#299 …}
  -logger: Symfony\Bridge\Monolog\Logger {#235 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#319
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#100 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#235 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#313 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#243 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#236 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#304 …}
}
0.02 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#303
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#318 …}
}
472.22 ms
Symfony\Component\HttpFoundation\RedirectResponse {#425
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#426 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='/login'" />\n
    \n
            <title>Redirecting to /login</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="/login">/login</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  #targetUrl: "/login"
}
Symfony\Component\Security\Http\Firewall\AccessListener {#316
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#101 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#315 …}
  -map: Symfony\Component\Security\Http\AccessMap {#299 …}
}
0.00 ms (none)

Authenticators

Authenticator Supports Duration Passport
"App\Security\BackofficeCustomAuthenticator"
0.13 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#336
  #user: App\Entity\User {#415 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#333
      -userIdentifier: "suelen@sima.ag"
      -userLoader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider::loadUserByIdentifier(string $identifier): UserInterface {#260 …}
      -user: App\Entity\User {#415 …}
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#335
      -password: "agrosima"
      -resolved: false
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge {#249
      -resolved: true
      -csrfTokenId: "authenticate"
      -csrfToken: "5d6cb44e5bb92522f9f660.1Zg8pkz-iOtKrTBSlLYOVzVHdwgVLkTc1dWLYT6Q4IA.v9ZJ8HmKzq8C31IouYUjIFlxDmJsfHyJlOzvWGzgqNSX7EX8BsfBoBKbdQ"
    }
  ]
  -attributes: []
}

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"