Request / Response

Request

GET Parameters

Key Value
code
"f9f51be5-a679-6cfb-e6aa-80dd8083db14.385a688e-353c-e7de-9ac2-ee00f7399d14.8c24a515-bb6b-4b66-bb30-20c5342377cc"
iss
"https://id.kursimple.de/auth/realms/kursimple"
session_state
"385a688e-353c-e7de-9ac2-ee00f7399d14"
state
"670447e0aa2610ac12bfc04b5e31e09d"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\Security\OidcController::callback"
_firewall_context
"security.firewall.map.context.main"
_route
"oidc_callback"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"5e4f66"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
connection
"close"
from
"gptbot(at)openai.com"
host
"test.kursimple.de"
referer
"https://test.test.kursimple.de"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)"
x-openai-host-hash
"973303426"
x-php-ob-level
"1"
x-real-ip
"74.7.243.203"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"private, must-revalidate"
content-type
"text/html; charset=utf-8"
date
"Thu, 22 Jan 2026 13:47:09 GMT"
expires
"-1"
location
"https://test.kursimple.de/oidc/login"
pragma
"no-cache"
x-debug-token
"aa1b67"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 8

Session Metadata

Key Value
Created
"Thu, 22 Jan 26 13:47:09 +0000"
Last used
"Thu, 22 Jan 26 13:47:09 +0000"
Lifetime
172800

Session Attributes

Attribute Value
_security.last_error
Drenso\OidcBundle\Security\Exception\OidcAuthenticationException {#864
  #message: "Invalid session state"
  #code: 0
  #file: "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/drenso/symfony-oidc-bundle/src/OidcClient.php"
  #line: 90
  -token: null
  trace: {
    /var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/drenso/symfony-oidc-bundle/src/OidcClient.php:90 {
      Drenso\OidcBundle\OidcClient->authenticate(Request $request): OidcTokens …
      ›   // Fail silently  throw new OidcAuthenticationException('Invalid session state');}
    }
    /var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/drenso/symfony-oidc-bundle/src/Security/OidcAuthenticator.php:76 {
      Drenso\OidcBundle\Security\OidcAuthenticator->authenticate(Request $request): Passport …
      › // Try to authenticate the request$authData = $this->oidcClient->authenticate($request);}
    /var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php:74 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator->authenticate(Request $request): Passport …
      › try {    $this->passport = $this->authenticator->authenticate($request);} finally {
    }
    /var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:185 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › // get the passport from the Authenticator$passport = $authenticator->authenticate($request);}
    /var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:167 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
    }
    /var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:149 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
    }
    /var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:38 {
      Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
    }
    /var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:58 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › {    $this->authenticationManagerListener->authenticate($event);}
    }
    /var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
      › try {    $this->listener->authenticate($event);} catch (LazyResponseException $e) {
    }
    /var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:61 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
      › foreach ($listeners as $listener) {    $listener($event);}
    /var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:91 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
      › foreach ($requestListeners as $listener) {    $listener($event);}
    /var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Firewall.php:92 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
    }
    /var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php:159 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/Kernel.php:182 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/public/index.php:28 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}

Session Usage

8 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 181
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 167
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 149
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 38
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 58
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 61
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 91
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/public/index.php"
    "line" => 28
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Drenso\OidcBundle\OidcSessionStorage:51
[
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/drenso/symfony-oidc-bundle/src/OidcSessionStorage.php"
    "line" => 51
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/drenso/symfony-oidc-bundle/src/OidcClient.php"
    "line" => 88
    "function" => "getState"
    "class" => "Drenso\OidcBundle\OidcSessionStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/drenso/symfony-oidc-bundle/src/Security/OidcAuthenticator.php"
    "line" => 76
    "function" => "authenticate"
    "class" => "Drenso\OidcBundle\OidcClient"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 74
    "function" => "authenticate"
    "class" => "Drenso\OidcBundle\Security\OidcAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 185
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 167
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 149
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 38
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 58
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 61
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 91
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/public/index.php"
    "line" => 28
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler:90
[
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php"
    "line" => 90
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/drenso/symfony-oidc-bundle/src/Security/OidcAuthenticator.php"
    "line" => 142
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 102
    "function" => "onAuthenticationFailure"
    "class" => "Drenso\OidcBundle\Security\OidcAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 268
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 221
    "function" => "handleAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 167
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 149
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 38
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 58
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 61
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 91
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/public/index.php"
    "line" => 28
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 68
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/public/index.php"
    "line" => 28
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/public/index.php"
    "line" => 28
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/public/index.php"
    "line" => 28
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/public/index.php"
    "line" => 28
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/public/index.php"
    "line" => 28
    "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_BASE_DOMAIN
"test.kursimple.de"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"bd249fd4c0422b5f2de8252ec925f6f2"
CORS_ALLOW_ORIGIN
"^http?://(localhost|127\.0\.0\.1|wosonst\.ddev\.site)(:[0-9]+)?$"
DATABASE_URL
"mysql://test:0000-Pitralon2calc@localhost:3306/test_back?serverVersion=mariadb-10.6.12"
KEYCLOAK_ADMIN_CLIENT_ID
"kursimple-app"
KEYCLOAK_ADMIN_CLIENT_SECRET
"5YGzbKsHZwXv71wHp3TmrHgPNV3KZXVj"
KEYCLOAK_BASE_URL
"https://id.kursimple.de/auth"
KEYCLOAK_CLIENT_ID
"kursimple-app"
KEYCLOAK_CLIENT_SECRET
"5YGzbKsHZwXv71wHp3TmrHgPNV3KZXVj"
KEYCLOAK_REALM
"kursimple"
MAILER_DSN
"smtp://noreply@kursimple.de:0000-Pitralon2mail@kursimple.de:25?encryption=tls"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0&queue_name=async"
TRUSTED_PROXIES
"127.0.0.1,REMOTE_ADDR"

Defined as regular env variables

Key Value
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/test.kursimple.de"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_CONNECTION
"close"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"test.kursimple.de"
HTTP_REFERER
"https://test.test.kursimple.de"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)"
HTTP_X_OPENAI_HOST_HASH
"973303426"
HTTP_X_REAL_IP
"74.7.243.203"
PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
"code=f9f51be5-a679-6cfb-e6aa-80dd8083db14.385a688e-353c-e7de-9ac2-ee00f7399d14.8c24a515-bb6b-4b66-bb30-20c5342377cc&iss=https%3A%2F%2Fid.kursimple.de%2Fauth%2Frealms%2Fkursimple&session_state=385a688e-353c-e7de-9ac2-ee00f7399d14&state=670447e0aa2610ac12bfc04b5e31e09d"
REDIRECT_HTTPS
"on"
REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_QUERY_STRING
"code=f9f51be5-a679-6cfb-e6aa-80dd8083db14.385a688e-353c-e7de-9ac2-ee00f7399d14.8c24a515-bb6b-4b66-bb30-20c5342377cc&iss=https%3A%2F%2Fid.kursimple.de%2Fauth%2Frealms%2Fkursimple&session_state=385a688e-353c-e7de-9ac2-ee00f7399d14&state=670447e0aa2610ac12bfc04b5e31e09d"
REDIRECT_SCRIPT_URI
"https://test.kursimple.de/oidc/callback"
REDIRECT_SCRIPT_URL
"/oidc/callback"
REDIRECT_SSL_TLS_SNI
"test.kursimple.de"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aXIqXRUbuPux8KPgkl5ZtgAAAAc"
REDIRECT_URL
"/oidc/callback"
REMOTE_ADDR
"74.7.243.203"
REMOTE_PORT
"47700"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1769089629
REQUEST_TIME_FLOAT
1769089629.8171
REQUEST_URI
"/oidc/callback?code=f9f51be5-a679-6cfb-e6aa-80dd8083db14.385a688e-353c-e7de-9ac2-ee00f7399d14.8c24a515-bb6b-4b66-bb30-20c5342377cc&iss=https%3A%2F%2Fid.kursimple.de%2Fauth%2Frealms%2Fkursimple&session_state=385a688e-353c-e7de-9ac2-ee00f7399d14&state=670447e0aa2610ac12bfc04b5e31e09d"
SCRIPT_FILENAME
"/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://test.kursimple.de/oidc/callback"
SCRIPT_URL
"/oidc/callback"
SERVER_ADDR
"92.205.190.77"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"test.kursimple.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
"<address>Apache Server at test.kursimple.de Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"test.kursimple.de"
SYMFONY_DOTENV_PATH
"/var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,APP_BASE_DOMAIN,KEYCLOAK_CLIENT_ID,KEYCLOAK_CLIENT_SECRET,TRUSTED_PROXIES,DATABASE_URL,CORS_ALLOW_ORIGIN,MESSENGER_TRANSPORT_DSN,MAILER_DSN,KEYCLOAK_BASE_URL,KEYCLOAK_REALM,KEYCLOAK_ADMIN_CLIENT_ID,KEYCLOAK_ADMIN_CLIENT_SECRET"
UNIQUE_ID
"aXIqXRUbuPux8KPgkl5ZtgAAAAc"
USER
"test"
proxy-nokeepalive
"1"