Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider App\Security\UserProvider
context main
entry_point (none)
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "App\Security\OAuth\GithubAuthenticator"
  "App\Security\OAuth\FacebookAuthenticator"
  "App\Security\OAuth\GoogleAuthenticator"
  "App\Security\OAuth\InstagramAuthenticator"
  "App\Security\OAuth\LinkedinAuthenticator"
  "App\Security\OAuth\DiscordAuthenticator"
  "App\Security\OAuth\DisqusAuthenticator"
  "App\Security\OAuth\SpotifyAuthenticator"
  "App\Security\OAuth\TwitchAuthenticator"
  "App\Security\OAuth\YahooAuthenticator"
  "App\Security\OAuth\VkAuthenticator"
  "App\Security\OAuth\VimeoAuthenticator"
  "App\Security\OAuth\YandexAuthenticator"
  "App\Security\OAuth\TiktokAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#939
  -map: Symfony\Component\Security\Http\AccessMap {#938 …}
  -logger: Monolog\Logger {#965 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#932
  -sessionKey: "_security_main"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#966 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#929 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#114 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#931 …}
  -logger: Monolog\Logger {#965 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#961 …}
}
0.27 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#984
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#992 …}
}
1.54 ms
Symfony\Component\HttpFoundation\Response {#1072
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#1071 …}
  #content: "Invalid state parameter passed in callback URL."
  #version: "1.1"
  #statusCode: 403
  #statusText: "Forbidden"
  #charset: "UTF-8"
  -sentHeaders: ? array
}
Symfony\Component\Security\Http\Firewall\AccessListener {#995
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#111 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#103 …}
  -map: Symfony\Component\Security\Http\AccessMap {#938 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#962
  -options: [
    "csrf_parameter" => "token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#111 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#971 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#961 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#109 …}
}
(none) (none)

Authenticators

Status Authenticator
skipped
"App\Security\OAuth\GithubAuthenticator"

This authenticator did not support the request.

skipped
"App\Security\OAuth\FacebookAuthenticator"

This authenticator did not support the request.

skipped
"App\Security\OAuth\GoogleAuthenticator"

This authenticator did not support the request.

skipped
"App\Security\OAuth\InstagramAuthenticator"

This authenticator did not support the request.

skipped
"App\Security\OAuth\LinkedinAuthenticator"

This authenticator did not support the request.

skipped
"App\Security\OAuth\DiscordAuthenticator"

This authenticator did not support the request.

skipped
"App\Security\OAuth\DisqusAuthenticator"

This authenticator did not support the request.

skipped
"App\Security\OAuth\SpotifyAuthenticator"

This authenticator did not support the request.

skipped
"App\Security\OAuth\TwitchAuthenticator"

This authenticator did not support the request.

skipped
"App\Security\OAuth\YahooAuthenticator"

This authenticator did not support the request.

skipped
"App\Security\OAuth\VimeoAuthenticator"

This authenticator did not support the request.

skipped
"App\Security\OAuth\YandexAuthenticator"

This authenticator did not support the request.

skipped
"App\Security\OAuth\TiktokAuthenticator"

This authenticator did not support the request.

failure
"App\Security\OAuth\VkAuthenticator"
Lazy no
Duration 1.06 ms
Badges
Exception
KnpU\OAuth2ClientBundle\Security\Exception\InvalidStateAuthenticationException {#1073
  #message: "Invalid state"
  #code: 0
  #file: "/home/eclectis.eu/vendor/knpuniversity/oauth2-client-bundle/src/Security/Authenticator/OAuth2Authenticator.php"
  #line: 40
  -previous: KnpU\OAuth2ClientBundle\Exception\InvalidStateException {#1074 …}
  -token: null
  trace: {
    /home/eclectis.eu/vendor/knpuniversity/oauth2-client-bundle/src/Security/Authenticator/OAuth2Authenticator.php:40 {
      KnpU\OAuth2ClientBundle\Security\Authenticator\OAuth2Authenticator->fetchAccessToken(OAuth2ClientInterface $client, array $options = []) …
      › } catch (InvalidStateException $e) {    throw new InvalidStateAuthenticationException($e);}
    }
    /home/eclectis.eu/src/Security/OAuth/VkAuthenticator.php:48 {
      App\Security\OAuth\VkAuthenticator->authenticate(Request $request): Passport …
      › $client = $this->clientRegistry->getClient('vkontakte_main');\r$accessToken = $this->fetchAccessToken($client);\r\r
    }
    /home/eclectis.eu/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php:74 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator->authenticate(Request $request): Passport …
      › try {    $this->passport = $this->authenticator->authenticate($request);} finally {
    }
    /home/eclectis.eu/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:174 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › // get the passport from the Authenticator$passport = $authenticator->authenticate($request);}
    /home/eclectis.eu/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:156 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
    }
    /home/eclectis.eu/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:138 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
    }
    /home/eclectis.eu/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:38 {
      Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
    }
    /home/eclectis.eu/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:58 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › {    $this->authenticationManagerListener->authenticate($event);}
    }
    /home/eclectis.eu/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/eclectis.eu/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:61 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
      › foreach ($listeners as $listener) {    $listener($event);}
    /home/eclectis.eu/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:91 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
      › foreach ($requestListeners as $listener) {    $listener($event);}
    /home/eclectis.eu/vendor/symfony/security-http/Firewall.php:92 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
    }
    /home/eclectis.eu/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /home/eclectis.eu/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /home/eclectis.eu/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/eclectis.eu/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /home/eclectis.eu/vendor/symfony/http-kernel/HttpKernel.php:159 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /home/eclectis.eu/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/eclectis.eu/vendor/symfony/http-kernel/Kernel.php:182 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/eclectis.eu/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /home/eclectis.eu/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/eclectis.eu/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/eclectis.eu/vendor/autoload_runtime.php"
      }
    }
  }
}

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"