Redirect 302 redirect from POST @app_signin (0a790f)

GET https://accounts.myvioo.events/community/dashboard

Security

Token

owner@sth.com Username
Authenticated
Property Value
Roles
[
  "ROLE_VIOOER"
  "ROLE_OWNER"
  "ROLE_MEMBER"
  "ROLE_ADMIN"
  "ROLE_SPONSOR"
  "ROLE_LOGISTIC_PARTNER"
]
Inherited Roles
[
  "ROLE_MODERATOR"
  "ROLE_CO"
  "ROLE_ORATEUR"
  "ROLE_NON_MEMBER"
  "ROLE_USER"
]
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#148
  -user: App\Entity\Users\User {#975 …}
  -roleNames: [
    "ROLE_VIOOER"
    "ROLE_OWNER"
    "ROLE_MEMBER"
    "ROLE_ADMIN"
    "ROLE_SPONSOR"
    "ROLE_LOGISTIC_PARTNER"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\LoginFormAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "remember_me"
  "App\Security\LoginFormAuthenticator"
  "App\Security\OAuthAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#288
  -map: Symfony\Component\Security\Http\AccessMap {#289 …}
  -logger: Monolog\Logger {#252 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#172
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#360 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#252 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#173 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#261 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#233 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#178 …}
}
96.24 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#179
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#177 …}
}
0.56 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#157
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#361 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#164 …}
  -map: Symfony\Component\Security\Http\AccessMap {#289 …}
}
1.08 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#260
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#361 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#228 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#261 …}
}
0.00 ms (none)

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"App\Security\LoginFormAuthenticator"
0.00 ms (none) (none)
"App\Security\OAuthAuthenticator"
0.00 ms (none) (none)
"Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
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"
4
"App\Security\Voter\CustomRoleVoter"
5
"App\Security\Voter\EventLogisticPartnerVoter"
6
"App\Security\Voter\RouteAccessVoter"

Access decision log

# Result Attributes Object
1 GRANTED
[
  "ROLE_OWNER"
  "ROLE_ADMIN"
]
Symfony\Component\HttpFoundation\Request {#515
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#499 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#505 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#519 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#517 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#525 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#526 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#516 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/community/dashboard"
  #requestUri: "/community/dashboard"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#304 …}
  #locale: "fr"
  #defaultLocale: "fr"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: [
    "2\x0041.225.159.160\x00127.0.0.1\x00for="41.225.159.160";host="accounts.myvioo.events";proto=https" => [
      "41.225.159.160"
    ]
    "4\x00\x00\x00for="41.225.159.160";host="accounts.myvioo.events";proto=https" => [
      "accounts.myvioo.events"
    ]
    "8\x00\x00\x00for="41.225.159.160";host="accounts.myvioo.events";proto=https" => [
      "https"
    ]
    "32\x00\x00\x00for="41.225.159.160";host="accounts.myvioo.events";proto=https" => []
    "16\x00\x00\x00for="41.225.159.160";host="accounts.myvioo.events";proto=https" => [
      "0.0.0.0:443"
    ]
  ]
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details