Actually use finalizedScopes in access token

This commit is contained in:
Christiaan Goossens 2018-07-13 13:11:18 +02:00
parent a479b5762e
commit acf16e924a

View File

@ -199,7 +199,7 @@ class ImplicitGrant extends AbstractAuthorizeGrant
$this->accessTokenTTL,
$authorizationRequest->getClient(),
$authorizationRequest->getUser()->getIdentifier(),
$authorizationRequest->getScopes()
$finalizedScopes
);
$response = new RedirectResponse();