https://papyrus.vnv.dev/meeting

Security Token

There is no security token.

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider (none)
context main
entry_point security.authentication.form_entry_point.main
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "form_login_ldap"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#337
  -map: Symfony\Component\Security\Http\AccessMap {#334 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#377 …}
  -logger: Symfony\Bridge\Monolog\Logger {#314 …}
}
2.06 ms
Symfony\Component\HttpFoundation\RedirectResponse {#362
  #targetUrl: "http://papyrus.vnv.dev/meeting"
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#404 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='http://papyrus.vnv.dev/meeting'" />\n
    \n
            <title>Redirecting to http://papyrus.vnv.dev/meeting</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="http://papyrus.vnv.dev/meeting">http://papyrus.vnv.dev/meeting</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 301
  #statusText: "Moved Permanently"
  #charset: "UTF-8"
}

Security Voters (3)

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"