https://support.gutandhealth.com/public/api/v1/ticket/716

Security

Token

amith@fembuddy.com Username
Authenticated
Property Value
Roles
[
  "ROLE_SUPER_ADMIN"
]
Inherited Roles
[
  "ROLE_ADMIN"
  "ROLE_AGENT"
]
Token
Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken {#497
  -user: Webkul\UVDesk\CoreFrameworkBundle\Entity\User {#539 …}
  -roleNames: [
    "ROLE_SUPER_ADMIN"
  ]
  -authenticated: true
  -attributes: []
  -providerKey: "uvdesk_api"
}

Firewall

uvdesk_api Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider Webkul\UVDesk\ApiBundle\Providers\ApiCredentials
context uvdesk_api
entry_point Webkul\UVDesk\ApiBundle\Security\Guards\APIGuard
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#271
  -map: Symfony\Component\Security\Http\AccessMap {#268 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#228 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#283
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#176 …}
  -sessionKey: "_security_uvdesk_api"
  -logger: Symfony\Bridge\Monolog\Logger {#228 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#284 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#141 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#230 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#175 …}
    "enableUsageTracking"
  ]
}
0.07 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#310
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#300 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#306 …}
  -providerKey: "uvdesk_api"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#311 …}
  -logger: Symfony\Bridge\Monolog\Logger {#228 …}
  -rememberMeServices: null
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#175 …}
}
32.06 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#542
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#176 …}
  -secret: "AUpmFAM"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#306 …}
  -logger: Symfony\Bridge\Monolog\Logger {#228 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#1328
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#175 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#313 …}
  -map: Symfony\Component\Security\Http\AccessMap {#268 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#306 …}
  -exceptionOnNoToken: true
}
0.01 ms (none)

Authenticators

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

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
"Webkul\UVDesk\CoreFrameworkBundle\Security\TicketVoter"