SecurityController :: loginJson
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "App\Controller\SecurityController::loginJson" |
| _firewall_context | "security.firewall.map.context.main" |
| _route | "app_login_json" |
| _route_params | [] |
| _security_firewall_run | "_security_main" |
| _stopwatch_token | "a59424" |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip, deflate, br, zstd" |
| accept-language | "en-GB,en;q=0.9" |
| connection | "keep-alive" |
| content-length | "63" |
| content-type | "application/json" |
| cookie | "stg_last_interaction=Mon%2C%2025%20Aug%202025%2015:05:31%20GMT; stg_returning_visitor=Mon%2C%2012%20May%202025%2015:40:42%20GMT; _pk_id.3300e466-412d-49f2-adc6-c0f62d78c2f0.a4d2=058cef7d931f68a5.1747063286.124.1756134331.1756127279.; connect-sidebar-hidden=false; undefined=false; XDEBUG_SESSION=XDEBUG_ECLIPSE; api_deauth_profile_token=2ecf8b; main_deauth_profile_token=6e45b6; PHPSESSID=krq03hvscmsctrdinvhgism5bu" |
| host | "quentinribac-cgenial" |
| origin | "https://quentinribac-cgenial" |
| priority | "u=0" |
| referer | "https://quentinribac-cgenial/app/login" |
| sec-fetch-dest | "empty" |
| sec-fetch-mode | "cors" |
| sec-fetch-site | "same-origin" |
| user-agent | "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0" |
| x-php-ob-level | "1" |
Request Content
Pretty
{
"username": "q.ribac@cgenial.org",
"password": "s0iRe_crrp)#CGC"
}
Raw
{"username":"q.ribac@cgenial.org","password":"s0iRe_crrp)#CGC"}
Response
Response Headers
| Header | Value |
|---|---|
| access-control-allow-headers | "Authorization, Content-Type" |
| access-control-allow-methods | "POST, GET, OPTIONS, DELETE, PATCH, PUT" |
| access-control-allow-origin | "*" |
| cache-control | "no-cache, private" |
| content-type | "application/json" |
| date | "Wed, 18 Mar 2026 14:32:39 GMT" |
| x-debug-token | "4dff31" |
Cookies
Request Cookies
| Key | Value |
|---|---|
| PHPSESSID | "krq03hvscmsctrdinvhgism5bu" |
| XDEBUG_SESSION | "XDEBUG_ECLIPSE" |
| _pk_id_3300e466-412d-49f2-adc6-c0f62d78c2f0_a4d2 | "058cef7d931f68a5.1747063286.124.1756134331.1756127279." |
| api_deauth_profile_token | "2ecf8b" |
| connect-sidebar-hidden | "false" |
| main_deauth_profile_token | "6e45b6" |
| stg_last_interaction | "Mon, 25 Aug 2025 15:05:31 GMT" |
| stg_returning_visitor | "Mon, 12 May 2025 15:40:42 GMT" |
| undefined | "false" |
Response Cookies
No response cookies
Session 4
Session Metadata
| Key | Value |
|---|---|
| Created | "Wed, 18 Mar 26 14:32:39 +0000" |
| Last used | "Wed, 18 Mar 26 14:32:39 +0000" |
| Lifetime | 0 |
Session Attributes
| Attribute | Value |
|---|---|
| _security_main | "O:74:"Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken":3:{i:0;N;i:1;s:4:"main";i:2;a:5:{i:0;O:15:"App\Entity\User":8:{i:0;s:60:"$2y$13$AZBkvq6A91jcGNA1O/vpZ.ldl7VLnpAFEDQGbd8POrLC.c6w64Mb.";i:1;s:60:"$2y$10$ss12hp.qOz8ijOX9CT6N7OssUro/XhF79uCVBKWaequFg1fpdQoiq";i:2;s:19:"q.ribac@cgenial.org";i:3;s:19:"q.ribac@cgenial.org";i:4;i:1;i:5;i:21644;i:6;s:19:"q.ribac@cgenial.org";i:7;s:19:"q.ribac@cgenial.org";}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:3:{i:0;s:10:"ROLE_ADMIN";i:1;s:16:"ROLE_SUPER_ADMIN";i:2;s:9:"ROLE_USER";}}}" |
Session Usage
4
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 39
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 170
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 156
"function" => "executeAuthenticator"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 138
"function" => "executeAuthenticators"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
"line" => 38
"function" => "authenticateRequest"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
"line" => 58
"function" => "authenticate"
"class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
"line" => 46
"function" => "authenticate"
"class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Firewall/AbstractListener.php"
"line" => 26
"function" => "authenticate"
"class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
"line" => 61
"function" => "__invoke"
"class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
"line" => 91
"function" => "__invoke"
"class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Firewall.php"
"line" => 92
"function" => "callListeners"
"class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelRequest"
"class" => "Symfony\Component\Security\Http\Firewall"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 159
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/public/index.php"
"line" => 18
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:51
[
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 51
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 231
"function" => "setToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 219
"function" => "handleAuthenticationSuccess"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 156
"function" => "executeAuthenticator"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 138
"function" => "executeAuthenticators"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
"line" => 38
"function" => "authenticateRequest"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
"line" => 58
"function" => "authenticate"
"class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
"line" => 46
"function" => "authenticate"
"class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Firewall/AbstractListener.php"
"line" => 26
"function" => "authenticate"
"class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
"line" => 61
"function" => "__invoke"
"class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
"line" => 91
"function" => "__invoke"
"class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Firewall.php"
"line" => 92
"function" => "callListeners"
"class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelRequest"
"class" => "Symfony\Component\Security\Http\Firewall"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 159
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/public/index.php"
"line" => 18
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:89
[
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
"line" => 89
"function" => "all"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php"
"line" => 55
"function" => "clear"
"class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/EventListener/SessionStrategyListener.php"
"line" => 53
"function" => "onAuthentication"
"class" => "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onSuccessfulLogin"
"class" => "Symfony\Component\Security\Http\EventListener\SessionStrategyListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 239
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 219
"function" => "handleAuthenticationSuccess"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 156
"function" => "executeAuthenticator"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 138
"function" => "executeAuthenticators"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
"line" => 38
"function" => "authenticateRequest"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
"line" => 58
"function" => "authenticate"
"class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
"line" => 46
"function" => "authenticate"
"class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Firewall/AbstractListener.php"
"line" => 26
"function" => "authenticate"
"class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
"line" => 61
"function" => "__invoke"
"class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
"line" => 91
"function" => "__invoke"
"class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Firewall.php"
"line" => 92
"function" => "callListeners"
"class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelRequest"
"class" => "Symfony\Component\Security\Http\Firewall"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 159
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/public/index.php"
"line" => 18
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:91
[
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
"line" => 91
"function" => "remove"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php"
"line" => 55
"function" => "clear"
"class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/EventListener/SessionStrategyListener.php"
"line" => 53
"function" => "onAuthentication"
"class" => "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onSuccessfulLogin"
"class" => "Symfony\Component\Security\Http\EventListener\SessionStrategyListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 239
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 219
"function" => "handleAuthenticationSuccess"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 156
"function" => "executeAuthenticator"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
"line" => 138
"function" => "executeAuthenticators"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
"line" => 38
"function" => "authenticateRequest"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
"line" => 58
"function" => "authenticate"
"class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
"line" => 46
"function" => "authenticate"
"class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Firewall/AbstractListener.php"
"line" => 26
"function" => "authenticate"
"class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
"line" => 61
"function" => "__invoke"
"class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
"line" => 91
"function" => "__invoke"
"class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/security-http/Firewall.php"
"line" => 92
"function" => "callListeners"
"class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelRequest"
"class" => "Symfony\Component\Security\Http\Firewall"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 159
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/cgenial-connect/public/index.php"
"line" => 18
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| APP_DEFAULT_HOST | "cgenial.quentinribac.fr" |
| APP_DEFAULT_SCHEME | "https" |
| APP_ENV | "dev" |
| APP_NOTIFY_IMPORTED_USER | "true" |
| APP_SECRET | "f7f11d0147cc60fff575ac14c6541e14" |
| COOKIEFIRST_ENABLED | "false" |
| CORS_ALLOW_ORIGIN | "^https?://(localhost|127\.0\.0\.1\.12|quentinribac-cgenial|cgenial.quentinribac.fr)(:[0-9]+)?$" |
| DATABASE_NAME | "cgenial_connect_test" |
| DATABASE_PASSWORD | "cgenial_connect_test" |
| DATABASE_USER | "cgenial_connect_test" |
| DATABASE_VERSION | "mariadb-10.11.8" |
| GTM_ENABLED | "false" |
| LIIP_PUBLIC_PATH | "public/" |
| MAIL_FROM | "no-reply@cgenial-connect.fr" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default" |
| SENDINBLUE_SUBSCRIPTION_LIST_ID | "3" |
| SENTRY_DSN | "" |
| dkim_certificate_domain | "sandbox.cgenial-connect.fr" |
| dkim_certificate_path | "~" |
| dkim_certificate_selector | "mail.cgenial.connect" |
Defined as regular env variables
| Key | Value |
|---|---|
"dev" |
|
| APP_DEBUG | "1" |
| CONTENT_LENGTH | "63" |
| CONTENT_TYPE | "application/json" |
| CONTEXT_DOCUMENT_ROOT | "/var/www/cgenial-connect/public" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/var/www/cgenial-connect/public" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HTTPS | "on" |
| HTTP_ACCEPT | "*/*" |
| HTTP_ACCEPT_ENCODING | "gzip, deflate, br, zstd" |
| HTTP_ACCEPT_LANGUAGE | "en-GB,en;q=0.9" |
| HTTP_CONNECTION | "keep-alive" |
| HTTP_COOKIE | "stg_last_interaction=Mon%2C%2025%20Aug%202025%2015:05:31%20GMT; stg_returning_visitor=Mon%2C%2012%20May%202025%2015:40:42%20GMT; _pk_id.3300e466-412d-49f2-adc6-c0f62d78c2f0.a4d2=058cef7d931f68a5.1747063286.124.1756134331.1756127279.; connect-sidebar-hidden=false; undefined=false; XDEBUG_SESSION=XDEBUG_ECLIPSE; api_deauth_profile_token=2ecf8b; main_deauth_profile_token=6e45b6; PHPSESSID=krq03hvscmsctrdinvhgism5bu" |
| HTTP_HOST | "quentinribac-cgenial" |
| HTTP_ORIGIN | "https://quentinribac-cgenial" |
| HTTP_PRIORITY | "u=0" |
| HTTP_REFERER | "https://quentinribac-cgenial/app/login" |
| HTTP_SEC_FETCH_DEST | "empty" |
| HTTP_SEC_FETCH_MODE | "cors" |
| HTTP_SEC_FETCH_SITE | "same-origin" |
| HTTP_USER_AGENT | "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0" |
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REMOTE_ADDR | "127.0.0.1" |
| REMOTE_PORT | "40580" |
| REQUEST_METHOD | "POST" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1773844359 |
| REQUEST_TIME_FLOAT | 1773844359.2961 |
| REQUEST_URI | "/login/json" |
| SCRIPT_FILENAME | "/var/www/cgenial-connect/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SCRIPT_URI | "https://quentinribac-cgenial/login/json" |
| SCRIPT_URL | "/login/json" |
| SERVER_ADDR | "127.0.1.1" |
| SERVER_ADMIN | "[no address given]" |
| SERVER_NAME | "quentinribac-cgenial" |
| SERVER_PORT | 443 |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "<address>Apache/2.4.66 (Ubuntu) Server at quentinribac-cgenial Port 443</address>\n" |
| SERVER_SOFTWARE | "Apache/2.4.66 (Ubuntu)" |
| SSL_TLS_SNI | "quentinribac-cgenial" |
| SYMFONY_DOTENV_PATH | "/var/www/cgenial-connect/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,MAIL_FROM,SENDINBLUE_SUBSCRIPTION_LIST_ID,MESSENGER_TRANSPORT_DSN,APP_NOTIFY_IMPORTED_USER,APP_DEFAULT_HOST,APP_DEFAULT_SCHEME,COOKIEFIRST_ENABLED,GTM_ENABLED,SENTRY_DSN,CORS_ALLOW_ORIGIN,dkim_certificate_path,dkim_certificate_domain,dkim_certificate_selector,LIIP_PUBLIC_PATH,DATABASE_NAME,DATABASE_USER,DATABASE_PASSWORD,DATABASE_VERSION" |