Redirect 302 redirect from GET @community_view_page (340203)

GET http://test.mysimply.lmosoft.com/auth/login

Security

Token

There is no security token. It was removed in 445015.

Firewall

community Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context same
entry_point App\Security\CommunityAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "switch_user"
  "App\Security\CommunityAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#517
  -map: Symfony\Component\Security\Http\AccessMap {#518 …}
  -logger: Monolog\Logger {#471 …}
  -httpPort: 80
  -httpsPort: 443
}
1.16 ms
Symfony\Component\HttpFoundation\RedirectResponse {#513
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#425 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='https://test.mysimply.lmosoft.com/auth/login'" />\n
    \n
            <title>Redirecting to https://test.mysimply.lmosoft.com/auth/login</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="https://test.mysimply.lmosoft.com/auth/login">https://test.mysimply.lmosoft.com/auth/login</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 301
  #statusText: "Moved Permanently"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #targetUrl: "https://test.mysimply.lmosoft.com/auth/login"
}
Symfony\Component\Security\Http\Firewall\ContextListener {#550
  -sessionKey: "_security_same"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#470 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#553 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#642 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#551 …}
  -logger: Monolog\Logger {#471 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#542 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#561
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#555 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#568
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#643 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#565 …}
  -userChecker: App\Security\UserChecker {#571 …}
  -firewallName: "community"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#563 …}
  -logger: Monolog\Logger {#471 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ADMIN"
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#780 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#660 …}
  -targetRoute: null
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#573
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#643 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#563 …}
  -map: Symfony\Component\Security\Http\AccessMap {#518 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#465
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "community_auth_logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#643 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#482 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#463 …}
  -csrfTokenManager: null
}
(none) (none)

Authenticators

Status Authenticator
skipped
"App\Security\CommunityAuthenticator"

This authenticator did not support the request.

Access Decision