302 redirect from GET @index (d6119f)

POST https://pa.mediaffair.ch/login

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\AppCustomAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "remember_me"
  "App\Security\AppCustomAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#260
  -map: Symfony\Component\Security\Http\AccessMap {#261 …}
  -logger: Symfony\Bridge\Monolog\Logger {#183 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#285
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#67 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#183 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#284 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#179 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#197 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#279 …}
}
2.16 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#278
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#280 …}
}
47.86 ms
Symfony\Component\HttpFoundation\RedirectResponse {#506
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#525 …}
  #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 {#299
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#66 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#290 …}
  -map: Symfony\Component\Security\Http\AccessMap {#261 …}
}
0.00 ms (none)

Authenticators

Authenticator Supports Duration Passport
"Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
0.00 ms (none)
"App\Security\AppCustomAuthenticator"
0.78 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#311
  #user: null
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#257
      -userIdentifier: ""
      -userLoader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider::loadUserByIdentifier(string $identifier): UserInterface {#333 …}
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#334
      -password: ""
      -resolved: false
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge {#327
      -enabled: false
    }
  ]
  -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"