Security

Token

There is no security token.

Firewall

frontend Name
Security enabled
Stateless

Configuration

Key Value
provider App\Frontend\Infrastructure\Security\FrontendUserProvider
context frontend
entry_point security.authenticator.form_login.frontend
user_checker security.user_checker
access_denied_handler App\User\Infrastructure\Security\RoleBasedAccessDeniedHandler
access_denied_url (none)
authenticators
[
  "form_login"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#631
  -map: Symfony\Component\Security\Http\AccessMap {#632 …}
  -logger: Monolog\Logger {#530 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#664
  -sessionKey: "_security_frontend"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#565 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#667 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#160 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#665 …}
  -logger: Monolog\Logger {#530 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#608 …}
}
0.38 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#671
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#672 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#677
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#147 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#145 …}
  -map: Symfony\Component\Security\Http\AccessMap {#632 …}
}
0.83 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#546
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "frontend_logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#147 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#525 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#608 …}
  -csrfTokenManager: null
}
(none) (none)

Authenticators

Status Authenticator
skipped
"Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"

This authenticator did not support the request.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
2
"App\User\Infrastructure\Security\UserStatusVoter"
3
"App\OAuthServer\Infrastructure\Security\RequiredScopeVoter"
4
"App\Security\Voter\FeedbackVoter"
5
"App\Security\Voter\InterventionVoter"
6
"App\Security\Voter\InvoiceVoter"
7
"App\Security\Voter\QuoteVoter"
8
"App\Security\Voter\RequestVoter"

Access decision log

# Result Attributes Object
1 DENIED
[
  "ROLE_CLIENT"
  "ROLE_ADMIN"
  "ROLE_TECHNICIAN"
]
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#18 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#6 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#13 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#21 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#20 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#19 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#22 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/oauth/authorize"
  #requestUri: "/oauth/authorize?response_type=code&client_id=application_mobile&redirect_uri=artechapp%3A%2F%2Foauth%2Fcallback&code_challenge=1yXC5TtAE5fw_w3X68chNl_nBOz0OrC9YiAJ4KX7_b0&code_challenge_method=S256&state=dMiorYpWk8rDMcaX76GmLQ&scope=openid+profile+email"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#692 …}
  #locale: null
  #defaultLocale: "fr"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: [
    "2\x0074.125.210.69\x00172.18.0.11\x00" => [
      "74.125.210.69"
    ]
    "4\x00backend-symfony-dev-artech.srv715024.hstgr.cloud\x00\x00" => [
      "backend-symfony-dev-artech.srv715024.hstgr.cloud"
    ]
    "32\x00\x00\x00" => []
    "8\x00https\x00\x00" => [
      "https"
    ]
    "16\x00443\x00\x00" => [
      "0.0.0.0:443"
    ]
  ]
  -isIisRewrite: false
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have any of ROLE_CLIENT, ROLE_ADMIN, ROLE_TECHNICIAN.
"App\User\Infrastructure\Security\UserStatusVoter"
ABSTAIN
"App\OAuthServer\Infrastructure\Security\RequiredScopeVoter"
ABSTAIN
"App\Security\Voter\FeedbackVoter"
ABSTAIN
"App\Security\Voter\InterventionVoter"
ABSTAIN
"App\Security\Voter\InvoiceVoter"
ABSTAIN
"App\Security\Voter\QuoteVoter"
ABSTAIN
"App\Security\Voter\RequestVoter"
ABSTAIN
Show voter details