diff --git a/src/Grant/ImplicitGrant.php b/src/Grant/ImplicitGrant.php index 9c053311..1890a6ba 100644 --- a/src/Grant/ImplicitGrant.php +++ b/src/Grant/ImplicitGrant.php @@ -199,7 +199,7 @@ class ImplicitGrant extends AbstractAuthorizeGrant $this->accessTokenTTL, $authorizationRequest->getClient(), $authorizationRequest->getUser()->getIdentifier(), - $authorizationRequest->getScopes() + $finalizedScopes ); $response = new RedirectResponse();