Security

Token

service-account-kursimple-tenant-7 Username
Authenticated
Property Value
Roles
[
  "ROLE_USER"
]
Inherited Roles
[
  "ROLE_FRONTEND"
]
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#1320
  -user: App\User\Entity\User {#1312 …}
  -roleNames: [
    "ROLE_USER"
  ]
  -attributes: []
  -firewallName: "rest"
}

Firewall

rest Name
Security enabled
Stateless

Configuration

Key Value
provider App\User\Security\UserProvider
context (none)
entry_point (none)
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "App\Security\OidcBearerAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#739
  -map: Symfony\Component\Security\Http\AccessMap {#738 …}
  -logger: Monolog\Logger {#718 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#894
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#893 …}
}
85.07 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#956
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#295 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#161 …}
  -map: Symfony\Component\Security\Http\AccessMap {#738 …}
}
1.13 ms (none)

Authenticators

Status Authenticator
success
"App\Security\OidcBearerAuthenticator"
Lazy no
Duration 82.09 ms
Passport
Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport {#1268
  #user: App\User\Entity\User {#1312 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#1294
      -userLoader: Closure(string $identifier) {#1301 …}
      -user: App\User\Entity\User {#1312 …}
      -identifierNormalizer: null
      -userIdentifier: "service-account-kursimple-tenant-7"
      -attributes: null
    }
  ]
  -attributes: []
}
Badges UserBadge

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"

Access decision log

# Result Attributes Object
1 GRANTED
[
  "ROLE_USER"
  "IS_AUTHENTICATED_ANONYMOUSLY"
]
Symfony\Component\HttpFoundation\Request {#62
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#65 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#68 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#63 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#70 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#69 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#67 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#71 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/rest/course/"
  #requestUri: "/rest/course/?limit=21&withOccurrences=1&isBookable=1&client=7&sessionId=7ogfmn0g3n2m4a5smcdo71v7cf"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: "json"
  #session: Symfony\Component\HttpFoundation\Session\Session {#1181 …}
  #locale: null
  #defaultLocale: "de"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: [
    "2\x00\x0092.205.190.77\x00" => []
    "4\x00\x00\x00" => []
    "32\x00\x00\x00" => []
    "8\x00\x00\x00" => []
    "16\x00\x00\x00" => []
  ]
  -isIisRewrite: false
  basePath: ""
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_USER.
Show voter details