Redirect 302 redirect from GET @community_view_page (79d0ea)

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 {#501
  -map: Symfony\Component\Security\Http\AccessMap {#502 …}
  -logger: Monolog\Logger {#455 …}
  -httpPort: 80
  -httpsPort: 443
}
2.92 ms
Symfony\Component\HttpFoundation\RedirectResponse {#497
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#410 …}
  #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 {#530
  -sessionKey: "_security_same"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#454 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#533 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#619 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#531 …}
  -logger: Monolog\Logger {#455 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#522 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#541
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#535 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#548
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#620 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#545 …}
  -userChecker: App\Security\UserChecker {#551 …}
  -firewallName: "community"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#543 …}
  -logger: Monolog\Logger {#455 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ADMIN"
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#753 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#637 …}
  -targetRoute: null
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#553
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#620 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#543 …}
  -map: Symfony\Component\Security\Http\AccessMap {#502 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#449
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "community_auth_logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#620 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#466 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#447 …}
  -csrfTokenManager: null
}
(none) (none)

Authenticators

Status Authenticator
skipped
"App\Security\CommunityAuthenticator"

This authenticator did not support the request.

Access Decision