You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!$this->authenticationTrustResolver->isFullFledged($token)) {
104
104
if (null !== $this->logger) {
105
105
$this->logger->debug(sprintf('Access is denied (user is not fully authenticated) by "%s" at line %s; redirecting to authentication entry point', $exception->getFile(), $exception->getLine()));
106
106
}
107
-
107
+
108
108
try {
109
109
$insufficientAuthenticationException = newInsufficientAuthenticationException('Full authentication is required to access this resource.', 0, $exception);
$this->logger->debug(sprintf('Access is denied (and user is neither anonymous, nor remember-me) by "%s" at line %s', $exception->getFile(), $exception->getLine()));
0 commit comments