Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point security.authenticator.form_login.main
user_checker security.user_checker
access_denied_handler App\Security\AccessDeniedHandler
access_denied_url (none)
authenticators
[
  "form_login"
  "remember_me"
  "App\Security\LoginFormAuthenticator"
  "App\Security\AzureAuthenticator"
  "App\Security\AppCustomAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#199
  -map: Symfony\Component\Security\Http\AccessMap {#198 …}
  -logger: Monolog\Logger {#280 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#293
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#59 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#280 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#294 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#266 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#261 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#296 …}
}
0.25 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#337
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#211 …}
}
9.46 ms
Symfony\Component\HttpFoundation\Response {#361
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#386 …}
  #content: "Invalid state parameter passed in callback URL."
  #version: "1.1"
  #statusCode: 403
  #statusText: "Forbidden"
  #charset: "UTF-8"
  -sentHeaders: ? array
}

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"App\Security\LoginFormAuthenticator"
0.00 ms (none) (none)
"App\Security\AppCustomAuthenticator"
0.00 ms (none) (none)
"Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
0.00 ms (none) (none)
"Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
0.00 ms (none) (none)
"App\Security\AzureAuthenticator"
0.00 ms (none) (none)

Access Decision

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"