http://isbbethesda.com/index.php/

Security

Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#1297
  -user: "anon."
  -roleNames: []
  -authenticated: true
  -attributes: []
  -secret: "Xe2PSZf"
}

Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\LoginFormAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#249
  -map: Symfony\Component\Security\Http\AccessMap {#268 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#296 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#310
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#87 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#296 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#334 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#224 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#285 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#271 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#88 …}
    "enableUsageTracking"
  ]
}
0.00 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#317
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#312 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#315 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#235 …}
  -logger: Symfony\Bridge\Monolog\Logger {#296 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#271 …}
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#88 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#332
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#87 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#271 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#315 …}
  -logger: Symfony\Bridge\Monolog\Logger {#296 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#224 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#325 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#330
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#87 …}
  -secret: "Xe2PSZf"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#315 …}
  -logger: Symfony\Bridge\Monolog\Logger {#296 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#240
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#88 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#348 …}
  -map: Symfony\Component\Security\Http\AccessMap {#268 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#315 …}
  -exceptionOnNoToken: true
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#292
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#88 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#253 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#85 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#288 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"