Redirect 302 redirect from GET @community_view_page (2009c9)

GET http://dev.v4.mycommunity.lmosoft.com/auth/login

Security

Token

There is no security token.

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 {#504
  -map: Symfony\Component\Security\Http\AccessMap {#505 …}
  -logger: Monolog\Logger {#458 …}
  -httpPort: 80
  -httpsPort: 443
}
2.96 ms
Symfony\Component\HttpFoundation\RedirectResponse {#500
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#413 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='https://dev.v4.mycommunity.lmosoft.com/auth/login'" />\n
    \n
            <title>Redirecting to https://dev.v4.mycommunity.lmosoft.com/auth/login</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="https://dev.v4.mycommunity.lmosoft.com/auth/login">https://dev.v4.mycommunity.lmosoft.com/auth/login</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 301
  #statusText: "Moved Permanently"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #targetUrl: "https://dev.v4.mycommunity.lmosoft.com/auth/login"
}
Symfony\Component\Security\Http\Firewall\ContextListener {#533
  -sessionKey: "_security_same"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#457 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#536 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#622 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#534 …}
  -logger: Monolog\Logger {#458 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#525 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#544
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#538 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#551
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#623 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#548 …}
  -userChecker: App\Security\UserChecker {#554 …}
  -firewallName: "community"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#546 …}
  -logger: Monolog\Logger {#458 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ADMIN"
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#751 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#640 …}
  -targetRoute: null
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#556
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#623 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#546 …}
  -map: Symfony\Component\Security\Http\AccessMap {#505 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#452
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "community_auth_logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#623 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#469 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#450 …}
  -csrfTokenManager: null
}
(none) (none)

Authenticators

Status Authenticator
skipped
"App\Security\CommunityAuthenticator"

This authenticator did not support the request.

Access Decision