Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\PasswordAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "App\Security\SessionAuthenticator"
  "App\Security\PasswordAuthenticator"
  "App\Security\MicrosoftAuthenticator"
]

Listeners

Listener Duration Response
"Symfony\Component\Security\Http\Firewall\ChannelListener"
(none) (none)
"Symfony\Component\Security\Http\Firewall\ContextListener"
2.09 ms (none)
"Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
55.11 ms
Symfony\Component\HttpFoundation\RedirectResponse {#344
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#415 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='/login'" />\n
    \n
            <title>Redirecting to /login</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="/login">/login</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #targetUrl: "/login"
}
"Symfony\Component\Security\Http\Firewall\AccessListener"
(none) (none)
"Symfony\Component\Security\Http\Firewall\LogoutListener"
(none) (none)

Authenticators

Status Authenticator
skipped
"App\Security\SessionAuthenticator"

This authenticator did not support the request.

skipped
"App\Security\PasswordAuthenticator"

This authenticator did not support the request.

failure
"App\Security\MicrosoftAuthenticator"
Lazy no
Duration 50.93 ms
Badges
Exception
KnpU\OAuth2ClientBundle\Security\Exception\InvalidStateAuthenticationException {#360
  #message: "Invalid state"
  #code: 0
  #file: "C:\inetpub.verde\dockman\vendor\knpuniversity\oauth2-client-bundle\src\Security\Authenticator\OAuth2Authenticator.php"
  #line: 44
  -previous: KnpU\OAuth2ClientBundle\Exception\InvalidStateException {#274 …}
  -token: null
  trace: {
    C:\inetpub.verde\dockman\vendor\knpuniversity\oauth2-client-bundle\src\Security\Authenticator\OAuth2Authenticator.php:44 {
      KnpU\OAuth2ClientBundle\Security\Authenticator\OAuth2Authenticator->fetchAccessToken(OAuth2ClientInterface $client, array $options = []) …
      › } catch (InvalidStateException $e) {    throw new InvalidStateAuthenticationException($e);}
    }
    C:\inetpub.verde\dockman\src\Security\MicrosoftAuthenticator.php:51 {
      App\Security\MicrosoftAuthenticator->authenticate(Request $request): Passport …
      › $client = $this->clientRegistry->getClient('microsoft');$token  = $this->fetchAccessToken($client);}
    C:\inetpub.verde\dockman\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 {
    }
    C:\inetpub.verde\dockman\vendor\symfony\security-http\Authentication\AuthenticatorManager.php:172 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › // get the passport from the Authenticator$passport = $authenticator->authenticate($request);}
    C:\inetpub.verde\dockman\vendor\symfony\security-http\Authentication\AuthenticatorManager.php:154 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
    }
    C:\inetpub.verde\dockman\vendor\symfony\security-http\Authentication\AuthenticatorManager.php:136 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
    }
    C:\inetpub.verde\dockman\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) {
    }
    C:\inetpub.verde\dockman\vendor\symfony\security-http\Authenticator\Debug\TraceableAuthenticatorManagerListener.php:58 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › {    $this->authenticationManagerListener->authenticate($event);}
    }
    C:\inetpub.verde\dockman\vendor\symfony\security-bundle\Debug\WrappedLazyListener.php:52 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
      › try {    $this->listener->authenticate($event);} catch (LazyResponseException $e) {
    }
    C:\inetpub.verde\dockman\vendor\symfony\security-bundle\Security\LazyFirewallContext.php:64 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->authenticate(RequestEvent $event): void …
      › foreach ($listeners as $listener) {    $listener->authenticate($event);}
    C:\inetpub.verde\dockman\vendor\symfony\security-bundle\Debug\TraceableFirewallListener.php:88 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
      › 
      › $listener->authenticate($event);}
    C:\inetpub.verde\dockman\vendor\symfony\security-http\Firewall.php:86 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event): void …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
    }
    C:\inetpub.verde\dockman\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 {
    }
    C:\inetpub.verde\dockman\vendor\symfony\event-dispatcher\EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    C:\inetpub.verde\dockman\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);}
    }
    C:\inetpub.verde\dockman\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php:129 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    C:\inetpub.verde\dockman\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);}
    C:\inetpub.verde\dockman\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) {
    }
    C:\inetpub.verde\dockman\vendor\symfony\http-kernel\Kernel.php:191 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    C:\inetpub.verde\dockman\vendor\symfony\runtime\Runner\Symfony\HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    C:\inetpub.verde\dockman\vendor\autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    C:\inetpub.verde\dockman\public\index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "C:\inetpub.verde\dockman\vendor\autoload_runtime.php"
      }
    }
  }
}

Access Decision