diff --git a/src/Grant/AbstractGrant.php b/src/Grant/AbstractGrant.php index d8548eca..25378955 100644 --- a/src/Grant/AbstractGrant.php +++ b/src/Grant/AbstractGrant.php @@ -242,10 +242,6 @@ abstract class AbstractGrant implements GrantTypeInterface $validScopes[] = $scope; } - if (empty($validScopes)) { - throw OAuthServerException::invalidScope('', $redirectUri); - } - return $validScopes; }