Skip to content

Commit

Permalink
Merge pull request #327 from cultuurnet/III-6156-generic-oauth-message
Browse files Browse the repository at this point in the history
III-6156 Change Auth0 down to generic message
  • Loading branch information
LucWollants authored Nov 4, 2024
2 parents 25bce2d + 78500c2 commit 6045685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Authentication/AuthenticateRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 6045685

Please sign in to comment.