diff --git a/src/Oauth2/Authentication/Server.php b/src/Oauth2/Authentication/Server.php index 8f58bb9e..7798c0da 100644 --- a/src/Oauth2/Authentication/Server.php +++ b/src/Oauth2/Authentication/Server.php @@ -163,6 +163,8 @@ class Server throw new ClientException($this->errors['invalid_client'], 8); } + $params['client_details'] = $clientDetails; + // Response type if ( ! isset($authParams['response_type']) && ! isset($_GET['response_type'])) {