SecurityController :: login
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "App\Controller\SecurityController::login" |
| _firewall_context | "security.firewall.map.context.main" |
| _redirected | true |
| _route | "app_login" |
| _route_params | [] |
| _security_authenticators | [] |
| _security_firewall_run | "_security_main" |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#527 -supports: false -passport: null -duration: null -stub: "App\Security\LdapAuthenticator" -authenticated: null -exception: null -authenticator: App\Security\LdapAuthenticator {#469 …} } ] |
| _stopwatch_token | "a44675" |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip, br, zstd, deflate" |
| connection | "close" |
| cookie | "main_deauth_profile_token=f3dd2e; sf_redirect=%7B%22token%22%3A%22f3dd2e%22%2C%22route%22%3A%22app%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CAppController%22%2C%22method%22%3A%22index%22%2C%22file%22%3A%22%5C%2Fapps%5C%2Fklara%5C%2Fsrc%5C%2FController%5C%2FAppController.php%22%2C%22line%22%3A27%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; PHPSESSID=vc6a0r3lqbgsc069bncpfd7ua1" |
| host | "klara.lab.vincentpabst.de" |
| referer | "https://klara.lab.vincentpabst.de/" |
| user-agent | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
| x-forwarded-for | "216.73.216.0" |
| x-forwarded-proto | "https" |
| x-forwarded-scheme | "https" |
| x-php-ob-level | "1" |
| x-real-ip | "216.73.216.0" |
Request Content
Request content not available (it was retrieved as a resource).
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "no-cache, private" |
| content-type | "text/html; charset=UTF-8" |
| date | "Sat, 06 Dec 2025 02:14:14 GMT" |
| x-debug-token | "d37c6c" |
Cookies
Request Cookies
| Key | Value |
|---|---|
| PHPSESSID | "vc6a0r3lqbgsc069bncpfd7ua1" |
| main_deauth_profile_token | "f3dd2e" |
| sf_redirect | "{"token":"f3dd2e","route":"app","method":"GET","controller":{"class":"App\\Controller\\AppController","method":"index","file":"\/apps\/klara\/src\/Controller\/AppController.php","line":27},"status_code":302,"status_text":"Found"}" |
Response Cookies
No response cookies
Session 3
Session Metadata
| Key | Value |
|---|---|
| Created | "Sat, 06 Dec 25 03:14:14 +0100" |
| Last used | "Sat, 06 Dec 25 03:14:14 +0100" |
| Lifetime | 0 |
Session Attributes
| Attribute | Value |
|---|---|
| _security.main.target_path | "http://klara.lab.vincentpabst.de/" |
Session Usage
3
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:38
[
[
"file" => "/apps/klara/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
"line" => 38
"function" => "has"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/apps/klara/src/Controller/SecurityController.php"
"line" => 16
"function" => "getLastAuthenticationError"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "login"
"class" => "App\Controller\SecurityController"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/apps/klara/public/index.php"
"line" => 5
"args" => [
"/apps/klara/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:57
[
[
"file" => "/apps/klara/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
"line" => 57
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/apps/klara/src/Controller/SecurityController.php"
"line" => 19
"function" => "getLastUsername"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "login"
"class" => "App\Controller\SecurityController"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/apps/klara/public/index.php"
"line" => 5
"args" => [
"/apps/klara/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Twig\Extension\CoreExtension:1909
[
[
"file" => "/apps/klara/vendor/twig/twig/src/Extension/CoreExtension.php"
"line" => 1909
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/apps/klara/var/cache/dev/twig/1d/1dc52306169462dd0612e4afae94407e.php"
"line" => 52
"function" => "getAttribute"
"class" => "Twig\Extension\CoreExtension"
"type" => "::"
]
[
"file" => "/apps/klara/vendor/twig/twig/src/Template.php"
"line" => 402
"function" => "doDisplay"
"class" => "__TwigTemplate_fc46d84be8638553e535ea8dfc5bb384"
"type" => "->"
]
[
"file" => "/apps/klara/var/cache/dev/twig/a1/a1bdfc9534c38ebdf50c55523a0b20df.php"
"line" => 87
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/twig/twig/src/Template.php"
"line" => 402
"function" => "doDisplay"
"class" => "__TwigTemplate_98bbb9dc5295d1697b94992133fe8480"
"type" => "->"
]
[
"file" => "/apps/klara/var/cache/dev/twig/a8/a86a089bf7d18641699d8d0ce4f4c90b.php"
"line" => 54
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/twig/twig/src/Template.php"
"line" => 402
"function" => "doDisplay"
"class" => "__TwigTemplate_418dd82246dc8d34ab94a964bf7af230"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/twig/twig/src/Template.php"
"line" => 358
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/twig/twig/src/Template.php"
"line" => 373
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 51
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/twig/twig/src/Environment.php"
"line" => 333
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 459
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 464
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 278
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/apps/klara/src/Controller/SecurityController.php"
"line" => 21
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "login"
"class" => "App\Controller\SecurityController"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/apps/klara/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/apps/klara/public/index.php"
"line" => 5
"args" => [
"/apps/klara/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| APP_ENV | "dev" |
| APP_NAME | "KLARA" |
| APP_NAME_HTML | "KLARA - <b>K</b>ontakt-<b>L</b>isten-<b>A</b>dministration für <b>R</b>epräsentative <b>A</b>nlässe" |
| APP_SECRET | "" |
| DATABASE_URL | "mysql://klara:klara@127.0.0.1:3306/klara?serverVersion=10.11.2-MariaDB&charset=utf8mb4" |
| LDAP_BASE_DN | "DC=example,DC=com" |
| LDAP_DEFAULT_ROLES | "ROLE_USER" |
| LDAP_HOST | "ldap.forumsys.com" |
| LDAP_PORT | "389" |
| LDAP_UID_KEY | "uid" |
| MAILER_DSN | "null://null" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| CONTEXT_DOCUMENT_ROOT | "/apps/klara/public" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/apps/klara/public" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HTTP_ACCEPT | "*/*" |
| HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" |
| HTTP_CONNECTION | "close" |
| HTTP_COOKIE | "main_deauth_profile_token=f3dd2e; sf_redirect=%7B%22token%22%3A%22f3dd2e%22%2C%22route%22%3A%22app%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CAppController%22%2C%22method%22%3A%22index%22%2C%22file%22%3A%22%5C%2Fapps%5C%2Fklara%5C%2Fsrc%5C%2FController%5C%2FAppController.php%22%2C%22line%22%3A27%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; PHPSESSID=vc6a0r3lqbgsc069bncpfd7ua1" |
| HTTP_HOST | "klara.lab.vincentpabst.de" |
| HTTP_REFERER | "https://klara.lab.vincentpabst.de/" |
| HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
| HTTP_X_FORWARDED_FOR | "216.73.216.0" |
| HTTP_X_FORWARDED_PROTO | "https" |
| HTTP_X_FORWARDED_SCHEME | "https" |
| HTTP_X_REAL_IP | "216.73.216.0" |
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REMOTE_ADDR | "172.18.0.2" |
| REMOTE_PORT | "57394" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "http" |
| REQUEST_TIME | 1764987254 |
| REQUEST_TIME_FLOAT | 1764987254.4708 |
| REQUEST_URI | "/login" |
| SCRIPT_FILENAME | "/apps/klara/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "172.18.0.1" |
| SERVER_ADMIN | "info@vincentpabst.de" |
| SERVER_NAME | "klara.lab.vincentpabst.de" |
| SERVER_PORT | "80" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "<address>Apache/2.4.62 (Debian) Server at klara.lab.vincentpabst.de Port 80</address>\n" |
| SERVER_SOFTWARE | "Apache/2.4.62 (Debian)" |
| SYMFONY_DOTENV_PATH | "/apps/klara/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,LDAP_HOST,LDAP_PORT,LDAP_BASE_DN,LDAP_UID_KEY,LDAP_DEFAULT_ROLES,APP_NAME,APP_NAME_HTML" |