Request / Response

Request

GET Parameters

Key Value
client_id
"apache"
nonce
"BFSSU_9jG3xI7LHK4udoy_cMUwl6CBA3JisecQx5Npk"
redirect_uri
"https://devovsep.clients.teambox.fr/_ap_oauth_"
response_type
"code"
scope
"openid profile offline_access"
state
"wMIMHTa7mRmVx3oJEzTvCl02Jao"

POST Parameters

No POST parameters

Uploaded Files

No uploaded files

Request Attributes

Key Value
_controller
[
  "league.oauth2_server.controller.authorization"
  "indexAction"
]
_firewall_context
"security.firewall.map.context.main"
_oauth_client
App\Entity\Client {#547
  -name: "Apache"
  #identifier: "apache"
  -secret: "9j4/aVQfbG0UN+1i6yyEcz1gYaXwvcgZ"
  -redirectUris: [
    League\Bundle\OAuth2ServerBundle\ValueObject\RedirectUri {#541
      -redirectUri: "https://devovsep.clients.teambox.fr/_ap_oauth_"
    }
  ]
  -grants: [
    League\Bundle\OAuth2ServerBundle\ValueObject\Grant {#543
      -grant: "authorization_code"
    }
    League\Bundle\OAuth2ServerBundle\ValueObject\Grant {#544
      -grant: "client_credentials"
    }
    League\Bundle\OAuth2ServerBundle\ValueObject\Grant {#542
      -grant: "refresh_token"
    }
  ]
  -scopes: [
    League\Bundle\OAuth2ServerBundle\ValueObject\Scope {#545
      -scope: "openid"
    }
  ]
  -active: true
  -allowPlainTextPkce: false
  -trusted: true
  -strictScopes: false
}
_route
"oauth2_authorize"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#647
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\OAuth2BearerAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\OAuth2BearerAuthenticator {#642 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#649
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\RemoteSupportAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\RemoteSupportAuthenticator {#671 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#661
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\LoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\LoginAuthenticator {#482 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#662
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#663 …}
  }
]
_stopwatch_token
"f37cdc"

Request Headers

Header Value
accept
"text/html,application/json,application/rss+xml;q=0.9,*/*;q=0.8"
accept-encoding
"identity"
connection
"close"
host
"devovsep.clients.teambox.fr"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36"
x-php-ob-level
"1"

Request Content

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

Retry Command

curl \
  --compressed \
  --url 'https://devovsep.clients.teambox.fr/oauth/authorize?client_id=apache&nonce=BFSSU_9jG3xI7LHK4udoy_cMUwl6CBA3JisecQx5Npk&redirect_uri=https%3A%2F%2Fdevovsep.clients.teambox.fr%2F_ap_oauth_&response_type=code&scope=openid%20profile%20offline_access&state=wMIMHTa7mRmVx3oJEzTvCl02Jao' \
  --header 'Connection: close' \
  --header 'Accept-Encoding: identity' \
  --header 'Accept: text/html,application/json,application/rss+xml;q=0.9,*/*;q=0.8' \
  --header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36' \
  --header 'X-Php-Ob-Level: 1'

Response

Response Headers

Header Value
cache-control
"max-age=0, must-revalidate, private"
content-type
"text/html; charset=utf-8"
date
"Thu, 03 Sep 2026 20:17:28 GMT"
expires
"Thu, 03 Sep 2026 20:17:28 GMT"
location
"/oauth/login"
set-cookie
"TBAUTH_SESS=5df8da33a69ce937c445d68fdf08505c; path=/; secure; httponly; samesite=lax"
x-debug-token
"e5c070"
x-response-time
"112.892 ms"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

Key Value
TBAUTH_SESS
Symfony\Component\HttpFoundation\Cookie {#914
  #expire: 0
  #path: "/"
  -sameSite: "lax"
  -secureDefault: false
  #name: "TBAUTH_SESS"
  #value: "5df8da33a69ce937c445d68fdf08505c"
  #domain: ""
  #secure: true
  #httpOnly: true
  -raw: false
  -partitioned: false
}

Session 4

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

4 Usages
Stateless check enabled
Usage
App\EventListener\TechSupportScopeRequestEventListener:69
[
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/src/EventListener/TechSupportScopeRequestEventListener.php"
    "line" => 69
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\EventListener\TechSupportScopeRequestEventListener"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/public/index.php"
    "line" => 5
    "args" => [
      "/rootfs/data/users/osimonian/shared/tb-auth/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\EventListener\AuthorizeRequestValidatorListener:93
[
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/src/EventListener/AuthorizeRequestValidatorListener.php"
    "line" => 93
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\EventListener\AuthorizeRequestValidatorListener"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/public/index.php"
    "line" => 5
    "args" => [
      "/rootfs/data/users/osimonian/shared/tb-auth/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/security-http/Firewall/AccessListener.php"
    "line" => 75
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 52
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 64
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 88
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/security-http/Firewall.php"
    "line" => 86
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/public/index.php"
    "line" => 5
    "args" => [
      "/rootfs/data/users/osimonian/shared/tb-auth/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Firewall\ExceptionListener:28
[
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/security-http/Util/TargetPathTrait.php"
    "line" => 28
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/security-http/Firewall/ExceptionListener.php"
    "line" => 208
    "function" => "saveTargetPath"
    "class" => "Symfony\Component\Security\Http\Firewall\ExceptionListener"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/security-http/Firewall/ExceptionListener.php"
    "line" => 185
    "function" => "setTargetPath"
    "class" => "Symfony\Component\Security\Http\Firewall\ExceptionListener"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/security-http/Firewall/ExceptionListener.php"
    "line" => 138
    "function" => "startAuthentication"
    "class" => "Symfony\Component\Security\Http\Firewall\ExceptionListener"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/security-http/Firewall/ExceptionListener.php"
    "line" => 93
    "function" => "handleAccessDeniedException"
    "class" => "Symfony\Component\Security\Http\Firewall\ExceptionListener"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\Security\Http\Firewall\ExceptionListener"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 246
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 94
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/rootfs/data/users/osimonian/shared/tb-auth/public/index.php"
    "line" => 5
    "args" => [
      "/rootfs/data/users/osimonian/shared/tb-auth/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"5e2fc07c200b4cebe02d3d006ce8fc63"
CHECK_PWNED_PASSWORDS
"true"
DATABASE_URL
"sqlite:///%kernel.project_dir%/var/data_%kernel.environment%.db"
DEFAULT_URI
"http://localhost"
OAUTH_ENCRYPTION_KEY
"I9gkqJLdMgHru85D+o0H4bXVGGRGghkupQkFw54E2yw="
OAUTH_PASSPHRASE
"prancing-unfeeling-myself-ferocious-basket"
OAUTH_PRIVATE_KEY
"%kernel.project_dir%/config/jwt/private.key"
OAUTH_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.key"
TB_AUTH_HOST_NAME
""
TEMPORARY_PASSWORD_TTL
"3600"

Defined as regular env variables

Key Value
APP_PROJECT_DIR
"/rootfs/data/users/osimonian/shared/tb-auth"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/rootfs/data/users/osimonian/shared/tb-auth"
]
CONTEXT_DOCUMENT_ROOT
"/rootfs/data/users/osimonian/shared/tb-auth/public/"
CONTEXT_PREFIX
"/oauth"
CSP_NONCE
"lkcrg/c0xro1pDhShy/QKjbE"
DOCUMENT_ROOT
"/rootfs/etc/local/apache/empty"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/nonexistent"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/json,application/rss+xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"identity"
HTTP_CONNECTION
"close"
HTTP_HOST
"devovsep.clients.teambox.fr"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36"
PATH
".:/sbin:/usr/sbin:/bin:/usr/bin:/usr/sbin:/usr/bin:/usr/packages/base/bin:/usr/packages/base/sbin:/usr/packages/perl/bin:/usr/packages/vmware/bin:/usr/packages/vmware/sbin:/usr/packages/go/bin:/usr/packages/node/bin:/usr/packages/python/bin:/usr/packages/rust/bin:/usr/packages/clamav/bin:/usr/packages/clamav/sbin:/usr/mindstep/bin:/usr/mindstep/sbin:/usr/zunobox/bin:/usr/zunobox/sbin:/usr/packages/zbbackup/bin:/usr/packages/teambox/bin:/usr/packages/teambox/sbin:/usr/packages/apache/bin:/usr/packages/apache/sbin:/usr/packages/mail/bin:/usr/packages/mail/sbin:/usr/packages/mailscanner/bin:/usr/packages/mailscanner/sbin:/usr/packages/samba/bin:/usr/packages/samba/sbin:/usr/packages/vpn/bin:/usr/packages/vpn/sbin:/usr/packages/postgresql/bin:/usr/packages/mysql/bin:/usr/packages/php85/bin:/usr/packages/php85/sbin:/usr/packages/php82/bin:/usr/packages/php82/sbin:/usr/packages/php7/bin:/usr/packages/php7/sbin:/usr/packages/asterisk/bin:/usr/packages/asterisk/sbin:/usr/packages/mattermost/bin:/usr/packages/subversion/bin:/usr/packages/subversion/sbin:/usr/packages/monitoring/bin:/usr/packages/monitoring/sbin:/usr/packages/ansible/bin:/usr/packages/nextcloud/bin:/usr/packages/devtools/bin:/usr/packages/devtools/sbin"
PHP_SELF
"/oauth/index.php"
QUERY_STRING
"response_type=code&scope=openid%20profile%20offline_access&client_id=apache&state=wMIMHTa7mRmVx3oJEzTvCl02Jao&redirect_uri=https%3A%2F%2Fdevovsep.clients.teambox.fr%2F_ap_oauth_&nonce=BFSSU_9jG3xI7LHK4udoy_cMUwl6CBA3JisecQx5Npk"
REMOTE_ADDR
"193.47.62.167"
REMOTE_PORT
"42554"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1788466648
REQUEST_TIME_FLOAT
1788466648.0714
REQUEST_URI
"/oauth/authorize?response_type=code&scope=openid%20profile%20offline_access&client_id=apache&state=wMIMHTa7mRmVx3oJEzTvCl02Jao&redirect_uri=https%3A%2F%2Fdevovsep.clients.teambox.fr%2F_ap_oauth_&nonce=BFSSU_9jG3xI7LHK4udoy_cMUwl6CBA3JisecQx5Npk"
SCRIPT_FILENAME
"/rootfs/data/users/osimonian/shared/tb-auth/public/index.php"
SCRIPT_NAME
"/oauth/index.php"
SCRIPT_URI
"https://devovsep.clients.teambox.fr/oauth/authorize"
SCRIPT_URL
"/oauth/authorize"
SERVER_ADDR
"146.59.141.187"
SERVER_ADMIN
"admin"
SERVER_NAME
"devovsep.clients.teambox.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"devovsep.clients.teambox.fr"
SYMFONY_DOTENV_PATH
"/rootfs/data/users/osimonian/shared/tb-auth/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DEFAULT_URI,OAUTH_PRIVATE_KEY,OAUTH_PUBLIC_KEY,OAUTH_PASSPHRASE,OAUTH_ENCRYPTION_KEY,DATABASE_URL,TEMPORARY_PASSWORD_TTL,CHECK_PWNED_PASSWORDS,TB_AUTH_HOST_NAME,APP_DEBUG"
TBWEBLIB_LOGFILE
"/var/log/oauth.error.log"
TBWEBLIB_PATH
"/usr/packages/teambox/tbweblib"
TBWEBLIB_URI_ROOT
""
TBWEBLIB_URLBASE
"/oauth/__tbweblib__"
TEMP
"/var/tmp/zboauth"
TMP
"/var/tmp/zboauth"
TMPDIR
"/var/tmp/zboauth"
UNIQUE_ID
"apnV2JNw9hq3NBvov-_9IwAAAH0"
USER
"zboauth"
ZBAUTH_TYPE
"openid-connect"