Security Token

super Username
Authenticated
Property Value
Roles
[
  "ROLE_SUPER_ADMIN"
]
Inherited Roles
[
  "ROLE_USER"
]
Token
FOS\OAuthServerBundle\Security\Authentication\Token\OAuthToken {#1190
  #token: "NWE5MjYzYjk0MDlmMDAxMGQ2MzU4NzRjZjRmNjZkYzQ1YjY3NjYyZDQxZGM2NDFmNjVhNDc5NmJiOWM5MWE1NA"
  -user: Proxies\__CG__\App\Entity\User {#1191 …}
  -roles: [
    Symfony\Component\Security\Core\Role\Role {#1106
      -role: "ROLE_SUPER_ADMIN"
    }
  ]
  -roleNames: [
    "ROLE_SUPER_ADMIN"
  ]
  -authenticated: true
  -attributes: []
}

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.oauth_db_provider
context main
entry_point security.authentication.form_entry_point.main
user_checker App\Security\UserChecker
access_denied_handler App\Security\AccessDeniedHandler
access_denied_url (none)
listeners
[
  "fos_oauth"
  "form_login"
  "http_basic"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#670
  -map: Symfony\Component\Security\Http\AccessMap {#671 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#710 …}
  -logger: Symfony\Bridge\Monolog\Logger {#678 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#712
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#56 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#678 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#714 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#231 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#392 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#57 …}
    "enableUsageTracking"
  ]
}
0.01 ms (none)
FOS\OAuthServerBundle\Security\Firewall\OAuthListener {#663
  #tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#57 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#383 …}
  #serverService: OAuth2\OAuth2 {#708 …}
}
3.02 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#1185
  -csrfTokenManager: null
  #options: [
    "check_path" => "login"
    "login_path" => "/login"
    "always_use_default_target_path" => false
    "default_target_path" => "/"
    "target_path_parameter" => "_target_path"
    "use_referer" => false
    "failure_path" => null
    "failure_forward" => false
    "require_previous_session" => false
    "username_parameter" => "_username"
    "password_parameter" => "_password"
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "authenticate"
    "post_only" => true
    "use_forward" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#678 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#383 …}
  #providerKey: "main"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#690 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#57 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#1184 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#231 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler {#909 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#911 …}
  -rememberMeServices: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\BasicAuthenticationListener {#908
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#57 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#383 …}
  -providerKey: "main"
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint {#680 …}
  -logger: Symfony\Bridge\Monolog\Logger {#678 …}
  -ignoreFailure: false
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#1184 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#1183
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#56 …}
  -secret: "Oyl0pib"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#383 …}
  -logger: Symfony\Bridge\Monolog\Logger {#678 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#689
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#57 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#687
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#686 …}
    }
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#685}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#688 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#690 …}
  -csrfTokenManager: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#1182
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#57 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#399 …}
  -map: Symfony\Component\Security\Http\AccessMap {#671 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#383 …}
}
0.10 ms (none)

Security Voters (4)

unanimous 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"
4
"Scheb\TwoFactorBundle\Security\TwoFactor\Voter"

Access decision log

# Result Attributes Object
1 GRANTED ROLE_USER
Symfony\Component\HttpFoundation\Request {#12
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#15 …}
  +request: Symfony\Component\HttpFoundation\ParameterBag {#13 …}
  +query: Symfony\Component\HttpFoundation\ParameterBag {#14 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#18 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#17 …}
  +cookies: Symfony\Component\HttpFoundation\ParameterBag {#16 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#19 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: []
  #pathInfo: "/user-details"
  #requestUri: "/user-details?token=NWE5MjYzYjk0MDlmMDAxMGQ2MzU4NzRjZjRmNjZkYzQ1YjY3NjYyZDQxZGM2NDFmNjVhNDc5NmJiOWM5MWE1NA"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#499 …}
  #locale: null
  #defaultLocale: "fr"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
attribute ROLE_USER ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_USER ACCESS GRANTED
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
attribute ROLE_USER ACCESS ABSTAIN
"Scheb\TwoFactorBundle\Security\TwoFactor\Voter"
attribute ROLE_USER ACCESS ABSTAIN
Show voter details