diff --git a/src/Grant/AuthCodeGrant.php b/src/Grant/AuthCodeGrant.php index 51c9e90e..e1b2b981 100644 --- a/src/Grant/AuthCodeGrant.php +++ b/src/Grant/AuthCodeGrant.php @@ -112,11 +112,8 @@ class AuthCodeGrant extends AbstractAuthorizeGrant try { $authCodePayload = json_decode($this->decrypt($encryptedAuthCode)); - $this->validateAuthorizationCode($authCodePayload, $client, $request); - - $scopes = $this->scopeRepository->finalizeScopes( $this->validateScopes($authCodePayload->scopes), $this->getIdentifier(),