Overrides AuthenticationProviderChallengeInterface::challengeException
public function challengeException(Request $request, \Exception $previous) { $provider_id = $this->getChallenger($request); if ($provider_id) { $provider = $this->authCollector ->getProvider($provider_id); return $provider->challengeException($request, $previous); } }