POST https://my-zen-preprod.studiokg.fr/connexion

Request / Response

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
_csrf_token
"34053bc34b963.7Km-xjpv703pxnmzOKaY1gwNumPuIH6iR2D9MqQsoHc.jpjKkX05qBSIh0rfep7J-0ZD4E6CcQ-bL023aMZFyAeD-Nq-cga8f4v-Dg"
_password
"******"
_username
"christophe.faelens@conciergerie-zen.com"

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\Security\LoginController::login"
_firewall_context
"security.firewall.map.context.main"
_route
"app_login"
_route_params
[]
_security_firewall_run
"_security_main"
_security_remember_me_cookie
Symfony\Component\HttpFoundation\Cookie {#1120
  #name: "REMEMBERME"
  #value: null
  #domain: null
  #expire: 1
  #path: "/"
  #secure: true
  #httpOnly: true
  -raw: false
  -sameSite: "lax"
  -partitioned: false
  -secureDefault: false
}
_stopwatch_token
"fa4149"

Request Headers

Header Value
accept
"text/vnd.turbo-stream.html, text/html, application/xhtml+xml"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"fr,fr-FR;q=0.8,en-US;q=0.5,en;q=0.3"
content-length
"201"
content-type
"application/x-www-form-urlencoded;charset=UTF-8"
cookie
"_ga_ME5M9HZ53F=GS2.1.s1763133940$o3$g1$t1763134507$j60$l0$h0; _ga=GA1.1.1880077887.1757602839; PHPSESSID=kijt6defr3cdm1dmtv7kh9pemd"
host
"my-zen-preprod.studiokg.fr"
origin
"https://my-zen-preprod.studiokg.fr"
priority
"u=0"
referer
"https://my-zen-preprod.studiokg.fr/connexion"
sec-fetch-dest
"empty"
sec-fetch-mode
"cors"
sec-fetch-site
"same-origin"
te
"trailers"
user-agent
"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:145.0) Gecko/20100101 Firefox/145.0"
x-php-ob-level
"1"
x-turbo-request-id
"bb51e682-4e09-48ad-8772-437c1954d95a"

Request Content

Raw

_username=christophe.faelens%40conciergerie-zen.com&_password=******&_csrf_token=34053bc34b963.7Km-xjpv703pxnmzOKaY1gwNumPuIH6iR2D9MqQsoHc.jpjKkX05qBSIh0rfep7J-0ZD4E6CcQ-bL023aMZFyAeD-Nq-cga8f4v-Dg

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=utf-8"
date
"Thu, 18 Dec 2025 11:54:27 GMT"
location
"https://my-zen-preprod.studiokg.fr/connexion"
set-cookie
"REMEMBERME=deleted; expires=Wed, 18 Dec 2024 11:54:26 GMT; Max-Age=0; path=/; secure; httponly; samesite=lax"
x-debug-token
"78679b"

Cookies

Request Cookies

Key Value
PHPSESSID
"kijt6defr3cdm1dmtv7kh9pemd"
_ga
"GA1.1.1880077887.1757602839"
_ga_ME5M9HZ53F
"GS2.1.s1763133940$o3$g1$t1763134507$j60$l0$h0"

Response Cookies

Key Value
REMEMBERME
Symfony\Component\HttpFoundation\Cookie {#1120
  #name: "REMEMBERME"
  #value: null
  #domain: null
  #expire: 1
  #path: "/"
  #secure: true
  #httpOnly: true
  -raw: false
  -sameSite: "lax"
  -partitioned: false
  -secureDefault: false
}

Session 7

Session Metadata

Key Value
Created
"Thu, 18 Dec 25 11:49:37 +0000"
Last used
"Thu, 18 Dec 25 11:50:21 +0000"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-authenticate
"b1tWGVGYaA3lB8Q-JNZ-lQq9h-JZbihpoQdxHiS2b8w"
_locale
"fr"
_security.last_error
Symfony\Component\Security\Core\Exception\BadCredentialsException {#454
  #message: "Bad credentials."
  #code: 0
  #file: "/home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
  #line: 256
  -previous: Symfony\Component\Security\Core\Exception\UserNotFoundException {#651 …}
  -token: null
  trace: {
    /home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:256 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->handleAuthenticationFailure(AuthenticationException $authenticationException, Request $request, AuthenticatorInterface $authenticator, ?Passport $passport): Response …
      › if ($this->hideUserNotFoundExceptions && ($authenticationException instanceof UserNotFoundException || ($authenticationException instanceof AccountStatusException && !$authenticationException instanceof CustomUserMessageAccountStatusException))) {    $authenticationException = new BadCredentialsException('Bad credentials.', 0, $authenticationException);}
    }
    /home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:212 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › // oh no! Authentication failed!$response = $this->handleAuthenticationFailure($e, $request, $authenticator, $passport);if ($response instanceof Response) {
    }
    /home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:158 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
    }
    /home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:140 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
    }
    /home/my-zen-preprod/www/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:40 {
      Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
    }
    /home/my-zen-preprod/www/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:68 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › 
      › $this->authenticationManagerListener->authenticate($event);}
    /home/my-zen-preprod/www/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) {
    }
    /home/my-zen-preprod/www/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
      Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
      › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
    }
    /home/my-zen-preprod/www/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
      › foreach ($listeners as $listener) {    $listener($event);}
    /home/my-zen-preprod/www/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
      › 
      ›     $listener($event);} else {
    }
    /home/my-zen-preprod/www/vendor/symfony/security-http/Firewall.php:95 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
    }
    /home/my-zen-preprod/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /home/my-zen-preprod/www/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /home/my-zen-preprod/www/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);}
    }
    /home/my-zen-preprod/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /home/my-zen-preprod/www/vendor/symfony/http-kernel/HttpKernel.php:157 {
      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);}
    /home/my-zen-preprod/www/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) {
    }
    /home/my-zen-preprod/www/vendor/symfony/http-kernel/Kernel.php:197 {
      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 {
    }
    /home/my-zen-preprod/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /home/my-zen-preprod/www/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/my-zen-preprod/www/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/my-zen-preprod/www/vendor/autoload_runtime.php"
      }
    }
  }
}
_security.last_username
"christophe.faelens@conciergerie-zen.com"

Session Usage

7 Usages
Stateless check enabled
Usage
App\EventListener\LocaleListener:22
[
  [
    "file" => "/home/my-zen-preprod/www/src/EventListener/LocaleListener.php"
    "line" => 22
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "App\EventListener\LocaleListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/public/index.php"
    "line" => 5
    "args" => [
      "/home/my-zen-preprod/www/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 69
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 111
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 40
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/public/index.php"
    "line" => 5
    "args" => [
      "/home/my-zen-preprod/www/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator:132
[
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php"
    "line" => 132
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php"
    "line" => 82
    "function" => "getCredentials"
    "class" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 70
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 176
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 158
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 140
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 68
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/public/index.php"
    "line" => 5
    "args" => [
      "/home/my-zen-preprod/www/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:79
[
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 79
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 98
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php"
    "line" => 50
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "checkPassport"
    "class" => "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 180
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 158
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 140
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 68
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/public/index.php"
    "line" => 5
    "args" => [
      "/home/my-zen-preprod/www/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:52
[
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 52
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 102
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php"
    "line" => 50
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "checkPassport"
    "class" => "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 180
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 158
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 140
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 68
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/public/index.php"
    "line" => 5
    "args" => [
      "/home/my-zen-preprod/www/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:56
[
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 56
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 102
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php"
    "line" => 50
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "checkPassport"
    "class" => "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 180
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 158
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 140
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 68
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/public/index.php"
    "line" => 5
    "args" => [
      "/home/my-zen-preprod/www/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler:95
[
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php"
    "line" => 95
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php"
    "line" => 110
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 92
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 259
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 212
    "function" => "handleAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 158
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 140
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 68
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/my-zen-preprod/www/public/index.php"
    "line" => 5
    "args" => [
      "/home/my-zen-preprod/www/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
AGENCY_ENABLE_EXPORT
"false"
AGENCY_PROJECT_ID
"XXX"
APP_DEBUG
"1"
APP_DEBUG_EMAIL
""
APP_DEBUG_PASSWORD
""
APP_ENV
"dev"
APP_NAME
"MyZenEtBien"
APP_SECRET
"b495698a2821c5c4265186c7b8f4bbc6"
BASE_URL
"https://my-zen-preprod.studiokg.fr"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"mysql://my-zen-preprod:v8iQsFatolNaUlX@127.0.0.1:3306/db-my-zen-preprod?serverVersion=8.0&charset=utf8mb4"
DEV_SERVER_POLL_AGGREGATE_TIMEOUT
"200"
DEV_SERVER_POLL_INTERVAL
"500"
JWT_PASSPHRASE
"f9f1b1af9fada933700a6d378cb4930a9db389ae16ca30064dadd018fefaf39d"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILDEV_SMTP_PORT
"8003"
MAILDEV_UI_PORT
"8002"
MAILER_ADDRESS
"contact@myzenetbien.wip"
MAILER_DSN
"smtp://2a0319001@smtp-brevo.com:M4sTR8CXZHt0nBWF@smtp-relay.brevo.com:587?encryption=tls&auth_mode=login"
MAILER_FROM
"contact@studiokg.fr"
MAILER_NAME
"Contact"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
MYSQL_PORT
"3307"
PHPMYADMIN_PORT
"8001"
SSO_APRR_ACS_URL
"https://myzenetbien.fr/connexion/aprr/acs"
SSO_APRR_ALLOW_PROVISIONING
"0"
SSO_APRR_ENABLED
"0"
SSO_APRR_ENTITY_ID
"https://myzenetbien.fr/connexion/aprr/metadata"
SSO_APRR_IDP_CERT
"""
-----BEGIN CERTIFICATE-----\n
MIIC8DCCAdigAwIBAgIQaG4McKoVWqxJTF1SzlW/VzANBgkqhkiG9w0BAQsFADA0\n
MTIwMAYDVQQDEylNaWNyb3NvZnQgQXp1cmUgRmVkZXJhdGVkIFNTTyBDZXJ0aWZp\n
Y2F0ZTAeFw0yNDAyMjIwODQ1NDZaFw0yNzAyMjIwODQ1NDZaMDQxMjAwBgNVBAMT\n
KU1pY3Jvc29mdCBBenVyZSBGZWRlcmF0ZWQgU1NPIENlcnRpZmljYXRlMIIBIjAN\n
BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3XQrb/9TmktreyHA8XVQPTr+X5TQ\n
2sScqnPaq4IerfeEwQqhrnj+rXZ79SA72qHiLFvl2PD9PQItZy+2ufv8JzeR7H4t\n
DIOmURWULOxQP6nVY7haBjGZyBqqbPbfkEnGWKdWBkih5K57ZOMulIkBWvjbiYx/\n
WBlhWE9Qg1Dr4BpHuGUTwHC5S6Vb++0vwOFeIuns1BifJMfCv07F95z7PUERcBKO\n
FlhuSFBms6v0AlokTXWS6CfJ9O3yDY5uL2emIqF2ojAwS71wOzYDlIFA1mH+Q+4Z\n
nw/hMO9TS8M0xKnILC9iT4wGUXgGuGS5WzUUPUhBFxIUcStN0v5OpjGy7QIDAQAB\n
MA0GCSqGSIb3DQEBCwUAA4IBAQBWVnza/e6u3dQCFc62YizgOk4kXOXJXgrry7Ku\n
LhhO9ktXxvou46qKDwyjSZQ5/3jo2E+ocBHQwiXKvFBAFkGypVDKM9n/PZz4Kd5H\n
pjTrOZYFkndFFBRFpWy23kqKLjjlKvzJcCU+mJwaqW6Mus5w9MXPPM/zHjC9MmVR\n
GLWnNJUeMLxy02KlsFeltBvRpAW65jkPOtm25QhkBu1ShXIyGEJcOqhEDsKq2OOt\n
R6F4Lrxz8A+6mGtqSfG2mCrs3PGQxiuXwkGYwWBcqT2gnP5TTYQxoxCokFfwrEkL\n
DFbWrxo1EwDl0HVurPNwaBscHgjkLkub30+qZjmL21gDpTAr\n
-----END CERTIFICATE-----
"""
SSO_APRR_IDP_ENTITY_ID
"https://sts.windows.net/fdb0591f-51ad-45a5-83ef-5f6bf1b081cb/"
SSO_APRR_IDP_SLO_URL
"https://login.microsoftonline.com/fdb0591f-51ad-45a5-83ef-5f6bf1b081cb/saml2"
SSO_APRR_IDP_SSO_URL
"https://login.microsoftonline.com/fdb0591f-51ad-45a5-83ef-5f6bf1b081cb/saml2"
SSO_APRR_MAIN_HOST
""
SSO_APRR_NAMEID_FORMAT
"urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"
SSO_APRR_SLO_URL
"https://myzenetbien.fr/connexion/aprr/slo"
SSO_APRR_SUBDOMAIN_HOST
""
SSO_CANONICAL_HOST
"localhost:8000"
SSO_CDC_ACS_URL
"https://myzenetbien.fr/connexion/cdc/acs"
SSO_CDC_ALLOW_PROVISIONING
"0"
SSO_CDC_ENABLED
"0"
SSO_CDC_ENTITY_ID
"https://myzenetbien.fr/connexion/cdc/metadata"
SSO_CDC_IDP_CERT
"""
-----BEGIN CERTIFICATE-----\n
MIIC8DCCAdigAwIBAgIQaG4McKoVWqxJTF1SzlW/VzANBgkqhkiG9w0BAQsFADA0\n
MTIwMAYDVQQDEylNaWNyb3NvZnQgQXp1cmUgRmVkZXJhdGVkIFNTTyBDZXJ0aWZp\n
Y2F0ZTAeFw0yNDAyMjIwODQ1NDZaFw0yNzAyMjIwODQ1NDZaMDQxMjAwBgNVBAMT\n
KU1pY3Jvc29mdCBBenVyZSBGZWRlcmF0ZWQgU1NPIENlcnRpZmljYXRlMIIBIjAN\n
BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3XQrb/9TmktreyHA8XVQPTr+X5TQ\n
2sScqnPaq4IerfeEwQqhrnj+rXZ79SA72qHiLFvl2PD9PQItZy+2ufv8JzeR7H4t\n
DIOmURWULOxQP6nVY7haBjGZyBqqbPbfkEnGWKdWBkih5K57ZOMulIkBWvjbiYx/\n
WBlhWE9Qg1Dr4BpHuGUTwHC5S6Vb++0vwOFeIuns1BifJMfCv07F95z7PUERcBKO\n
FlhuSFBms6v0AlokTXWS6CfJ9O3yDY5uL2emIqF2ojAwS71wOzYDlIFA1mH+Q+4Z\n
nw/hMO9TS8M0xKnILC9iT4wGUXgGuGS5WzUUPUhBFxIUcStN0v5OpjGy7QIDAQAB\n
MA0GCSqGSIb3DQEBCwUAA4IBAQBWVnza/e6u3dQCFc62YizgOk4kXOXJXgrry7Ku\n
LhhO9ktXxvou46qKDwyjSZQ5/3jo2E+ocBHQwiXKvFBAFkGypVDKM9n/PZz4Kd5H\n
pjTrOZYFkndFFBRFpWy23kqKLjjlKvzJcCU+mJwaqW6Mus5w9MXPPM/zHjC9MmVR\n
GLWnNJUeMLxy02KlsFeltBvRpAW65jkPOtm25QhkBu1ShXIyGEJcOqhEDsKq2OOt\n
R6F4Lrxz8A+6mGtqSfG2mCrs3PGQxiuXwkGYwWBcqT2gnP5TTYQxoxCokFfwrEkL\n
DFbWrxo1EwDl0HVurPNwaBscHgjkLkub30+qZjmL21gDpTAr\n
-----END CERTIFICATE-----
"""
SSO_CDC_IDP_ENTITY_ID
"http://hqo.co"
SSO_CDC_IDP_SLO_URL
"https://ffm.gohqo.co/logout"
SSO_CDC_IDP_SSO_URL
"https://ffm.gohqo.co/login"
SSO_CDC_MAIN_HOST
""
SSO_CDC_NAMEID_FORMAT
"urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"
SSO_CDC_SLO_URL
"https://myzenetbien.fr/connexion/cdc/slo"
SSO_CDC_SUBDOMAIN_HOST
""
SSO_CRISTALLIN_ACS_URL
"https://myzenetbien.fr/connexion/cristallin/acs"
SSO_CRISTALLIN_ALLOW_PROVISIONING
"0"
SSO_CRISTALLIN_ENABLED
"0"
SSO_CRISTALLIN_ENTITY_ID
"https://myzenetbien.fr/connexion/cristallin/metadata"
SSO_CRISTALLIN_IDP_CERT
"""
-----BEGIN CERTIFICATE-----\n
MIIC8DCCAdigAwIBAgIQaG4McKoVWqxJTF1SzlW/VzANBgkqhkiG9w0BAQsFADA0\n
MTIwMAYDVQQDEylNaWNyb3NvZnQgQXp1cmUgRmVkZXJhdGVkIFNTTyBDZXJ0aWZp\n
Y2F0ZTAeFw0yNDAyMjIwODQ1NDZaFw0yNzAyMjIwODQ1NDZaMDQxMjAwBgNVBAMT\n
KU1pY3Jvc29mdCBBenVyZSBGZWRlcmF0ZWQgU1NPIENlcnRpZmljYXRlMIIBIjAN\n
BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3XQrb/9TmktreyHA8XVQPTr+X5TQ\n
2sScqnPaq4IerfeEwQqhrnj+rXZ79SA72qHiLFvl2PD9PQItZy+2ufv8JzeR7H4t\n
DIOmURWULOxQP6nVY7haBjGZyBqqbPbfkEnGWKdWBkih5K57ZOMulIkBWvjbiYx/\n
WBlhWE9Qg1Dr4BpHuGUTwHC5S6Vb++0vwOFeIuns1BifJMfCv07F95z7PUERcBKO\n
FlhuSFBms6v0AlokTXWS6CfJ9O3yDY5uL2emIqF2ojAwS71wOzYDlIFA1mH+Q+4Z\n
nw/hMO9TS8M0xKnILC9iT4wGUXgGuGS5WzUUPUhBFxIUcStN0v5OpjGy7QIDAQAB\n
MA0GCSqGSIb3DQEBCwUAA4IBAQBWVnza/e6u3dQCFc62YizgOk4kXOXJXgrry7Ku\n
LhhO9ktXxvou46qKDwyjSZQ5/3jo2E+ocBHQwiXKvFBAFkGypVDKM9n/PZz4Kd5H\n
pjTrOZYFkndFFBRFpWy23kqKLjjlKvzJcCU+mJwaqW6Mus5w9MXPPM/zHjC9MmVR\n
GLWnNJUeMLxy02KlsFeltBvRpAW65jkPOtm25QhkBu1ShXIyGEJcOqhEDsKq2OOt\n
R6F4Lrxz8A+6mGtqSfG2mCrs3PGQxiuXwkGYwWBcqT2gnP5TTYQxoxCokFfwrEkL\n
DFbWrxo1EwDl0HVurPNwaBscHgjkLkub30+qZjmL26DpTAr\n
-----END CERTIFICATE-----
"""
SSO_CRISTALLIN_IDP_ENTITY_ID
"http://hqo.co"
SSO_CRISTALLIN_IDP_SLO_URL
"https://ffm.gohqo.co/logout"
SSO_CRISTALLIN_IDP_SSO_URL
"https://ffm.gohqo.co/login"
SSO_CRISTALLIN_MAIN_HOST
""
SSO_CRISTALLIN_NAMEID_FORMAT
"urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"
SSO_CRISTALLIN_SLO_URL
"https://myzenetbien.fr/connexion/cristallin/slo"
SSO_CRISTALLIN_SUBDOMAIN_HOST
""
SSO_DISNEY_ACS_URL
"https://myzenetbien.fr/connexion/disney/acs"
SSO_DISNEY_ALLOW_PROVISIONING
"0"
SSO_DISNEY_ENABLED
"0"
SSO_DISNEY_ENTITY_ID
"https://myzenetbien.fr/connexion/disney/metadata"
SSO_DISNEY_IDP_CERT
"""
-----BEGIN CERTIFICATE-----\n
MIIDhDCCAmygAwIBAgIGAWast7wvMA0GCSqGSIb3DQEBCwUAMIGCMQswCQYDVQQG\n
EwJVUzELMAkGA1UECBMCRkwxEzARBgNVBAcTCkNlbGJyYXRpb24xIDAeBgNVBAoT\n
F1RoZSBXYWx0IERpc25leSBDb21wYW55MQ0wCwYDVQQLEwRJZEFNMSAwHgYDVQQD\n
Exdzc3JzYTAxLm15aWQuZGlzbmV5LmNvbTAeFw0xODEwMjUxOTMzMzRaFw0yODEw\n
MjIxOTMzMzRaMIGCMQswCQYDVQQGEwJVUzELMAkGA1UECBMCRkwxEzARBgNVBAcT\n
CkNlbGJyYXRpb24xIDAeBgNVBAoTF1RoZSBXYWx0IERpc25leSBDb21wYW55MQ0w\n
CwYDVQQLEwRJZEFNMSAwHgYDVQQDExdzc3JzYTAxLm15aWQuZGlzbmV5LmNvbTCC\n
ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJAeNT2Xs91q77k/4cq3w8ev\n
b0pgsRN9Q7pjmpaE6UabKJ6OQL7l/VY0kra/vfueclTI3RLMcywDF0OoXfQpoq4v\n
qmWX4UDFgJoiJJeIIvw5Z5tuh73ihW34Slp8blrTxex/pK9+knoXEcQNGmjAC4UZ\n
jzIblHJSHW1Wa1bzS7Rgb7caDc4CPpPfdqM/tuJYZwDWIK7mPKP+/SnE87CfGC6k\n
x1qC0hJcr+N9JB1fVUstTVbCXoua6FrIVpSIhhNdPLDFIAdvcSt11w5p9VVtwLaj\n
l3mB9585+6ZFhFHHLCdJ4H9OzVBg9K9rffdXSxz5Hkpogudh/iwoybd+tL9fO2EC\n
AwEAATANBgkqhkiG9w0BAQsFAAOCAQEAeOEWalYLvIEZhoX7qxOa8spM2e2KgBHv\n
9/DdEkFpE9pjzI5Xs9fxYGIBi/onMzswEhTANwk4MrS6dY40hs/sxRWlStnoVxy7\n
0iTyrzoH2rADkOk6S5mQND2MaDeq/CEPfNI071mrLNR6sPQM2k69jGzbrdS/0K3I\n
Hj4nSeILjxdL2iA0zaAJlh/VB7wb/xXZZ0+uswfHQnbGh5Smr9VI9Kim4iFhN38T\n
bi8llmyOxCkaEoxvpTKpFqDlKAI8bhXmGX5fVNpebisSkn3bHZdn4tTQUKSbDKlu\n
QGhP1NqCu87nhrHNgSfahm5vvN9JE1vpDO8F+MD4Sq+RVkFl+c+uuA==\n
-----END CERTIFICATE-----
"""
SSO_DISNEY_IDP_ENTITY_ID
"https://idp.myid.disney.com"
SSO_DISNEY_IDP_SLO_URL
""
SSO_DISNEY_IDP_SSO_URL
"https://idp.myid.disney.com/idp/SSO.saml2"
SSO_DISNEY_MAIN_HOST
""
SSO_DISNEY_NAMEID_FORMAT
"urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"
SSO_DISNEY_SLO_URL
"https://myzenetbien.fr/connexion/disney/slo"
SSO_DISNEY_SUBDOMAIN_HOST
""
SSO_GROUPE_DIGITAL_ACS_URL
"https://zen.studiokg.fr/connexion/groupe-digital/acs"
SSO_GROUPE_DIGITAL_ALLOW_PROVISIONING
"0"
SSO_GROUPE_DIGITAL_ENABLED
"1"
SSO_GROUPE_DIGITAL_ENTITY_ID
"https://groupe-digital.zen.studiokg.fr/metadata"
SSO_GROUPE_DIGITAL_IDP_CERT
"""
-----BEGIN CERTIFICATE-----\n
MIID2jCCAsKgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBhTEYMBYGA1UEAwwPaWRw\n
LnN0dWRpb2tnLmZyMRYwFAYDVQQKDA1JZFAgU2ltdWxhdG9yMRUwEwYDVQQLDAxT\n
QU1MIFRlc3RpbmcxCzAJBgNVBAYTAkZSMRgwFgYDVQQHDA9EZXYgRW52aXJvbm1l\n
bnQxEzARBgNVBAgMClNvbWUtU3RhdGUwHhcNMjUxMDE2MTUwMjU3WhcNMjYxMDE2\n
MTUwMjU3WjCBhTEYMBYGA1UEAwwPaWRwLnN0dWRpb2tnLmZyMRYwFAYDVQQKDA1J\n
ZFAgU2ltdWxhdG9yMRUwEwYDVQQLDAxTQU1MIFRlc3RpbmcxCzAJBgNVBAYTAkZS\n
MRgwFgYDVQQHDA9EZXYgRW52aXJvbm1lbnQxEzARBgNVBAgMClNvbWUtU3RhdGUw\n
ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCOn234m5V+nE/BqjWqQRlu\n
p681vcxa6+nrkGRb2SWvWh3zlDNihsYf6zePpiHbeHHhPa07M0DPIKH/dxvQzC7P\n
uPXuEpNZDlPzvThwUYHJFcN/O7W0lJIk0hQqkYFPezLPCgKyf/u3Hs2/mpb9U1ek\n
JSaMeSGfQ7hr8NQ5x/IvdcIevc4ZE+PgHMeQgTZ9D7vdho4GfZEWUWDTHaa/CK2k\n
2XXItUNtWYeP8bbbA370l+2rpE7B38M04eVM7jFhDBY5gCv43IlPKJThOUUa2cGz\n
rTOV5VRrOJd1IR25uyqwVZd4H9mX/gvLdbOgIb1/PVIYeMP1Gkr0Xvr0XhyJfWer\n
AgMBAAGjUzBRMB0GA1UdDgQWBBRKkAA1yDEcflwwF+FRiqZnygk54zAfBgNVHSME\n
GDAWgBRKkAA1yDEcflwwF+FRiqZnygk54zAPBgNVHRMBAf8EBTADAQH/MA0GCSqG\n
SIb3DQEBCwUAA4IBAQArUsudB7TbeJJ5/JRNQR7z4AXpPi5TPurcolubxlN/QJdS\n
jN2fFtRlqacaD/+xDzDzG0krvJ6V+dLgLgM+TU+UiGeeOP6IeNwrd83ybU5FsylD\n
9aW3AqVDKmmbE63+mwXSGm5u7zP3Z4GdM9VydKgudnCf60xGpdl3gVe+qTIidPy9\n
501rWx6YTxkY0O/xET5PReUVR14GS0WWBK5MG5ohzgcchoxP5HCTg6dL66LD7gVU\n
rKT/s209JRMvOuEdjROkgWOnpY4HvZb8Nt5gw4qY6SvnEpe2WojsML6+AYjsJhDN\n
hG94yTuVzNH9Ps5qLb1wSOooPQqHcvRSsqFASIkj\n
-----END CERTIFICATE-----
"""
SSO_GROUPE_DIGITAL_IDP_ENTITY_ID
"https://idp.studiokg.fr/metadata"
SSO_GROUPE_DIGITAL_IDP_SLO_URL
""
SSO_GROUPE_DIGITAL_IDP_SSO_URL
"https://idp.studiokg.fr/sso"
SSO_GROUPE_DIGITAL_MAIN_HOST
""
SSO_GROUPE_DIGITAL_NAMEID_FORMAT
"urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"
SSO_GROUPE_DIGITAL_SLO_URL
""
SSO_GROUPE_DIGITAL_SUBDOMAIN_HOST
""
SSO_HORIZONS_ACS_URL
"https://myzenetbien.fr/connexion/horizons/acs"
SSO_HORIZONS_ALLOW_PROVISIONING
"0"
SSO_HORIZONS_ENABLED
"0"
SSO_HORIZONS_ENTITY_ID
"https://myzenetbien.fr/connexion/horizons/metadata"
SSO_HORIZONS_IDP_CERT
"""
-----BEGIN CERTIFICATE-----\n
MIIC8DCCAdigAwIBAgIQaG4McKoVWqxJTF1SzlW/VzANBgkqhkiG9w0BAQsFADA0\n
MTIwMAYDVQQDEylNaWNyb3NvZnQgQXp1cmUgRmVkZXJhdGVkIFNTTyBDZXJ0aWZp\n
Y2F0ZTAeFw0yNDAyMjIwODQ1NDZaFw0yNzAyMjIwODQ1NDZaMDQxMjAwBgNVBAMT\n
KU1pY3Jvc29mdCBBenVyZSBGZWRlcmF0ZWQgU1NPIENlcnRpZmljYXRlMIIBIjAN\n
BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3XQrb/9TmktreyHA8XVQPTr+X5TQ\n
2sScqnPaq4IerfeEwQqhrnj+rXZ79SA72qHiLFvl2PD9PQItZy+2ufv8JzeR7H4t\n
DIOmURWULOxQP6nVY7haBjGZyBqqbPbfkEnGWKdWBkih5K57ZOMulIkBWvjbiYx/\n
WBlhWE9Qg1Dr4BpHuGUTwHC5S6Vb++0vwOFeIuns1BifJMfCv07F95z7PUERcBKO\n
FlhuSFBms6v0AlokTXWS6CfJ9O3yDY5uL2emIqF2ojAwS71wOzYDlIFA1mH+Q+4Z\n
nw/hMO9TS8M0xKnILC9iT4wGUXgGuGS5WzUUPUhBFxIUcStN0v5OpjGy7QIDAQAB\n
MA0GCSqGSIb3DQEBCwUAA4IBAQBWVnza/e6u3dQCFc62YizgOk4kXOXJXgrry7Ku\n
LhhO9ktXxvou46qKDwyjSZQ5/3jo2E+ocBHQwiXKvFBAFkGypVDKM9n/PZz4Kd5H\n
pjTrOZYFkndFFBRFpWy23kqKLjjlKvzJcCU+mJwaqW6Mus5w9MXPPM/zHjC9MmVR\n
GLWnNJUeMLxy02KlsFeltBvRpAW65jkPOtm25QhkBu1ShXIyGEJcOqhEDsKq2OOt\n
R6F4Lrxz8A+6mGtqSfG2mCrs3PGQxiuXwkGYwWBcqT2gnP5TTYQxoxCokFfwrEkL\n
DFbWrxo1EwDl0HVurPNwaBscHgjkLkub30+qZjmL21gDpTAr\n
-----END CERTIFICATE-----
"""
SSO_HORIZONS_IDP_ENTITY_ID
"http://hqo.co"
SSO_HORIZONS_IDP_SLO_URL
"https://ffm.gohqo.co/logout"
SSO_HORIZONS_IDP_SSO_URL
"https://ffm.gohqo.co/login"
SSO_HORIZONS_MAIN_HOST
""
SSO_HORIZONS_NAMEID_FORMAT
"urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"
SSO_HORIZONS_SLO_URL
"https://myzenetbien.fr/connexion/horizons/slo"
SSO_HORIZONS_SUBDOMAIN_HOST
""
SSO_HQO_ACS_URL
"https://myzenetbien.fr/connexion/hqo/acs"
SSO_HQO_ALLOW_PROVISIONING
"0"
SSO_HQO_ENABLED
"0"
SSO_HQO_ENTITY_ID
"https://myzenetbien.fr/connexion/hqo/metadata"
SSO_HQO_IDP_CERT
"""
-----BEGIN CERTIFICATE-----\n
MIIC8DCCAdigAwIBAgIQaG4McKoVWqxJTF1SzlW/VzANBgkqhkiG9w0BAQsFADA0\n
MTIwMAYDVQQDEylNaWNyb3NvZnQgQXp1cmUgRmVkZXJhdGVkIFNTTyBDZXJ0aWZp\n
Y2F0ZTAeFw0yNDAyMjIwODQ1NDZaFw0yNzAyMjIwODQ1NDZaMDQxMjAwBgNVBAMT\n
KU1pY3Jvc29mdCBBenVyZSBGZWRlcmF0ZWQgU1NPIENlcnRpZmljYXRlMIIBIjAN\n
BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3XQrb/9TmktreyHA8XVQPTr+X5TQ\n
2sScqnPaq4IerfeEwQqhrnj+rXZ79SA72qHiLFvl2PD9PQItZy+2ufv8JzeR7H4t\n
DIOmURWULOxQP6nVY7haBjGZyBqqbPbfkEnGWKdWBkih5K57ZOMulIkBWvjbiYx/\n
WBlhWE9Qg1Dr4BpHuGUTwHC5S6Vb++0vwOFeIuns1BifJMfCv07F95z7PUERcBKO\n
FlhuSFBms6v0AlokTXWS6CfJ9O3yDY5uL2emIqF2ojAwS71wOzYDlIFA1mH+Q+4Z\n
nw/hMO9TS8M0xKnILC9iT4wGUXgGuGS5WzUUPUhBFxIUcStN0v5OpjGy7QIDAQAB\n
MA0GCSqGSIb3DQEBCwUAA4IBAQBWVnza/e6u3dQCFc62YizgOk4kXOXJXgrry7Ku\n
LhhO9ktXxvou46qKDwyjSZQ5/3jo2E+ocBHQwiXKvFBAFkGypVDKM9n/PZz4Kd5H\n
pjTrOZYFkndFFBRFpWy23kqKLjjlKvzJcCU+mJwaqW6Mus5w9MXPPM/zHjC9MmVR\n
GLWnNJUeMLxy02KlsFeltBvRpAW65jkPOtm25QhkBu1ShXIyGEJcOqhEDsKq2OOt\n
R6F4Lrxz8A+6mGtqSfG2mCrs3PGQxiuXwkGYwWBcqT2gnP5TTYQxoxCokFfwrEkL\n
DFbWrxo1EwDl0HVurPNwaBscHgjkLkub30+qZjmL21gDpTAr\n
-----END CERTIFICATE-----
"""
SSO_HQO_IDP_ENTITY_ID
"http://hqo.co"
SSO_HQO_IDP_SLO_URL
"https://ffm.gohqo.co/logout"
SSO_HQO_IDP_SSO_URL
"https://ffm.gohqo.co/login"
SSO_HQO_MAIN_HOST
""
SSO_HQO_NAMEID_FORMAT
"urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"
SSO_HQO_SLO_URL
"https://myzenetbien.fr/connexion/hqo/slo"
SSO_HQO_SUBDOMAIN_HOST
""
SSO_RATP_ACS_URL
"https://myzenetbien.fr/connexion/ratp/acs"
SSO_RATP_ALLOW_PROVISIONING
"0"
SSO_RATP_ENABLED
"0"
SSO_RATP_ENTITY_ID
"https://myzenetbien.fr/connexion/ratp/metadata"
SSO_RATP_IDP_CERT
"""
-----BEGIN CERTIFICATE-----\n
MIID9TCCAt2gAwIBAgIUA7q0XQrAVTbiqNXzWvk0tBTKYd8wDQYJKoZIhvcNAQEF\n
BQAwTTEYMBYGA1UECgwPU3R1ZGlvIEdhem9saW5lMRUwEwYDVQQLDAxPbmVMb2dp\n
biBJZFAxGjAYBgNVBAMMEU9uZUxvZ2luIEFjY291bnQgMB4XDTIyMDMyMjEzMzgw\n
N1oXDTI3MDMyMjEzMzgwN1owTTEYMBYGA1UECgwPU3R1ZGlvIEdhem9saW5lMRUw\n
EwYDVQQLDAxPbmVMb2dpbiBJZFAxGjAYBgNVBAMMEU9uZUxvZ2luIEFjY291bnQg\n
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyxx+c0bHOWwjHdoudoeT\n
DvLbJO4h105O9Gh5b8PiDDCjVTp5no+WbjEP+3hPxnmrSMivT+M8w2SUfh+GVRS8\n
/biNxpZMs+rTJJ2x9i/w2KB5UVJXIgPdcGiXUju70NcGDPS+Y2LqHp/9zW3kpwgJ\n
h0aPMMEbofCRQ/dDwrmo29kxvJ9V3QO8WmoEb8+ydooiSGhOCoQXJTl3B69lA33V\n
NuM1iJa5kmVY06S+0pqp344hx4wbz82wf5MzBAEkv9xBwVhc1u5zYGSDYghoa98I\n
EZ11n8cedbNFGGezUbVEHqqZG6QlKql+NYrSoJXC7ngaMrr3KMwwGNxl60RiYvhD\n
BQIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFDplBkJlxU3zcmeq\n
UcIEVW1idHfxMIGJBgNVHSMEgYEwf4AUOmUGQmXFTfNyZ6pRwgRVbWJ0d/GhUaRP\n
ME0xGDAWBgNVBAoMD1N0dWRpbyBHYXpvbGluZTEVMBMGA1UECwwMT25lTG9naW4g\n
SWRQMRowGAYDVQQDDBFPbmVMb2dpbiBBY2NvdW50IIIUA7q0XQrAVTbiqNXzWvk0\n
tBTKYd8wDgYDVR0PAQH/BAQDAgeAMA0GCSqGSIb3DQEBBQUAA4IBAQAQfe/yQ6LK\n
K2cvG05++mMu08+oonn8CSqtt2K5kKWxXXlp35ALWmSo6d/sO7cB3Afml1DRTnLB\n
7pCc4fa9DgOPKszGE79jpZMR90gX+HISOdkWwYhgNwYm7yQYE6my5mYQVb+tSLHw\n
xU4WzuOtI2a/M5LrxDnajelyXAHP74MK/VuyHS+IOgEPzAKVTKVGdwHWaGlTDcF7\n
nHX1dH07HI3QFP/+yuphvvrevsksC8ysfnqaarfZRI55mD8pvisGGty1Dm9ZIS9U\n
FaDJDLveiCNRChW7pHU7migmJQRN+vHO4VFiGXUPgvBjOx5M3ooLucF02BZ9yWRf\n
2TwfS2Mfukh/\n
-----END CERTIFICATE-----
"""
SSO_RATP_IDP_ENTITY_ID
"https://app.onelogin.com/saml/metadata/943e2c03-2db3-4f61-8048-9e599251019a"
SSO_RATP_IDP_SLO_URL
"https://diouf-dev.onelogin.com/trust/saml2/http-redirect/slo/1708156"
SSO_RATP_IDP_SSO_URL
"https://diouf-dev.onelogin.com/trust/saml2/http-post/sso/943e2c03-2db3-4f61-8048-9e599251019a"
SSO_RATP_MAIN_HOST
""
SSO_RATP_NAMEID_FORMAT
"urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"
SSO_RATP_SLO_URL
"https://myzenetbien.fr/connexion/ratp/slo"
SSO_RATP_SUBDOMAIN_HOST
""
STRIPE_PUBLIC_KEY
"pk_test_51ImzLVDgguZea7OjiVwNG5Y104nCzlfgoLbBOygSM5HNkrJSLJp7tGPktsdQJO4zbSCzyshesAozaZpfdEw2njij007LZnknQf"
STRIPE_SECRET_KEY
"sk_test_51ImzLVDgguZea7OjzavjwxJtuWVjc31Yyx2GfIL7kWq6DBj3JTSTF5N1pgEhG6Y67DZ25uMJFkMb4YmrSz5kQ8lL00K1aUvg6r"
TRUSTED_PROXIES
"127.0.0.1,REMOTE_ADDR"
WEBPACK_DEV_SERVER_PORT
"8080"
WEB_HTTPS_PORT
"8000"
WEB_HTTP_BIND_IP
""
WEB_HTTP_PORT
"8888"
WKHTMLTOIMAGE_PATH
"/usr/local/bin/wkhtmltoimage"
WKHTMLTOPDF_PATH
"/usr/local/bin/wkhtmltopdf"

Defined as regular env variables

Key Value
CONTENT_LENGTH
"201"
CONTENT_TYPE
"application/x-www-form-urlencoded;charset=UTF-8"
CONTEXT_DOCUMENT_ROOT
"/home/my-zen-preprod/www/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/my-zen-preprod/www/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
H2PUSH
"off"
H2_PUSH
"off"
H2_PUSHED
""
H2_PUSHED_ON
""
H2_STREAM_ID
"3"
H2_STREAM_TAG
"96342-40-3"
HOME
"/home/my-zen-preprod"
HTTP2
"on"
HTTPS
"on"
HTTP_ACCEPT
"text/vnd.turbo-stream.html, text/html, application/xhtml+xml"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"fr,fr-FR;q=0.8,en-US;q=0.5,en;q=0.3"
HTTP_COOKIE
"_ga_ME5M9HZ53F=GS2.1.s1763133940$o3$g1$t1763134507$j60$l0$h0; _ga=GA1.1.1880077887.1757602839; PHPSESSID=kijt6defr3cdm1dmtv7kh9pemd"
HTTP_HOST
"my-zen-preprod.studiokg.fr"
HTTP_ORIGIN
"https://my-zen-preprod.studiokg.fr"
HTTP_PRIORITY
"u=0"
HTTP_REFERER
"https://my-zen-preprod.studiokg.fr/connexion"
HTTP_SEC_FETCH_DEST
"empty"
HTTP_SEC_FETCH_MODE
"cors"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_TE
"trailers"
HTTP_USER_AGENT
"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:145.0) Gecko/20100101 Firefox/145.0"
HTTP_X_TURBO_REQUEST_ID
"bb51e682-4e09-48ad-8772-437c1954d95a"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_H2PUSH
"off"
REDIRECT_H2_PUSH
"off"
REDIRECT_H2_PUSHED
""
REDIRECT_H2_PUSHED_ON
""
REDIRECT_H2_STREAM_ID
"3"
REDIRECT_H2_STREAM_TAG
"96342-40-3"
REDIRECT_HTTP2
"on"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"my-zen-preprod.studiokg.fr"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aUPrc5Mp4n9pu8l0935CCAAAAgg"
REDIRECT_URL
"/connexion"
REMOTE_ADDR
"193.51.159.240"
REMOTE_PORT
"10405"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1766058867
REQUEST_TIME_FLOAT
1766058867.8701
REQUEST_URI
"/connexion"
SCRIPT_FILENAME
"//home/my-zen-preprod/www/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"51.159.159.157"
SERVER_ADMIN
"support@studiokg.fr"
SERVER_NAME
"my-zen-preprod.studiokg.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SIGNATURE
"<address>Apache/2.4.58 (Ubuntu) Server at my-zen-preprod.studiokg.fr Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.58 (Ubuntu)"
SSL_TLS_SNI
"my-zen-preprod.studiokg.fr"
SYMFONY_DOTENV_VARS
"APP_NAME,APP_ENV,APP_DEBUG,APP_DEBUG_EMAIL,APP_DEBUG_PASSWORD,APP_SECRET,TRUSTED_PROXIES,BASE_URL,DATABASE_URL,WEB_HTTPS_PORT,WEB_HTTP_PORT,WEB_HTTP_BIND_IP,MYSQL_PORT,PHPMYADMIN_PORT,MAILDEV_UI_PORT,MAILDEV_SMTP_PORT,WEBPACK_DEV_SERVER_PORT,MESSENGER_TRANSPORT_DSN,MAILER_DSN,MAILER_NAME,MAILER_ADDRESS,CORS_ALLOW_ORIGIN,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,AGENCY_PROJECT_ID,AGENCY_ENABLE_EXPORT,DEV_SERVER_POLL_INTERVAL,DEV_SERVER_POLL_AGGREGATE_TIMEOUT,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,STRIPE_PUBLIC_KEY,STRIPE_SECRET_KEY,SSO_CANONICAL_HOST,SSO_GROUPE_DIGITAL_ENABLED,SSO_GROUPE_DIGITAL_ENTITY_ID,SSO_GROUPE_DIGITAL_ACS_URL,SSO_GROUPE_DIGITAL_SLO_URL,SSO_GROUPE_DIGITAL_IDP_SSO_URL,SSO_GROUPE_DIGITAL_IDP_SLO_URL,SSO_GROUPE_DIGITAL_IDP_ENTITY_ID,SSO_GROUPE_DIGITAL_IDP_CERT,SSO_GROUPE_DIGITAL_NAMEID_FORMAT,SSO_GROUPE_DIGITAL_ALLOW_PROVISIONING,SSO_GROUPE_DIGITAL_SUBDOMAIN_HOST,SSO_GROUPE_DIGITAL_MAIN_HOST,SSO_DISNEY_ENABLED,SSO_DISNEY_ENTITY_ID,SSO_DISNEY_ACS_URL,SSO_DISNEY_SLO_URL,SSO_DISNEY_IDP_SSO_URL,SSO_DISNEY_IDP_SLO_URL,SSO_DISNEY_IDP_ENTITY_ID,SSO_DISNEY_IDP_CERT,SSO_DISNEY_NAMEID_FORMAT,SSO_DISNEY_ALLOW_PROVISIONING,SSO_DISNEY_SUBDOMAIN_HOST,SSO_DISNEY_MAIN_HOST,SSO_RATP_ENABLED,SSO_RATP_ENTITY_ID,SSO_RATP_ACS_URL,SSO_RATP_SLO_URL,SSO_RATP_IDP_SSO_URL,SSO_RATP_IDP_SLO_URL,SSO_RATP_IDP_ENTITY_ID,SSO_RATP_IDP_CERT,SSO_RATP_NAMEID_FORMAT,SSO_RATP_ALLOW_PROVISIONING,SSO_RATP_SUBDOMAIN_HOST,SSO_RATP_MAIN_HOST,SSO_APRR_ENABLED,SSO_APRR_ENTITY_ID,SSO_APRR_ACS_URL,SSO_APRR_SLO_URL,SSO_APRR_IDP_SSO_URL,SSO_APRR_IDP_SLO_URL,SSO_APRR_IDP_ENTITY_ID,SSO_APRR_IDP_CERT,SSO_APRR_NAMEID_FORMAT,SSO_APRR_ALLOW_PROVISIONING,SSO_APRR_SUBDOMAIN_HOST,SSO_APRR_MAIN_HOST,SSO_HQO_ENABLED,SSO_HQO_ENTITY_ID,SSO_HQO_ACS_URL,SSO_HQO_SLO_URL,SSO_HQO_IDP_SSO_URL,SSO_HQO_IDP_SLO_URL,SSO_HQO_IDP_ENTITY_ID,SSO_HQO_IDP_CERT,SSO_HQO_NAMEID_FORMAT,SSO_HQO_ALLOW_PROVISIONING,SSO_HQO_SUBDOMAIN_HOST,SSO_HQO_MAIN_HOST,SSO_CDC_ENABLED,SSO_CDC_ENTITY_ID,SSO_CDC_ACS_URL,SSO_CDC_SLO_URL,SSO_CDC_IDP_SSO_URL,SSO_CDC_IDP_SLO_URL,SSO_CDC_IDP_ENTITY_ID,SSO_CDC_IDP_CERT,SSO_CDC_NAMEID_FORMAT,SSO_CDC_ALLOW_PROVISIONING,SSO_CDC_SUBDOMAIN_HOST,SSO_CDC_MAIN_HOST,SSO_CRISTALLIN_ENABLED,SSO_CRISTALLIN_ENTITY_ID,SSO_CRISTALLIN_ACS_URL,SSO_CRISTALLIN_SLO_URL,SSO_CRISTALLIN_IDP_SSO_URL,SSO_CRISTALLIN_IDP_SLO_URL,SSO_CRISTALLIN_IDP_ENTITY_ID,SSO_CRISTALLIN_IDP_CERT,SSO_CRISTALLIN_NAMEID_FORMAT,SSO_CRISTALLIN_ALLOW_PROVISIONING,SSO_CRISTALLIN_SUBDOMAIN_HOST,SSO_CRISTALLIN_MAIN_HOST,SSO_HORIZONS_ENABLED,SSO_HORIZONS_ENTITY_ID,SSO_HORIZONS_ACS_URL,SSO_HORIZONS_SLO_URL,SSO_HORIZONS_IDP_SSO_URL,SSO_HORIZONS_IDP_SLO_URL,SSO_HORIZONS_IDP_ENTITY_ID,SSO_HORIZONS_IDP_CERT,SSO_HORIZONS_NAMEID_FORMAT,SSO_HORIZONS_ALLOW_PROVISIONING,SSO_HORIZONS_SUBDOMAIN_HOST,SSO_HORIZONS_MAIN_HOST,MAILER_FROM"
UNIQUE_ID
"aUPrc5Mp4n9pu8l0935CCAAAAgg"
USER
"my-zen-preprod"
proxy-nokeepalive
"1"