Redirect 302 redirect from GET @auth_oauth_check (241e3d)

GET https://app.speed.page/fr/login

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"
_locale
"fr"
_redirected
true
_route
"security_login"
_route_params
[
  "subdomain" => "app"
  "_locale" => "fr"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#523
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\GoogleAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\GoogleAuthenticator {#524 …}
  }
]
_stopwatch_token
"0432dd"
subdomain
"app"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
cookie
"PHPSESSID=a2a1205712a3d74fa9874e190108a6e9; main_deauth_profile_token=241e3d; sf_redirect=%7B%22token%22%3A%22241e3d%22%2C%22route%22%3A%22auth_oauth_check%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CSecurityController%22%2C%22method%22%3A%22connect%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Fclients%5C%2Fclient5%5C%2Fweb13%5C%2Fweb%5C%2Fapp%5C%2Fsrc%5C%2FController%5C%2FSecurityController.php%22%2C%22line%22%3A109%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D"
host
"app.speed.page"
referer
"https://app.speed.page/oauth/check/google"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"1"

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
"Thu, 02 Apr 2026 12:34:53 GMT"
x-debug-token
"71f6d0"

Cookies

Request Cookies

Key Value
PHPSESSID
"a2a1205712a3d74fa9874e190108a6e9"
main_deauth_profile_token
"241e3d"
sf_redirect
"{"token":"241e3d","route":"auth_oauth_check","method":"GET","controller":{"class":"App\\Controller\\SecurityController","method":"connect","file":"\/var\/www\/clients\/client5\/web13\/web\/app\/src\/Controller\/SecurityController.php","line":109},"status_code":302,"status_text":"Found"}"

Response Cookies

No response cookies

Session

Session Metadata

Key Value
Created
"Thu, 02 Apr 26 12:34:53 +0000"
Last used
"Thu, 02 Apr 26 12:34:53 +0000"
Lifetime
0

Session Attributes

Attribute Value
_security.last_error
KnpU\OAuth2ClientBundle\Security\Exception\InvalidStateAuthenticationException {#448
  #message: "Invalid state"
  #code: 0
  #file: "/var/www/clients/client5/web13/web/app/vendor/knpuniversity/oauth2-client-bundle/src/Security/Authenticator/OAuth2Authenticator.php"
  #line: 44
  -token: null
  trace: {
    /var/www/clients/client5/web13/web/app/vendor/knpuniversity/oauth2-client-bundle/src/Security/Authenticator/OAuth2Authenticator.php:44 {
      session_start(array $options = []): bool …
      › } catch (InvalidStateException $e) {    throw new InvalidStateAuthenticationException($e);}
    }
    /var/www/clients/client5/web13/web/app/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:145 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start(): bool …
      › // ok to try and start the sessionif (!session_start()) {    throw new \RuntimeException('Failed to start the session.');
    }
    /var/www/clients/client5/web13/web/app/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:269 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name): SessionBagInterface …
      › } elseif (!$this->started) {    $this->start();}
    }
    /var/www/clients/client5/web13/web/app/vendor/symfony/http-foundation/Session/Session.php:201 {
      Symfony\Component\HttpFoundation\Session\Session->getBag(string $name): SessionBagInterface …
      › {    $bag = $this->storage->getBag($name);}
    /var/www/clients/client5/web13/web/app/vendor/symfony/http-foundation/Session/Session.php:221 {
      Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
      › {    return $this->getBag($this->attributeName);}
    }
    /var/www/clients/client5/web13/web/app/vendor/symfony/http-foundation/Session/Session.php:69 {
      Symfony\Component\HttpFoundation\Session\Session->get(string $name, mixed $default = null): mixed …
      › {    return $this->getAttributeBag()->get($name, $default);}
    }
    /var/www/clients/client5/web13/web/app/vendor/symfony/security-http/Firewall/ContextListener.php:96 {
      Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
      › $sessionId = $request->cookies->all()[$session->getName()] ?? null;$token = $session->get($this->sessionKey);}
    /var/www/clients/client5/web13/web/app/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:52 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
      › try {    $this->listener->authenticate($event);} catch (LazyResponseException $e) {
    }
    /var/www/clients/client5/web13/web/app/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:77 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->{closure:Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext::authenticate():74} …
      › foreach ($listeners as $listener) {    $listener->authenticate($event);}
    }
    /var/www/clients/client5/web13/web/app/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:34 {
      Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken(): TokenInterface …
      ›     $this->initializer = null;    $initializer();}
    }
    /var/www/clients/client5/web13/web/app/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php:42 {
      Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage->getToken(): TokenInterface …
      › 
      ›     return $this->storage->getToken();}
    }
    /var/www/clients/client5/web13/web/app/vendor/symfony/framework-bundle/Controller/AbstractController.php:378 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->getUser(): UserInterface …
      › 
      › if (null === $token = $this->container->get('security.token_storage')->getToken()) {    return null;
    }
    /var/www/clients/client5/web13/web/app/src/Controller/SecurityController.php:97 {
      App\Controller\SecurityController->login(Request $request, EntityManagerInterface $em): Response …
      › }if ($this->getUser())    return $this->redirectToRoute('subdomain_app');
    }
    /var/www/clients/client5/web13/web/app/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/clients/client5/web13/web/app/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/clients/client5/web13/web/app/vendor/symfony/http-kernel/Kernel.php:191 {
      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/clients/client5/web13/web/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/clients/client5/web13/web/app/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/clients/client5/web13/web/app/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/clients/client5/web13/web/app/vendor/autoload_runtime.php"
      }
    }
  }
}

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"0bb0f25640585b26b518ae074963f44c"
APP_SHARE_DIR
"var/share"
DATABASE_URL
"mysql://c5sppUserDb:zAch!4DiqGTP9@localhost:3306/c5sppDbName?serverVersion=8.0.32&charset=utf8mb4"
DEFAULT_URI
"http://localhost"
GOOGLE_OAUTH_ID
"229897485789-alhefvk3egspmj68dv1i8bo8p8qkrt97.apps.googleusercontent.com"
GOOGLE_OAUTH_SECRET
"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"
MAILER_DSN
"null://null"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/var/www/clients/client5/web13/web/app"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/clients/client5/web13/web/app"
]
CONTEXT_DOCUMENT_ROOT
"/var/www/clients/client5/web13/web"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/clients/client5/web13/web"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
H2PUSH
"off"
H2_PUSH
"off"
H2_PUSHED
""
H2_PUSHED_ON
""
H2_STREAM_ID
"5"
H2_STREAM_TAG
"2185896-412-5"
HOME
"/var/www/clients/client5/web13"
HOSTNAME
""
HTTP2
"on"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_COOKIE
"PHPSESSID=a2a1205712a3d74fa9874e190108a6e9; main_deauth_profile_token=241e3d; sf_redirect=%7B%22token%22%3A%22241e3d%22%2C%22route%22%3A%22auth_oauth_check%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CSecurityController%22%2C%22method%22%3A%22connect%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Fclients%5C%2Fclient5%5C%2Fweb13%5C%2Fweb%5C%2Fapp%5C%2Fsrc%5C%2FController%5C%2FSecurityController.php%22%2C%22line%22%3A109%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D"
HTTP_HOST
"app.speed.page"
HTTP_REFERER
"https://app.speed.page/oauth/check/google"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/app/public/index.php"
QUERY_STRING
""
REDIRECT_H2PUSH
"off"
REDIRECT_H2_PUSH
"off"
REDIRECT_H2_PUSHED
""
REDIRECT_H2_PUSHED_ON
""
REDIRECT_H2_STREAM_ID
"5"
REDIRECT_H2_STREAM_TAG
"2185896-412-5"
REDIRECT_HTTP2
"on"
REDIRECT_HTTPS
"on"
REDIRECT_SCRIPT_URI
"https://app.speed.page/fr/login"
REDIRECT_SCRIPT_URL
"/fr/login"
REDIRECT_SSL_TLS_SNI
"app.speed.page"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/fr/login"
REMOTE_ADDR
"216.73.216.215"
REMOTE_PORT
"9185"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1775133293
REQUEST_TIME_FLOAT
1775133293.2824
REQUEST_URI
"/fr/login"
SCRIPT_FILENAME
"/var/www/clients/client5/web13/web/app/public/index.php"
SCRIPT_NAME
"/app/public/index.php"
SCRIPT_URI
"https://app.speed.page/fr/login"
SCRIPT_URL
"/fr/login"
SERVER_ADDR
"137.74.95.51"
SERVER_ADMIN
"webmaster@speed.page"
SERVER_NAME
"app.speed.page"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"app.speed.page"
SYMFONY_DOTENV_PATH
"/var/www/clients/client5/web13/web/app/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,GOOGLE_OAUTH_ID,GOOGLE_OAUTH_SECRET"
TEMP
"/var/www/clients/client5/web13/tmp"
TMP
"/var/www/clients/client5/web13/tmp"
TMPDIR
"/var/www/clients/client5/web13/tmp"
USER
"web13"
proxy-nokeepalive
"1"