diff --git a/src/Http/Authentication/AuthenticateRequest.php b/src/Http/Authentication/AuthenticateRequest.php index b84fcdd5..2e6e82c1 100644 --- a/src/Http/Authentication/AuthenticateRequest.php +++ b/src/Http/Authentication/AuthenticateRequest.php @@ -105,7 +105,7 @@ private function handleClientId(ServerRequestInterface $request, RequestHandlerI return (new InvalidClientId($clientId))->toResponse(); } } catch (ConnectException $connectException) { - $this->logger->error('Auth0 was detected as down, this results in disabling authentication'); + $this->logger->error('OAuth server was detected as down, this results in disabling authentication'); $auth0Down = true; }