Security

Token

benjamin.demelemester@cnm.fr Username
Authenticated
Property Value
Roles
[
  "ROLE_ADMIN"
  "ROLE_PREVIOUS_ADMIN"
]
Inherited Roles
[
  "ROLE_USER_PLUS"
  "ROLE_USER"
  "ROLE_GUEST"
]
Token
Symfony\Component\Security\Core\Authentication\Token\SwitchUserToken {#196
  -user: App\Entity\Administrator {#544 …}
  -roleNames: [
    "ROLE_ADMIN"
    "ROLE_PREVIOUS_ADMIN"
  ]
  -attributes: []
  -firewallName: "admin"
  -originalToken: Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#195 …}
  -originatedFromUri: "/parametres/utilisateurs/"
}

Firewall

admin Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.admin
context admin
entry_point security.authenticator.form_login_ldap.admin
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "switch_user"
  "form_login_ldap"
  "remember_me"
  "App\Admin\Security\LdapAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#236
  -map: Symfony\Component\Security\Http\AccessMap {#234 …}
  -logger: Monolog\Logger {#268 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#214
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#337 …}
  -sessionKey: "_security_admin"
  -logger: Monolog\Logger {#268 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#213 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#282 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#280 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#211 …}
}
7.37 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#735
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#193 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#703
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#338 …}
  -provider: Symfony\Component\Security\Core\User\ChainUserProvider {#273 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#815 …}
  -firewallName: "admin"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#744 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -logger: Monolog\Logger {#268 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#449 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#354 …}
  -targetRoute: "admin_dashboard"
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#281
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#338 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "admin_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#262 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#282 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#746
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#338 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#744 …}
  -map: Symfony\Component\Security\Http\AccessMap {#234 …}
}
0.12 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"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"

Access decision log

# Result Attributes Object
1 GRANTED PUBLIC_ACCESS
Symfony\Component\HttpFoundation\Request {#10
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#13 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#11 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#12 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#16 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#15 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#14 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#17 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/contacts/recherche-avancee"
  #requestUri: "/contacts/recherche-avancee?filters%5Bgender%5D=&filters%5Bname%5D=&filters%5Bfirst_name%5D=&filters%5Bemail_perso%5D=&filters%5Bphone_perso_landline%5D%5Bcountry%5D=FR&filters%5Bphone_perso_landline%5D%5Bnumber%5D=&filters%5Bphone_perso_mobile%5D%5Bcountry%5D=FR&filters%5Bphone_perso_mobile%5D%5Bnumber%5D=&filters%5Bmonespace_id%5D=&filters%5Bloutil_id%5D=&filters%5Bpublished%5D=&filters%5Bactive%5D=&filters%5Bmandates%5D%5B%5D=7688"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#203 …}
  #locale: null
  #defaultLocale: "fr"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details
2 GRANTED ROLE_GUEST
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
3 DENIED ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
Show voter details
4 DENIED ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
Show voter details
5 GRANTED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details
6 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
7 GRANTED ROLE_GUEST
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details