GET http://portail-preprod.ip2i.in2p3.fr/

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 (none)
access_denied_url (none)
authenticators
[
  "switch_user"
  "form_login"
  "App\Infrastructure\Auth\ApiKeyAuthenticator"
  "App\Infrastructure\Auth\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#901
  -map: Symfony\Component\Security\Http\AccessMap {#900 …}
  -logger: Monolog\Logger {#929 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#961
  -sessionKey: "_security_main"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#362 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#947 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#388 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#956 …}
  -logger: Monolog\Logger {#929 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#919 …}
}
11.47 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#979
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#974 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#981
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#324 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#925 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#982 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#116 …}
  -logger: Monolog\Logger {#929 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#265 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#79 …}
  -targetRoute: null
}
(none) (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#920
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "oauth_logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#324 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#932 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#919 …}
  -csrfTokenManager: null
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#984
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#324 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#116 …}
  -map: Symfony\Component\Security\Http\AccessMap {#900 …}
}
15.89 ms (none)

Authenticators

Status Authenticator
skipped
"App\Infrastructure\Auth\ApiKeyAuthenticator"

This authenticator did not support the request.

skipped
"App\Infrastructure\Auth\KeycloakAuthenticator"

This authenticator did not support the request.

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\Domain\Infrastructure\Office\OfficeVoter"
3
"App\Domain\Request\Arrival\ArrivalRequestVoter"
4
"App\Domain\Request\Departure\DepartureRequestVoter"
5
"App\Domain\Request\Extension\ExtensionRequestVoter"
6
"App\Domain\Request\Move\MoveRequestVoter"
7
"App\Domain\Team\TeamVoter"
8
"App\Http\Voter\HomeVoter"
9
"App\Infrastructure\Attachment\AttachmentVoter"
10
"App\Infrastructure\Auth\User\SuperAdminVoter"
11
"App\Infrastructure\Auth\User\UserVoter"
12
"App\Infrastructure\Notification\NotificationVoter"
13
"App\Infrastructure\Owner\OwnerVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#17 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#7 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#12 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#20 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#19 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#18 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#21 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "text/html"
    "application/xhtml+xml"
    "application/xml"
    "*/*"
  ]
  #pathInfo: "/"
  #requestUri: "/"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#991 …}
  #locale: null
  #defaultLocale: "fr"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_USER.
"App\Domain\Infrastructure\Office\OfficeVoter"
ABSTAIN
"App\Domain\Request\Arrival\ArrivalRequestVoter"
ABSTAIN
"App\Domain\Request\Departure\DepartureRequestVoter"
ABSTAIN
"App\Domain\Request\Extension\ExtensionRequestVoter"
ABSTAIN
"App\Domain\Request\Move\MoveRequestVoter"
ABSTAIN
"App\Domain\Team\TeamVoter"
ABSTAIN
"App\Http\Voter\HomeVoter"
ABSTAIN
"App\Infrastructure\Attachment\AttachmentVoter"
ABSTAIN
"App\Infrastructure\Auth\User\SuperAdminVoter"
DENIED
"App\Infrastructure\Auth\User\UserVoter"
ABSTAIN
"App\Infrastructure\Notification\NotificationVoter"
ABSTAIN
"App\Infrastructure\Owner\OwnerVoter"
ABSTAIN
Show voter details