http://dev.jsematerials.com/api/getLastActiveLocation?q=%2Fapi%2FgetLastActiveLocation&studentId=null

Security

Token

testhonorlock@test.com Username
Authenticated
Property Value
Roles
[
  "ROLE_STUDENT"
]
Inherited Roles none
Token
Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken {#500
  -user: App\Entity\Students {#501 …}
  -roleNames: [
    "ROLE_STUDENT"
  ]
  -authenticated: true
  -attributes: []
  -providerKey: "api"
}

Firewall

api Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.combined_provider
context api
entry_point security.authenticator.guard.api.0
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "guard"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#47
  -map: Symfony\Component\Security\Http\AccessMap {#46 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#55 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#379
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#157 …}
  -sessionKey: "_security_api"
  -logger: Symfony\Bridge\Monolog\Logger {#55 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#371 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#344 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#106 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#158 …}
    "enableUsageTracking"
  ]
}
4009.17 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#347
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#363 …}
}
84.12 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#554
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#158 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#338 …}
  -map: Symfony\Component\Security\Http\AccessMap {#46 …}
  -authManager: null
  -exceptionOnNoToken: false
}
0.25 ms (none)

Authenticators

Authenticator Supports Duration Passport
"App\Security\TokenAuthenticator"
0.08 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#127
  #user: App\Entity\Students {#501 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#356
      -userIdentifier: "guard_authenticator_088d016231d6fca3305fe0c059749459"
      -userLoader: Closure() {#337 …}
      -user: App\Entity\Students {#501 …}
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\CustomCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\CustomCredentials {#399
      -customCredentialsChecker: [
        App\Security\TokenAuthenticator {#110
          -em: ContainerS2mj0kg\EntityManager_9a5be93 {#112 …}
          -jwtService: App\Service\JwtService {#60 …}
          -logger: Symfony\Bridge\Monolog\Logger {#58 …}
        }
        "checkCredentials"
      ]
      -credentials: "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjoidGVzdGhvbm9ybG9ja0B0ZXN0LmNvbSIsInJvbGVzIjpbIlJPTEVfU1RVREVOVCJdLCJleHAiOjE3Nzk5OTA4NzF9.cAeBt2LDl_hn_uim-vfdK3kkEkCl-TsX9R965jgOYNY"
      -resolved: true
    }
  ]
  -attributes: []
}

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"

Access decision log

# Result Attributes Object
1 GRANTED
[
  "ROLE_STUDENT"
  "ROLE_API"
  "ROLE_ADMIN"
  "ROLE_SUPER_ADMIN"
  "ROLE_TECH_SUPPORT"
  "ROLE_ADVISOR"
  "ROLE_ADMISSIONS"
  "ROLE_SCHOOL_ADMIN"
  "ROLE_ADVISOR_ADMIN"
  "ROLE_SUPPORT"
  "ROLE_APIUSER"
]
Symfony\Component\HttpFoundation\Request {#12
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#17 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#15 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#16 …}
  +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: null
  #pathInfo: "/api/getLastActiveLocation"
  #requestUri: "/api/getLastActiveLocation?studentId=null"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#340 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  -isIisRewrite: false
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details