SecurityController :: login
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "App\Controller\SecurityController::login" |
| _controller_attributes | [ Symfony\Component\Routing\Attribute\Route {#220 +methods: [] +envs: [] +schemes: [] +aliases: [] +path: "/login" +name: "app_login" +requirements: [] +options: [] +defaults: [] +host: null +condition: null +priority: null } ] |
| _firewall_context | "security.firewall.map.context.main" |
| _route | "app_login" |
| _route_params | [] |
| _security_authenticators | [] |
| _security_firewall_run | "_security_main" |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#429 -supports: false -passport: null -duration: null -stub: "App\Security\OAuth2BearerAuthenticator" -authenticated: null -exception: null -authenticator: App\Security\OAuth2BearerAuthenticator {#424 …} } Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#431 -supports: false -passport: null -duration: null -stub: "App\Security\RemoteSupportAuthenticator" -authenticated: null -exception: null -authenticator: App\Security\RemoteSupportAuthenticator {#453 …} } Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#443 -supports: false -passport: null -duration: null -stub: "App\Security\LoginAuthenticator" -authenticated: null -exception: null -authenticator: App\Security\LoginAuthenticator {#314 …} } Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#444 -supports: false -passport: null -duration: null -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator" -authenticated: null -exception: null -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#445 …} } ] |
| _stopwatch_token | "5e0450" |
Request Headers
| Header | Value |
|---|---|
| accept | "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" |
| accept-encoding | "gzip, deflate, br, zstd" |
| accept-language | "en-US;q=1.0, en;q=0.9" |
| host | "devovsep.clients.teambox.fr" |
| next-action | "e20323a3602872f6a74a10a8fd9c209f0b6e3bcd" |
| priority | "u=0, i" |
| referer | "https://devovsep.clients.teambox.fr/" |
| sec-ch-ua | ""Not:A-Brand";v="99", "Google Chrome";v="145", "Chromium";v="145"" |
| sec-ch-ua-mobile | "?0" |
| sec-ch-ua-platform | ""Windows"" |
| sec-fetch-dest | "empty" |
| sec-fetch-mode | "cors" |
| sec-fetch-site | "same-origin" |
| user-agent | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" |
| x-php-ob-level | "1" |
Request Content
Request content not available (it was retrieved as a resource).
Retry Command
curl \ --compressed \ --url 'https://devovsep.clients.teambox.fr/oauth/login' \ --header 'Next-Action: e20323a3602872f6a74a10a8fd9c209f0b6e3bcd' \ --header 'Referer: https://devovsep.clients.teambox.fr/' \ --header 'Priority: u=0, i' \ --header 'Accept-Language: en-US;q=1.0, en;q=0.9' \ --header 'Accept-Encoding: gzip, deflate, br, zstd' \ --header 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' \ --header 'Sec-Fetch-Site: same-origin' \ --header 'Sec-Fetch-Mode: cors' \ --header 'Sec-Fetch-Dest: empty' \ --header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36' \ --header 'Sec-Ch-Ua-Platform: "Windows"' \ --header 'Sec-Ch-Ua-Mobile: ?0' \ --header 'Sec-Ch-Ua: "Not:A-Brand";v="99", "Google Chrome";v="145", "Chromium";v="145"' \ --header 'X-Php-Ob-Level: 1'
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "max-age=0, must-revalidate, private" |
| content-type | "text/html; charset=UTF-8" |
| date | "Thu, 03 Sep 2026 21:00:30 GMT" |
| expires | "Thu, 03 Sep 2026 21:00:31 GMT" |
| x-debug-token | "678823" |
| x-response-time | "107.221 ms" |
| x-robots-tag | "noindex" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session 3
Session Metadata
No session metadata
Session Attributes
No session attributes
Session Usage
3
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 39
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 388
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/src/Controller/SecurityController.php"
"line" => 42
"function" => "getUser"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 188
"function" => "login"
"class" => "App\Controller\SecurityController"
"type" => "->"
]
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/http-kernel/Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/public/index.php"
"line" => 5
"args" => [
"/rootfs/data/users/osimonian/shared/tb-auth/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:38
[
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
"line" => 38
"function" => "has"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/src/Controller/SecurityController.php"
"line" => 56
"function" => "getLastAuthenticationError"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
"type" => "->"
]
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 188
"function" => "login"
"class" => "App\Controller\SecurityController"
"type" => "->"
]
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/http-kernel/Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/public/index.php"
"line" => 5
"args" => [
"/rootfs/data/users/osimonian/shared/tb-auth/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:57
[
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
"line" => 57
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/src/Controller/SecurityController.php"
"line" => 58
"function" => "getLastUsername"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
"type" => "->"
]
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 188
"function" => "login"
"class" => "App\Controller\SecurityController"
"type" => "->"
]
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/http-kernel/Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/rootfs/data/users/osimonian/shared/tb-auth/public/index.php"
"line" => 5
"args" => [
"/rootfs/data/users/osimonian/shared/tb-auth/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| APP_ENV | "dev" |
| APP_SECRET | "5e2fc07c200b4cebe02d3d006ce8fc63" |
| CHECK_PWNED_PASSWORDS | "true" |
| DATABASE_URL | "sqlite:///%kernel.project_dir%/var/data_%kernel.environment%.db" |
| DEFAULT_URI | "http://localhost" |
| OAUTH_ENCRYPTION_KEY | "I9gkqJLdMgHru85D+o0H4bXVGGRGghkupQkFw54E2yw=" |
| OAUTH_PASSPHRASE | "prancing-unfeeling-myself-ferocious-basket" |
| OAUTH_PRIVATE_KEY | "%kernel.project_dir%/config/jwt/private.key" |
| OAUTH_PUBLIC_KEY | "%kernel.project_dir%/config/jwt/public.key" |
| TB_AUTH_HOST_NAME | "" |
| TEMPORARY_PASSWORD_TTL | "3600" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_PROJECT_DIR | "/rootfs/data/users/osimonian/shared/tb-auth" |
| APP_RUNTIME | "Symfony\Component\Runtime\SymfonyRuntime" |
| APP_RUNTIME_OPTIONS | [ "project_dir" => "/rootfs/data/users/osimonian/shared/tb-auth" ] |
| CONTEXT_DOCUMENT_ROOT | "/rootfs/data/users/osimonian/shared/tb-auth/public/" |
| CONTEXT_PREFIX | "/oauth" |
| CSP_NONCE | "WA6eJqzKXi9BKz7f1s3x8dWH" |
| DOCUMENT_ROOT | "/rootfs/etc/local/apache/empty" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HOME | "/nonexistent" |
| HTTPS | "on" |
| HTTP_ACCEPT | "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" |
| HTTP_ACCEPT_ENCODING | "gzip, deflate, br, zstd" |
| HTTP_ACCEPT_LANGUAGE | "en-US;q=1.0, en;q=0.9" |
| HTTP_HOST | "devovsep.clients.teambox.fr" |
| HTTP_NEXT_ACTION | "e20323a3602872f6a74a10a8fd9c209f0b6e3bcd" |
| HTTP_PRIORITY | "u=0, i" |
| HTTP_REFERER | "https://devovsep.clients.teambox.fr/" |
| HTTP_SEC_CH_UA | ""Not:A-Brand";v="99", "Google Chrome";v="145", "Chromium";v="145"" |
| HTTP_SEC_CH_UA_MOBILE | "?0" |
| HTTP_SEC_CH_UA_PLATFORM | ""Windows"" |
| HTTP_SEC_FETCH_DEST | "empty" |
| HTTP_SEC_FETCH_MODE | "cors" |
| HTTP_SEC_FETCH_SITE | "same-origin" |
| HTTP_USER_AGENT | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" |
| PATH | ".:/sbin:/usr/sbin:/bin:/usr/bin:/usr/sbin:/usr/bin:/usr/packages/base/bin:/usr/packages/base/sbin:/usr/packages/perl/bin:/usr/packages/vmware/bin:/usr/packages/vmware/sbin:/usr/packages/go/bin:/usr/packages/node/bin:/usr/packages/python/bin:/usr/packages/rust/bin:/usr/packages/clamav/bin:/usr/packages/clamav/sbin:/usr/mindstep/bin:/usr/mindstep/sbin:/usr/zunobox/bin:/usr/zunobox/sbin:/usr/packages/zbbackup/bin:/usr/packages/teambox/bin:/usr/packages/teambox/sbin:/usr/packages/apache/bin:/usr/packages/apache/sbin:/usr/packages/mail/bin:/usr/packages/mail/sbin:/usr/packages/mailscanner/bin:/usr/packages/mailscanner/sbin:/usr/packages/samba/bin:/usr/packages/samba/sbin:/usr/packages/vpn/bin:/usr/packages/vpn/sbin:/usr/packages/postgresql/bin:/usr/packages/mysql/bin:/usr/packages/php85/bin:/usr/packages/php85/sbin:/usr/packages/php82/bin:/usr/packages/php82/sbin:/usr/packages/php7/bin:/usr/packages/php7/sbin:/usr/packages/asterisk/bin:/usr/packages/asterisk/sbin:/usr/packages/mattermost/bin:/usr/packages/subversion/bin:/usr/packages/subversion/sbin:/usr/packages/monitoring/bin:/usr/packages/monitoring/sbin:/usr/packages/ansible/bin:/usr/packages/nextcloud/bin:/usr/packages/devtools/bin:/usr/packages/devtools/sbin" |
| PHP_SELF | "/oauth/index.php" |
| QUERY_STRING | "" |
| REMOTE_ADDR | "100.62.21.210" |
| REMOTE_PORT | "43460" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1788469230 |
| REQUEST_TIME_FLOAT | 1788469230.8948 |
| REQUEST_URI | "/oauth/login" |
| SCRIPT_FILENAME | "/rootfs/data/users/osimonian/shared/tb-auth/public/index.php" |
| SCRIPT_NAME | "/oauth/index.php" |
| SCRIPT_URI | "https://devovsep.clients.teambox.fr/oauth/login" |
| SCRIPT_URL | "/oauth/login" |
| SERVER_ADDR | "146.59.141.187" |
| SERVER_ADMIN | "admin" |
| SERVER_NAME | "devovsep.clients.teambox.fr" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "" |
| SERVER_SOFTWARE | "Apache" |
| SSL_TLS_SNI | "devovsep.clients.teambox.fr" |
| SYMFONY_DOTENV_PATH | "/rootfs/data/users/osimonian/shared/tb-auth/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,DEFAULT_URI,OAUTH_PRIVATE_KEY,OAUTH_PUBLIC_KEY,OAUTH_PASSPHRASE,OAUTH_ENCRYPTION_KEY,DATABASE_URL,TEMPORARY_PASSWORD_TTL,CHECK_PWNED_PASSWORDS,TB_AUTH_HOST_NAME,APP_DEBUG" |
| TBWEBLIB_LOGFILE | "/var/log/oauth.error.log" |
| TBWEBLIB_PATH | "/usr/packages/teambox/tbweblib" |
| TBWEBLIB_URI_ROOT | "" |
| TBWEBLIB_URLBASE | "/oauth/__tbweblib__" |
| TEMP | "/var/tmp/zboauth" |
| TMP | "/var/tmp/zboauth" |
| TMPDIR | "/var/tmp/zboauth" |
| UNIQUE_ID | "apnf7i60umxc3FNMkcGYpAAAADM" |
| USER | "zboauth" |
| ZBAUTH_TYPE | "openid-connect" |