POST https://dev-crm.fluid.vet/payment-link/get-response/166

Security

Token

VUyI6FhGDFNk4PNsmM96h4l6qhz5YpbtbGPfGMSrmLBTlN8a Username
Authenticated
Property Value
Roles
[
  "ROLE_ADMIN"
  "ROLE_API"
  "ROLE_ASSIGN_TASKS"
  "ROLE_CREATE_QUOTES"
  "ROLE_CONTACTS"
  "ROLE_CRON_JOBS"
  "ROLE_COURIER"
  "ROLE_DOWNLOADS"
  "ROLE_GET_CONTACTS"
  "ROLE_DELIVERY_CHARGES"
  "ROLE_EMAIL_LOGS"
  "ROLE_FORMS_ADMIN"
  "ROLE_FORMS"
  "ROLE_MAINTENANCE"
  "ROLE_ORGANISATION"
  "ROLE_PAYMENT_LINKS"
  "ROLE_PRICE_LISTS"
  "ROLE_QUOTES"
  "ROLE_SALES_ORDERS"
  "ROLE_TASKS"
  "ROLE_TASK_TYPES"
  "ROLE_USERS"
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#58
  -user: App\Entity\User {#452 …}
  -roleNames: [
    "ROLE_ADMIN"
    "ROLE_API"
    "ROLE_ASSIGN_TASKS"
    "ROLE_CREATE_QUOTES"
    "ROLE_CONTACTS"
    "ROLE_CRON_JOBS"
    "ROLE_COURIER"
    "ROLE_DOWNLOADS"
    "ROLE_GET_CONTACTS"
    "ROLE_DELIVERY_CHARGES"
    "ROLE_EMAIL_LOGS"
    "ROLE_FORMS_ADMIN"
    "ROLE_FORMS"
    "ROLE_MAINTENANCE"
    "ROLE_ORGANISATION"
    "ROLE_PAYMENT_LINKS"
    "ROLE_PRICE_LISTS"
    "ROLE_QUOTES"
    "ROLE_SALES_ORDERS"
    "ROLE_TASKS"
    "ROLE_TASK_TYPES"
    "ROLE_USERS"
    "ROLE_USER"
  ]
  -attributes: []
  -firewallName: "admin"
}

Firewall

admin Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_admin_provider
context admin
entry_point App\Security\AdminAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url /admin/login
authenticators
[
  "form_login"
  "App\Security\AdminAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#91
  -map: Symfony\Component\Security\Http\AccessMap {#90 …}
  -logger: Symfony\Component\HttpKernel\Log\Logger {#41 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#88
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#174 …}
  -sessionKey: "_security_admin"
  -logger: Symfony\Component\HttpKernel\Log\Logger {#41 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#87 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#129 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#120 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#85 …}
}
16.31 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#76
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#78 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#68
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#175 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#74 …}
  -map: Symfony\Component\Security\Http\AccessMap {#90 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#122
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#175 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "admin_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#115 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#129 …}
}
0.00 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\RoleVoter"