GET https://2.chamilo.org/api/courses/1?sid=0

Security

Token

admin Username
Authenticated
Property Value
Roles
[
  "ROLE_ADMIN"
  "ROLE_GLOBAL_ADMIN"
  "ROLE_USER"
]
Inherited Roles
[
  "ROLE_STUDENT"
  "ROLE_TEACHER"
  "ROLE_QUESTION_MANAGER"
  "ROLE_SESSION_MANAGER"
  "ROLE_CURRENT_COURSE_TEACHER"
  "ROLE_CURRENT_COURSE_SESSION_TEACHER"
  "ROLE_CURRENT_COURSE_GROUP_TEACHER"
  "ROLE_ALLOWED_TO_SWITCH"
  "ROLE_CURRENT_COURSE_STUDENT"
  "ROLE_CURRENT_COURSE_SESSION_STUDENT"
  "ROLE_CURRENT_COURSE_GROUP_STUDENT"
]
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#716
  -user: Chamilo\CoreBundle\Entity\User {#1663 …}
  -roleNames: [
    "ROLE_ADMIN"
    "ROLE_GLOBAL_ADMIN"
    "ROLE_USER"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

api Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point security.authenticator.jwt.api
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "jwt"
  "json_login"
]

Listeners

No security listeners have been recorded. Check that debugging is enabled in the kernel.

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision